Uses of Class
org.hl7.fhir.dstu3.model.Quantity
-
Packages that use Quantity Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Quantity in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type Quantity Modifier and Type Method Description protected voidJsonParser. composeQuantity(String name, Quantity element)protected voidRdfParser. composeQuantity(Turtle.Complex parent, String parentType, String name, Quantity element, int index)protected voidXmlParser. composeQuantity(String name, Quantity element)protected voidXmlParser. composeQuantityElements(Quantity element)protected voidJsonParser. composeQuantityInner(Quantity element)protected booleanXmlParser. parseQuantityContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Quantity res)protected voidJsonParser. parseQuantityProperties(com.google.gson.JsonObject json, Quantity res) -
Uses of Quantity in org.hl7.fhir.dstu3.model
Subclasses of Quantity in org.hl7.fhir.dstu3.model Modifier and Type Class Description classAgeA duration of time during which an organism (or a process) has existed.classCountA measured amount (or an amount that can potentially be measured).classDistanceA length - a value with a unit that is a physical distance.classDurationA length of time.classMoneyAn amount of economic utility in some recognized currency.classSimpleQuantityA measured amount (or an amount that can potentially be measured).Fields in org.hl7.fhir.dstu3.model declared as Quantity Modifier and Type Field Description protected QuantityRatio. denominatorThe value of the denominator.protected QuantityRatio. numeratorThe value of the numerator.protected QuantityChargeItem. quantityQuantity of which the charge item has been serviced.protected QuantitySequence. quantityThe number of copies of the seqeunce of interest.protected QuantitySupplyRequest.SupplyRequestOrderedItemComponent. quantityThe amount that is being ordered of the indicated item.protected QuantitySequence.SequenceQualityComponent. scoreThe score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.org/browser/current_svn/term/SO:0001685)).Methods in org.hl7.fhir.dstu3.model that return Quantity Modifier and Type Method Description QuantityBase. castToQuantity(Base b)QuantityQuantity. copy()QuantityQuestionnaire.QuestionnaireItemEnableWhenComponent. getAnswerQuantity()QuantityRatio. getDenominator()QuantityGoal.GoalTargetComponent. getDetailQuantity()QuantityPlanDefinition.PlanDefinitionGoalTargetComponent. getDetailQuantity()QuantityQuestionnaire.QuestionnaireItemComponent. getInitialQuantity()QuantityElementDefinition. getMaxValueQuantity()QuantityElementDefinition. getMinValueQuantity()QuantityRatio. getNumerator()QuantityChargeItem. getQuantity()QuantitySequence. getQuantity()QuantitySupplyRequest.SupplyRequestOrderedItemComponent. getQuantity()QuantitySequence.SequenceQualityComponent. getScore()QuantityClaim.SpecialConditionComponent. getValueQuantity()QuantityExplanationOfBenefit.SupportingInformationComponent. getValueQuantity()QuantityGroup.GroupCharacteristicComponent. getValueQuantity()QuantityObservation. getValueQuantity()QuantityObservation.ObservationComponentComponent. getValueQuantity()QuantityQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent. getValueQuantity()QuantityUsageContext. 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.dstu3.model with parameters of type Quantity Modifier and Type Method Description RatioRatio. setDenominator(Quantity value)RatioRatio. setNumerator(Quantity value)ChargeItemChargeItem. setQuantity(Quantity value)SequenceSequence. setQuantity(Quantity value)SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest.SupplyRequestOrderedItemComponent. setQuantity(Quantity value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setScore(Quantity value)Constructors in org.hl7.fhir.dstu3.model with parameters of type Quantity Constructor Description SupplyRequestOrderedItemComponent(Quantity quantity)Constructor
-