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