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:
    • AQL_PATH_SKIPPING

      public static final String AQL_PATH_SKIPPING
      In AQL queries with paths containing consecutive node predicates: Skip nodes implied by the archetype definitions
      See Also:
    • AQL_ARCHETYPE_LOCAL_NODE_PREDICATES

      public static final String AQL_ARCHETYPE_LOCAL_NODE_PREDICATES
      In AQL queries CONTAINS expressions with a node predicate: Exclude results from nested archetypes
      See Also: