Uses of Class
org.hl7.fhir.r5.model.Measure
-
Packages that use Measure Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Measure in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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)Methods in org.hl7.fhir.r5.formats with parameters of type Measure Modifier and Type Method Description protected voidJsonParser. composeMeasure(String name, Measure element)protected voidRdfParser. composeMeasure(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Measure element, int index)protected voidXmlParser. composeMeasure(String name, Measure element)protected voidXmlParser. composeMeasureElements(Measure element)protected voidJsonParser. composeMeasureProperties(Measure element)protected booleanXmlParser. parseMeasureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure res)protected voidJsonParser. parseMeasureProperties(com.google.gson.JsonObject json, Measure res) -
Uses of Measure in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Measure Modifier and Type Method Description voidMeasure. copyValues(Measure dst)
-