
Uses of Class
org.hl7.fhir.dstu3.model.Quantity
Packages that use Quantity
-
Uses of Quantity in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type QuantityModifier and TypeMethodDescriptionprotected voidJsonParser.composeQuantity(String name, Quantity element) protected voidRdfParser.composeQuantity(org.hl7.fhir.utilities.turtle.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.modelModifier and TypeClassDescriptionclassA duration of time during which an organism (or a process) has existed.classA measured amount (or an amount that can potentially be measured).classA length - a value with a unit that is a physical distance.classA length of time.classAn amount of economic utility in some recognized currency.classA measured amount (or an amount that can potentially be measured).Fields in org.hl7.fhir.dstu3.model declared as QuantityModifier and TypeFieldDescriptionprotected 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 QuantityModifier and TypeMethodDescriptionBase.castToQuantity(Base b) Quantity.copy()Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerQuantity()Ratio.getDenominator()Goal.GoalTargetComponent.getDetailQuantity()PlanDefinition.PlanDefinitionGoalTargetComponent.getDetailQuantity()Questionnaire.QuestionnaireItemComponent.getInitialQuantity()ElementDefinition.getMaxValueQuantity()ElementDefinition.getMinValueQuantity()Ratio.getNumerator()ChargeItem.getQuantity()Sequence.getQuantity()SupplyRequest.SupplyRequestOrderedItemComponent.getQuantity()Sequence.SequenceQualityComponent.getScore()Claim.SpecialConditionComponent.getValueQuantity()ExplanationOfBenefit.SupportingInformationComponent.getValueQuantity()Group.GroupCharacteristicComponent.getValueQuantity()Observation.getValueQuantity()Observation.ObservationComponentComponent.getValueQuantity()QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueQuantity()UsageContext.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(double value) Quantity.setValue(long value) Quantity.setValue(BigDecimal value) Quantity.setValueElement(DecimalType value) protected QuantityQuantity.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type QuantityModifier and TypeMethodDescriptionvoidQuantity.copyValues(Quantity dst) Ratio.setDenominator(Quantity value) Ratio.setNumerator(Quantity value) ChargeItem.setQuantity(Quantity value) Sequence.setQuantity(Quantity value) SupplyRequest.SupplyRequestOrderedItemComponent.setQuantity(Quantity value) Constructors in org.hl7.fhir.dstu3.model with parameters of type Quantity