Uses of Class
com.ibm.fhir.model.resource.MeasureReport.Group
-
Packages that use MeasureReport.Group Package Description com.ibm.fhir.model.resource -
-
Uses of MeasureReport.Group in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MeasureReport.Group Modifier and Type Method Description MeasureReport.Group
MeasureReport.Group.Builder. build()
Build theMeasureReport.Group
Methods in com.ibm.fhir.model.resource that return types with arguments of type MeasureReport.Group Modifier and Type Method Description List<MeasureReport.Group>
MeasureReport. getGroup()
The results of the calculation, one for each population group in the measure.Methods in com.ibm.fhir.model.resource with parameters of type MeasureReport.Group Modifier and Type Method Description protected MeasureReport.Group.Builder
MeasureReport.Group.Builder. from(MeasureReport.Group group)
MeasureReport.Builder
MeasureReport.Builder. group(MeasureReport.Group... group)
The results of the calculation, one for each population group in the measure.protected void
MeasureReport.Group.Builder. validate(MeasureReport.Group group)
Method parameters in com.ibm.fhir.model.resource with type arguments of type MeasureReport.Group Modifier and Type Method Description MeasureReport.Builder
MeasureReport.Builder. group(Collection<MeasureReport.Group> group)
The results of the calculation, one for each population group in the measure.
-