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.String
R4MeasureEvaluation. 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.Group
Measure.Group.Builder. build()
Build theMeasure.Group
Methods 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.Builder
Measure.Group.Builder. from(Measure.Group group)
Measure.Builder
Measure.Builder. group(Measure.Group... group)
A group of population criteria for the measure.protected void
Measure.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.Builder
Measure.Builder. group(java.util.Collection<Measure.Group> group)
A group of population criteria for the measure.
-