Class AslRmObjectDataQuery
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslDataQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslRmObjectDataQuery
select
jsonb_object_agg(
( sub_string(d2."entity_idx" FROM char_length(c2."entity_idx") + 1)
), "data"
) as "data"
from "ehr"."comp_one" d2
where
c2."ehr_id" = "d2"."ehr_id"
and c2."VO_ID" = "d2"."VO_ID"
and c2."entity_idx" invalid input: '<'= "d2"."entity_idx"
and c2."entity_idx_cap" > "d2"."entity_idx"
group by "d2"."VO_ID"
- See Also:
-
Field Summary
Fields inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
structureConditions -
Constructor Summary
ConstructorsConstructorDescriptionAslRmObjectDataQuery(String alias, AslStructureQuery base, AslQuery baseProvider) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath, List<AslPathFilterJoinCondition>> Methods inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslDataQuery
getBase, getBaseProvider, setBaseMethods inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
addConditionAnd, addConditionOr, getAlias, getCondition, getStructureConditions, setCondition
-
Constructor Details
-
AslRmObjectDataQuery
-
-
Method Details
-
joinConditionsForFiltering
public Map<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath,List<AslPathFilterJoinCondition>> joinConditionsForFiltering()- Specified by:
joinConditionsForFilteringin classAslQuery
-
getSelect
-