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.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.
-