Class AslStructureQuery

java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslStructureQuery

public final class AslStructureQuery extends AslQuery
 select
       "sCOMPOSITIONsq"."vo_id" as "sCOMPOSITIONc0_vo_id",
       "sCOMPOSITIONsq"."ehr_id" as "sCOMPOSITIONc0_ehr_id",
       "sCOMPOSITIONsq"."parent_num" as "sCOMPOSITIONc0_parent_num",
       "sCOMPOSITIONsq"."num" as "sCOMPOSITIONc0_num",
       "sCOMPOSITIONsq"."num_cap" as "sCOMPOSITIONc0_num_cap",
       "sCOMPOSITIONsq"."entity_idx" as "sCOMPOSITIONc0_entity_idx",
       "sCOMPOSITIONsq"."entity_idx_len" as "sCOMPOSITIONc0_entity_idx_len",
       "sCOMPOSITIONsq"."entity_concept" as "sCOMPOSITIONc0_entity_concept",
       "sCOMPOSITIONsq"."entity_name" as "sCOMPOSITIONc0_entity_name",
       "sCOMPOSITIONsq"."rm_entity" as "sCOMPOSITIONc0_rm_entity"
     from "ehr"."comp" as "sCOMPOSITIONsq"
     where (
       (and other-predicates)
     )