Uses of Class
org.hl7.fhir.dstu2.model.Quantity
-
Packages that use Quantity Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Quantity in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Quantity Modifier and Type Method Description protected QuantityJsonParser. parseQuantity(com.google.gson.JsonObject json)protected QuantityXmlParser. parseQuantity(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Quantity Modifier and Type Method Description protected voidJsonParser. composeQuantity(String name, Quantity element)protected voidXmlParser. composeQuantity(String name, Quantity element)protected voidJsonParser. composeQuantityInner(Quantity element) -
Uses of Quantity in org.hl7.fhir.dstu2.model
Subclasses of Quantity in org.hl7.fhir.dstu2.model Modifier and Type Class Description classAgeA measured amount (or an amount that can potentially be measured).classCountA measured amount (or an amount that can potentially be measured).classDistanceA measured amount (or an amount that can potentially be measured).classDurationA measured amount (or an amount that can potentially be measured).classMoneyA measured amount (or an amount that can potentially be measured).classSimpleQuantityA measured amount (or an amount that can potentially be measured).Fields in org.hl7.fhir.dstu2.model declared as Quantity Modifier and Type Field Description protected QuantityRatio. denominatorThe value of the denominator.protected QuantityRatio. numeratorThe value of the numerator.Methods in org.hl7.fhir.dstu2.model with parameters of type Quantity Modifier and Type Method Description RatioRatio. setDenominator(Quantity value)RatioRatio. setNumerator(Quantity value)
-