Uses of Class
com.ibm.fhir.model.resource.Measure.Group
-
Packages that use Measure.Group Package Description com.ibm.fhir.model.resource -
-
Uses of Measure.Group in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Measure.Group Modifier and Type Method Description Measure.Group
Measure.Group.Builder. build()
Build theMeasure.Group
Methods in com.ibm.fhir.model.resource that return types with arguments of type Measure.Group Modifier and Type Method Description List<Measure.Group>
Measure. getGroup()
A group of population criteria for the measure.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Measure.Group Modifier and Type Method Description Measure.Builder
Measure.Builder. group(Collection<Measure.Group> group)
A group of population criteria for the measure.
-