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 CodingR4MeasureEvaluation. getSDECoding(Measure.SupplementalData sdeItem)protected StringR4MeasureEvaluation. 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.SupplementalDataMeasure.SupplementalData.Builder. build()Build theMeasure.SupplementalDataMethods 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.BuilderMeasure.SupplementalData.Builder. from(Measure.SupplementalData supplementalData)Measure.BuilderMeasure.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 voidMeasure.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.BuilderMeasure.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.
-