Uses of Class
org.hl7.fhir.dstu2016may.model.Quantity
-
Packages that use Quantity Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Quantity in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type Quantity Modifier and Type Method Description protected voidJsonParser. composeQuantity(String name, Quantity element)protected voidRdfParser. composeQuantity(RdfGenerator.Complex parent, String parentType, String name, Quantity element, int index)protected voidXmlParser. composeQuantity(String name, Quantity element)protected voidJsonParser. composeQuantityInner(Quantity element) -
Uses of Quantity in org.hl7.fhir.dstu2016may.model
Subclasses of Quantity in org.hl7.fhir.dstu2016may.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.dstu2016may.model declared as Quantity Modifier and Type Field Description protected QuantityRatio. denominatorThe value of the denominator.protected QuantityRatio. numeratorThe value of the numerator.protected QuantitySequence. quantityQuantity of the sequence.protected QuantitySequence.SequenceQualityComponent. scoreQuality score.Methods in org.hl7.fhir.dstu2016may.model that return Quantity Modifier and Type Method Description QuantityBase. castToQuantity(Base b)QuantityQuantity. copy()QuantityQuestionnaire.QuestionnaireItemEnableWhenComponent. getAnswerQuantity()QuantityRatio. getDenominator()QuantityQuestionnaire.QuestionnaireItemComponent. getInitialQuantity()QuantityRatio. getNumerator()QuantitySequence. getQuantity()QuantitySequence.SequenceQualityComponent. getScore()QuantityGroup.GroupCharacteristicComponent. getValueQuantity()QuantityObservation. getValueQuantity()QuantityObservation.ObservationComponentComponent. getValueQuantity()QuantityQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent. getValueQuantity()QuantityQuantity. setCode(String value)QuantityQuantity. setCodeElement(CodeType value)QuantityQuantity. setComparator(Quantity.QuantityComparator value)QuantityQuantity. setComparatorElement(Enumeration<Quantity.QuantityComparator> value)QuantityQuantity. setSystem(String value)QuantityQuantity. setSystemElement(UriType value)QuantityQuantity. setUnit(String value)QuantityQuantity. setUnitElement(StringType value)QuantityQuantity. setValue(double value)QuantityQuantity. setValue(long value)QuantityQuantity. setValue(BigDecimal value)QuantityQuantity. setValueElement(DecimalType value)protected QuantityQuantity. typedCopy()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Quantity Modifier and Type Method Description RatioRatio. setDenominator(Quantity value)RatioRatio. setNumerator(Quantity value)SequenceSequence. setQuantity(Quantity value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setScore(Quantity value)
-