Uses of Class
com.ibm.fhir.model.type.Quantity
-
Packages that use Quantity Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Quantity in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Quantity Modifier and Type Method Description QuantitySubstanceSpecification.Structure.Isotope.MolecularWeight. getAmount()Used to capture quantitative values for a variety of elements.QuantityMedicinalProductIndication. getDuration()Timing or duration information as part of the indication.QuantityMedicinalProductPharmaceutical.RouteOfAdministration. getFirstDose()The first dose (dose quantity) administered in humans can be specified, for a product under investigation, using a numerical value and its unit of measurement.QuantitySubstanceSpecification.Structure.Isotope. getHalfLife()Half life - for a non-natural nuclide.QuantityMedicinalProductPharmaceutical.RouteOfAdministration. getMaxDosePerDay()The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered as per the protocol referenced in the clinical trial authorisation.QuantityMedicinalProductPharmaceutical.RouteOfAdministration. getMaxSingleDose()The maximum single dose that can be administered as per the protocol of a clinical trial can be specified using a numerical value and its unit of measurement.QuantityMeasureReport.Group. getMeasureScore()The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.QuantityMeasureReport.Group.Stratifier.Stratum. getMeasureScore()The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.QuantityChargeItem. getQuantity()Quantity of which the charge item has been serviced.QuantityDeviceDefinition. getQuantity()The quantity of the device present in the packaging (e.g.QuantityMedicinalProductManufactured. getQuantity()The quantity or "count number" of the manufactured item.QuantityMedicinalProductPackaged.PackageItem. getQuantity()The quantity of this package in the medicinal product, at the current level of packaging.QuantityMolecularSequence. getQuantity()The number of copies of the sequence of interest.QuantitySupplyRequest. getQuantity()The amount that is being ordered of the indicated item.QuantityMolecularSequence.Quality. getScore()The score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.QuantityInsurancePlan.Coverage.Benefit.Limit. getValue()The maximum amount of a service item a plan will pay for a covered benefit.QuantityInsurancePlan.Plan.SpecificCost.Benefit.Cost. getValue()The actual cost value.QuantityMedicinalProductPharmaceutical.RouteOfAdministration.TargetSpecies.WithdrawalPeriod. getValue()A value for the time.Methods in com.ibm.fhir.model.resource that return types with arguments of type Quantity Modifier and Type Method Description List<Quantity>Device.Property. getValueQuantity()Property value as a quantity.List<Quantity>DeviceDefinition.Property. getValueQuantity()Property value as a quantity.Methods in com.ibm.fhir.model.resource with parameters of type Quantity Modifier and Type Method Description SubstanceSpecification.Structure.Isotope.MolecularWeight.BuilderSubstanceSpecification.Structure.Isotope.MolecularWeight.Builder. amount(Quantity amount)Used to capture quantitative values for a variety of elements.MedicinalProductIndication.BuilderMedicinalProductIndication.Builder. duration(Quantity duration)Timing or duration information as part of the indication.MedicinalProductPharmaceutical.RouteOfAdministration.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.Builder. firstDose(Quantity firstDose)The first dose (dose quantity) administered in humans can be specified, for a product under investigation, using a numerical value and its unit of measurement.SubstanceSpecification.Structure.Isotope.BuilderSubstanceSpecification.Structure.Isotope.Builder. halfLife(Quantity halfLife)Half life - for a non-natural nuclide.MedicinalProductPharmaceutical.RouteOfAdministration.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.Builder. maxDosePerDay(Quantity maxDosePerDay)The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered as per the protocol referenced in the clinical trial authorisation.MedicinalProductPharmaceutical.RouteOfAdministration.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.Builder. maxSingleDose(Quantity maxSingleDose)The maximum single dose that can be administered as per the protocol of a clinical trial can be specified using a numerical value and its unit of measurement.MeasureReport.Group.BuilderMeasureReport.Group.Builder. measureScore(Quantity measureScore)The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.MeasureReport.Group.Stratifier.Stratum.BuilderMeasureReport.Group.Stratifier.Stratum.Builder. measureScore(Quantity measureScore)The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.ChargeItem.BuilderChargeItem.Builder. quantity(Quantity quantity)Quantity of which the charge item has been serviced.DeviceDefinition.BuilderDeviceDefinition.Builder. quantity(Quantity quantity)The quantity of the device present in the packaging (e.g.MedicinalProductManufactured.BuilderMedicinalProductManufactured.Builder. quantity(Quantity quantity)The quantity or "count number" of the manufactured item.MedicinalProductPackaged.PackageItem.BuilderMedicinalProductPackaged.PackageItem.Builder. quantity(Quantity quantity)The quantity of this package in the medicinal product, at the current level of packaging.MolecularSequence.BuilderMolecularSequence.Builder. quantity(Quantity quantity)The number of copies of the sequence of interest.SupplyRequest.BuilderSupplyRequest.Builder. quantity(Quantity quantity)The amount that is being ordered of the indicated item.MolecularSequence.Quality.BuilderMolecularSequence.Quality.Builder. score(Quantity score)The score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.InsurancePlan.Coverage.Benefit.Limit.BuilderInsurancePlan.Coverage.Benefit.Limit.Builder. value(Quantity value)The maximum amount of a service item a plan will pay for a covered benefit.InsurancePlan.Plan.SpecificCost.Benefit.Cost.BuilderInsurancePlan.Plan.SpecificCost.Benefit.Cost.Builder. value(Quantity value)The actual cost value.MedicinalProductPharmaceutical.RouteOfAdministration.TargetSpecies.WithdrawalPeriod.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.TargetSpecies.WithdrawalPeriod.Builder. value(Quantity value)A value for the time.Device.Property.BuilderDevice.Property.Builder. valueQuantity(Quantity... valueQuantity)Property value as a quantity.DeviceDefinition.Property.BuilderDeviceDefinition.Property.Builder. valueQuantity(Quantity... valueQuantity)Property value as a quantity.Method parameters in com.ibm.fhir.model.resource with type arguments of type Quantity Modifier and Type Method Description Device.Property.BuilderDevice.Property.Builder. valueQuantity(Collection<Quantity> valueQuantity)Property value as a quantity.DeviceDefinition.Property.BuilderDeviceDefinition.Property.Builder. valueQuantity(Collection<Quantity> valueQuantity)Property value as a quantity. -
Uses of Quantity in com.ibm.fhir.model.type
Subclasses of Quantity in com.ibm.fhir.model.type 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.classMoneyQuantityThere SHALL be a code if there is a value and it SHALL be an expression of currency.classSimpleQuantityThe comparator is not used on a SimpleQuantityMethods in com.ibm.fhir.model.type that return Quantity Modifier and Type Method Description QuantityQuantity.Builder. build()Build theQuantityQuantityRatio. getDenominator()The value of the denominator.QuantityProdCharacteristic. getDepth()Where applicable, the depth can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantityProdCharacteristic. getExternalDiameter()Where applicable, the external diameter can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantityProdCharacteristic. getHeight()Where applicable, the height can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantitySubstanceAmount.ReferenceRange. getHighLimit()Upper limit possible or expected.QuantitySubstanceAmount.ReferenceRange. getLowLimit()Lower limit possible or expected.QuantityProdCharacteristic. getNominalVolume()Where applicable, the nominal volume can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantityRatio. getNumerator()The value of the numerator.QuantityProductShelfLife. getPeriod()The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantityProdCharacteristic. getWeight()Where applicable, the weight can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.QuantityProdCharacteristic. getWidth()Where applicable, the width can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.Methods in com.ibm.fhir.model.type with parameters of type Quantity Modifier and Type Method Description Ratio.BuilderRatio.Builder. denominator(Quantity denominator)The value of the denominator.ProdCharacteristic.BuilderProdCharacteristic.Builder. depth(Quantity depth)Where applicable, the depth can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.ProdCharacteristic.BuilderProdCharacteristic.Builder. externalDiameter(Quantity externalDiameter)Where applicable, the external diameter can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.protected Quantity.BuilderQuantity.Builder. from(Quantity quantity)ProdCharacteristic.BuilderProdCharacteristic.Builder. height(Quantity height)Where applicable, the height can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.SubstanceAmount.ReferenceRange.BuilderSubstanceAmount.ReferenceRange.Builder. highLimit(Quantity highLimit)Upper limit possible or expected.SubstanceAmount.ReferenceRange.BuilderSubstanceAmount.ReferenceRange.Builder. lowLimit(Quantity lowLimit)Lower limit possible or expected.ProdCharacteristic.BuilderProdCharacteristic.Builder. nominalVolume(Quantity nominalVolume)Where applicable, the nominal volume can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.Ratio.BuilderRatio.Builder. numerator(Quantity numerator)The value of the numerator.ProductShelfLife.BuilderProductShelfLife.Builder. period(Quantity period)The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.ProdCharacteristic.BuilderProdCharacteristic.Builder. weight(Quantity weight)Where applicable, the weight can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.ProdCharacteristic.BuilderProdCharacteristic.Builder. width(Quantity width)Where applicable, the width can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used. -
Uses of Quantity in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Quantity Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Quantity quantity)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Quantity quantity)
-