Uses of Class
com.ibm.fhir.model.resource.Measure.Group.Stratifier.Component
-
Packages that use Measure.Group.Stratifier.Component Package Description com.ibm.fhir.model.resource -
-
Uses of Measure.Group.Stratifier.Component in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Measure.Group.Stratifier.Component Modifier and Type Method Description Measure.Group.Stratifier.Component
Measure.Group.Stratifier.Component.Builder. build()
Build theMeasure.Group.Stratifier.Component
Methods in com.ibm.fhir.model.resource that return types with arguments of type Measure.Group.Stratifier.Component Modifier and Type Method Description 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 com.ibm.fhir.model.resource with parameters of type Measure.Group.Stratifier.Component Modifier and Type Method Description Measure.Group.Stratifier.Builder
Measure.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.Builder
Measure.Group.Stratifier.Component.Builder. from(Measure.Group.Stratifier.Component component)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Measure.Group.Stratifier.Component Modifier and Type Method Description Measure.Group.Stratifier.Builder
Measure.Group.Stratifier.Builder. component(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.
-