
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 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 QuantityModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeClassDescriptionclassA measured amount (or an amount that can potentially be measured).classA measured amount (or an amount that can potentially be measured).classA measured amount (or an amount that can potentially be measured).classA measured amount (or an amount that can potentially be measured).classA measured amount (or an amount that can potentially be measured).classA measured amount (or an amount that can potentially be measured).Fields in org.hl7.fhir.dstu2.model declared as QuantityModifier and TypeFieldDescriptionprotected QuantityRatio.denominatorThe value of the denominator.protected QuantityRatio.numeratorThe 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 QuantityQuantity.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type QuantityModifier and TypeMethodDescriptionRatio.setDenominator(Quantity value) Ratio.setNumerator(Quantity value)