Class EHRbaseHeader

java.lang.Object
org.ehrbase.api.rest.EHRbaseHeader

public final class EHRbaseHeader extends Object
EHRbase specific HTTP headers that are not part of the openEHR standard.
  • Field Details

    • TEMPLATE_ID

      public static final String TEMPLATE_ID
      See Also:
    • AQL_DRY_RUN

      public static final String AQL_DRY_RUN
      Used by the /query endpoint to perform only a dry run query.
      See Also:
    • AQL_EXECUTED_SQL

      public static final String AQL_EXECUTED_SQL
      Used by the /query endpoint to provide the executed SQL statement in the return metadata.
      See Also:
    • AQL_QUERY_PLAN

      public static final String AQL_QUERY_PLAN
      Used by the /query endpoint to provide the database query plan in the return metadata.
      See Also: