Uses of Class
org.linuxforhealth.fhir.model.resource.Measure.Group.Stratifier.Component
-
Packages that use Measure.Group.Stratifier.Component Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Measure.Group.Stratifier.Component in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Measure.Group.Stratifier.Component Modifier and Type Method Description Measure.Group.Stratifier.ComponentMeasure.Group.Stratifier.Component.Builder. build()Build theMeasure.Group.Stratifier.ComponentMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Measure.Group.Stratifier.Component Modifier and Type Method Description java.util.List<Measure.Group.Stratifier.Component>Measure.Group.Stratifier. getComponent()A component of 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.Component Modifier and Type Method Description Measure.Group.Stratifier.BuilderMeasure.Group.Stratifier.Builder. component(Measure.Group.Stratifier.Component... component)A component of 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 Measure.Group.Stratifier.Component.BuilderMeasure.Group.Stratifier.Component.Builder. from(Measure.Group.Stratifier.Component component)protected voidMeasure.Group.Stratifier.Component.Builder. validate(Measure.Group.Stratifier.Component component)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Measure.Group.Stratifier.Component Modifier and Type Method Description Measure.Group.Stratifier.BuilderMeasure.Group.Stratifier.Builder. component(java.util.Collection<Measure.Group.Stratifier.Component> component)A component of 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.
-