Uses of Class
org.linuxforhealth.fhir.model.resource.Measure.Group.Stratifier
-
Packages that use Measure.Group.Stratifier Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Measure.Group.Stratifier in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Measure.Group.Stratifier Modifier and Type Method Description Measure.Group.Stratifier
Measure.Group.Stratifier.Builder. build()
Build theMeasure.Group.Stratifier
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Measure.Group.Stratifier Modifier and Type Method Description java.util.List<Measure.Group.Stratifier>
Measure.Group. getStratifier()
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Measure.Group.Stratifier Modifier and Type Method Description protected Measure.Group.Stratifier.Builder
Measure.Group.Stratifier.Builder. from(Measure.Group.Stratifier stratifier)
Measure.Group.Builder
Measure.Group.Builder. stratifier(Measure.Group.Stratifier... stratifier)
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.protected void
Measure.Group.Stratifier.Builder. validate(Measure.Group.Stratifier stratifier)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Measure.Group.Stratifier Modifier and Type Method Description Measure.Group.Builder
Measure.Group.Builder. stratifier(java.util.Collection<Measure.Group.Stratifier> stratifier)
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.
-