Uses of Class
com.ibm.fhir.model.resource.Measure.SupplementalData
-
Packages that use Measure.SupplementalData Package Description com.ibm.fhir.model.resource -
-
Uses of Measure.SupplementalData in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Measure.SupplementalData Modifier and Type Method Description Measure.SupplementalData
Measure.SupplementalData.Builder. build()
Build theMeasure.SupplementalData
Methods in com.ibm.fhir.model.resource that return types with arguments of type Measure.SupplementalData Modifier and Type Method Description List<Measure.SupplementalData>
Measure. getSupplementalData()
The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.Methods in com.ibm.fhir.model.resource with parameters of type Measure.SupplementalData Modifier and Type Method Description protected Measure.SupplementalData.Builder
Measure.SupplementalData.Builder. from(Measure.SupplementalData supplementalData)
Measure.Builder
Measure.Builder. supplementalData(Measure.SupplementalData... supplementalData)
The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.Method parameters in com.ibm.fhir.model.resource with type arguments of type Measure.SupplementalData Modifier and Type Method Description Measure.Builder
Measure.Builder. supplementalData(Collection<Measure.SupplementalData> supplementalData)
The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.
-