Uses of Class
org.ehrbase.aql.dto.EhrDto
-
Packages that use EhrDto Package Description org.ehrbase.aql.dto org.ehrbase.aql.parser -
-
Uses of EhrDto in org.ehrbase.aql.dto
Methods in org.ehrbase.aql.dto that return EhrDto Modifier and Type Method Description EhrDtoAqlDto. getEhr()Methods in org.ehrbase.aql.dto with parameters of type EhrDto Modifier and Type Method Description voidAqlDto. setEhr(EhrDto ehr) -
Uses of EhrDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return types with arguments of type EhrDto Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<EhrDto,ConditionDto>AqlToDtoVisitor. visitFromEHR(AqlParser.FromEHRContext ctx)
-