Uses of Class
org.hl7.fhir.dstu2016may.model.Measure
-
Packages that use Measure Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Measure in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Measure Modifier and Type Method Description protected MeasureJsonParser. parseMeasure(com.google.gson.JsonObject json)protected MeasureXmlParser. parseMeasure(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Measure in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as Measure Modifier and Type Field Description protected MeasureMeasureReport. measureTargetThe actual object that is the target of the reference (A reference to the Measure that was evaluated to produce this report.)Methods in org.hl7.fhir.dstu2016may.model with parameters of type Measure Modifier and Type Method Description MeasureReportMeasureReport. setMeasureTarget(Measure value)
-