Uses of Class
org.linuxforhealth.fhir.model.resource.Measure.Group
-
Packages that use Measure.Group Package Description org.linuxforhealth.fhir.ecqm.r4 org.linuxforhealth.fhir.model.resource -
-
Uses of Measure.Group in org.linuxforhealth.fhir.ecqm.r4
Methods in org.linuxforhealth.fhir.ecqm.r4 that return types with arguments of type Measure.Group Modifier and Type Method Description protected java.lang.Iterable<Measure.Group>R4MeasureEvaluation. getGroup()Methods in org.linuxforhealth.fhir.ecqm.r4 with parameters of type Measure.Group Modifier and Type Method Description protected java.lang.StringR4MeasureEvaluation. getGroupId(Measure.Group group)protected java.lang.Iterable<Measure.Group.Population>R4MeasureEvaluation. getPopulation(Measure.Group mgc) -
Uses of Measure.Group in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Measure.Group Modifier and Type Method Description Measure.GroupMeasure.Group.Builder. build()Build theMeasure.GroupMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Measure.Group Modifier and Type Method Description java.util.List<Measure.Group>Measure. getGroup()A group of population criteria for the measure.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Measure.Group Modifier and Type Method Description protected Measure.Group.BuilderMeasure.Group.Builder. from(Measure.Group group)Measure.BuilderMeasure.Builder. group(Measure.Group... group)A group of population criteria for the measure.protected voidMeasure.Group.Builder. validate(Measure.Group group)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Measure.Group Modifier and Type Method Description Measure.BuilderMeasure.Builder. group(java.util.Collection<Measure.Group> group)A group of population criteria for the measure.
-