Uses of Class
com.ibm.fhir.model.resource.Measure.SupplementalData
-
Packages that use Measure.SupplementalData Package Description com.ibm.fhir.ecqm.r4 com.ibm.fhir.model.resource -
-
Uses of Measure.SupplementalData in com.ibm.fhir.ecqm.r4
Methods in com.ibm.fhir.ecqm.r4 that return types with arguments of type Measure.SupplementalData Modifier and Type Method Description protected List<Measure.SupplementalData>
R4MeasureEvaluation. getSupplementalData(Measure measure)
Methods in com.ibm.fhir.ecqm.r4 with parameters of type Measure.SupplementalData Modifier and Type Method Description protected Coding
R4MeasureEvaluation. getSDECoding(Measure.SupplementalData sdeItem)
protected String
R4MeasureEvaluation. getSDEExpression(Measure.SupplementalData sdeItem)
-
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.protected void
Measure.SupplementalData.Builder. validate(Measure.SupplementalData supplementalData)
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.
-