
Uses of Class
org.hl7.fhir.dstu2.model.Quantity
Packages that use Quantity
-
Uses of Quantity in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return QuantityModifier and TypeMethodDescriptionprotected Quantity
JsonParser.parseQuantity
(com.google.gson.JsonObject json) protected Quantity
XmlParser.parseQuantity
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type QuantityModifier and TypeMethodDescriptionprotected void
JsonParser.composeQuantity
(String name, Quantity element) protected void
XmlParser.composeQuantity
(String name, Quantity element) protected void
JsonParser.composeQuantityInner
(Quantity element) -
Uses of Quantity in org.hl7.fhir.dstu2.model
Subclasses of Quantity in org.hl7.fhir.dstu2.modelModifier and TypeClassDescriptionclass
A measured amount (or an amount that can potentially be measured).class
A measured amount (or an amount that can potentially be measured).class
A measured amount (or an amount that can potentially be measured).class
A measured amount (or an amount that can potentially be measured).class
A measured amount (or an amount that can potentially be measured).class
A measured amount (or an amount that can potentially be measured).Fields in org.hl7.fhir.dstu2.model declared as QuantityModifier and TypeFieldDescriptionprotected Quantity
Ratio.denominator
The value of the denominator.protected Quantity
Ratio.numerator
The value of the numerator.Methods in org.hl7.fhir.dstu2.model that return QuantityModifier and TypeMethodDescriptionBase.castToQuantity
(Base b) Quantity.copy()
Ratio.getDenominator()
Ratio.getNumerator()
Group.GroupCharacteristicComponent.getValueQuantity()
Observation.getValueQuantity()
Observation.ObservationComponentComponent.getValueQuantity()
QuestionnaireResponse.QuestionAnswerComponent.getValueQuantity()
Quantity.setCodeElement
(CodeType value) Quantity.setComparator
(Quantity.QuantityComparator value) Quantity.setComparatorElement
(Enumeration<Quantity.QuantityComparator> value) Quantity.setSystemElement
(UriType value) Quantity.setUnitElement
(StringType value) Quantity.setValue
(BigDecimal value) Quantity.setValueElement
(DecimalType value) protected Quantity
Quantity.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type QuantityModifier and TypeMethodDescriptionRatio.setDenominator
(Quantity value) Ratio.setNumerator
(Quantity value)