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