Uses of Class
com.ibm.fhir.model.type.SimpleQuantity
-
Packages that use SimpleQuantity Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of SimpleQuantity in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SimpleQuantity Modifier and Type Method Description SimpleQuantityMedicationKnowledge. getAmount()Specific amount of the drug in the packaged product.SimpleQuantityNutritionOrder.OralDiet.Nutrient. getAmount()The quantity of the specified nutrient to include in diet.SimpleQuantityNutritionOrder.EnteralFormula. getCaloricDensity()The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz.SimpleQuantitySpecimen.Container. getCapacity()The capacity (volume or other measure) the container may contain.SimpleQuantitySpecimenDefinition.TypeTested.Container. getCapacity()The capacity (volume or other measure) of this kind of container.SimpleQuantityCarePlan.Activity.Detail. getDailyAmount()Identifies the quantity expected to be consumed in a given day.SimpleQuantityMedicationDispense. getDaysSupply()The amount of medication expressed as a timing amount.SimpleQuantityMedicationAdministration.Dosage. getDose()The amount of the medication given at one administration event.SimpleQuantityImmunization. getDoseQuantity()The quantity of vaccine product that was administered.SimpleQuantityVisionPrescription.LensSpecification. getDuration()The recommended maximum wear period for the lens.SimpleQuantityObservation.ReferenceRange. getHigh()The value of the high bound of the reference range.SimpleQuantityObservation.ReferenceRange. getLow()The value of the low bound of the reference range.SimpleQuantityNutritionOrder.EnteralFormula. getMaxVolumeToDeliver()The maximum total quantity of formula that may be administered to a subject over the period of time, e.g.SimpleQuantityActivityDefinition. getQuantity()Identifies the quantity expected to be consumed at once (per dose, per meal, etc.).SimpleQuantityCarePlan.Activity.Detail. getQuantity()Identifies the quantity expected to be supplied, administered or consumed by the subject.SimpleQuantityClaim.Item.Detail. getQuantity()The number of repetitions of a service or product.SimpleQuantityClaim.Item.Detail.SubDetail. getQuantity()The number of repetitions of a service or product.SimpleQuantityClaim.Item. getQuantity()The number of repetitions of a service or product.SimpleQuantityClaimResponse.AddItem.Detail. getQuantity()The number of repetitions of a service or product.SimpleQuantityClaimResponse.AddItem.Detail.SubDetail. getQuantity()The number of repetitions of a service or product.SimpleQuantityClaimResponse.AddItem. getQuantity()The number of repetitions of a service or product.SimpleQuantityContract.Term.Asset.ValuedItem. getQuantity()Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances.SimpleQuantityCoverageEligibilityRequest.Item. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.AddItem.Detail. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.AddItem.Detail.SubDetail. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.AddItem. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.Item.Detail. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.Item.Detail.SubDetail. getQuantity()The number of repetitions of a service or product.SimpleQuantityExplanationOfBenefit.Item. getQuantity()The number of repetitions of a service or product.SimpleQuantityMedicationDispense. getQuantity()The amount of medication that has been dispensed.SimpleQuantityMedicationKnowledge.Packaging. getQuantity()The number of product units the package would contain if fully loaded.SimpleQuantityMedicationKnowledge.Regulatory.MaxDispense. getQuantity()The maximum number of units of the medication that can be dispensed.SimpleQuantityMedicationRequest.DispenseRequest. getQuantity()The amount that is to be dispensed for one fill.SimpleQuantityMedicationRequest.DispenseRequest.InitialFill. getQuantity()The amount or quantity to provide as part of the first dispense.SimpleQuantityNutritionOrder.EnteralFormula.Administration. getQuantity()The volume of formula to provide to the patient per the specified administration schedule.SimpleQuantityNutritionOrder.Supplement. getQuantity()The amount of the nutritional supplement to be given.SimpleQuantitySpecimen.Collection. getQuantity()The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.SimpleQuantitySubstance.Instance. getQuantity()The amount of the substance.SimpleQuantitySupplyDelivery.SuppliedItem. getQuantity()The amount of supply that has been dispensed.SimpleQuantitySpecimen.Container. getSpecimenQuantity()The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.Methods in com.ibm.fhir.model.resource that return types with arguments of type SimpleQuantity Modifier and Type Method Description List<SimpleQuantity>MedicationKnowledge.Kinetics. getAreaUnderCurve()The drug concentration measured at certain discrete points in time.List<SimpleQuantity>MedicationKnowledge.Kinetics. getLethalDose50()The median lethal dose of a drug.Methods in com.ibm.fhir.model.resource with parameters of type SimpleQuantity Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. amount(SimpleQuantity amount)Specific amount of the drug in the packaged product.NutritionOrder.OralDiet.Nutrient.BuilderNutritionOrder.OralDiet.Nutrient.Builder. amount(SimpleQuantity amount)The quantity of the specified nutrient to include in diet.MedicationKnowledge.Kinetics.BuilderMedicationKnowledge.Kinetics.Builder. areaUnderCurve(SimpleQuantity... areaUnderCurve)The drug concentration measured at certain discrete points in time.NutritionOrder.EnteralFormula.BuilderNutritionOrder.EnteralFormula.Builder. caloricDensity(SimpleQuantity caloricDensity)The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz.Specimen.Container.BuilderSpecimen.Container.Builder. capacity(SimpleQuantity capacity)The capacity (volume or other measure) the container may contain.SpecimenDefinition.TypeTested.Container.BuilderSpecimenDefinition.TypeTested.Container.Builder. capacity(SimpleQuantity capacity)The capacity (volume or other measure) of this kind of container.CarePlan.Activity.Detail.BuilderCarePlan.Activity.Detail.Builder. dailyAmount(SimpleQuantity dailyAmount)Identifies the quantity expected to be consumed in a given day.MedicationDispense.BuilderMedicationDispense.Builder. daysSupply(SimpleQuantity daysSupply)The amount of medication expressed as a timing amount.MedicationAdministration.Dosage.BuilderMedicationAdministration.Dosage.Builder. dose(SimpleQuantity dose)The amount of the medication given at one administration event.Immunization.BuilderImmunization.Builder. doseQuantity(SimpleQuantity doseQuantity)The quantity of vaccine product that was administered.VisionPrescription.LensSpecification.BuilderVisionPrescription.LensSpecification.Builder. duration(SimpleQuantity duration)The recommended maximum wear period for the lens.Observation.ReferenceRange.BuilderObservation.ReferenceRange.Builder. high(SimpleQuantity high)The value of the high bound of the reference range.MedicationKnowledge.Kinetics.BuilderMedicationKnowledge.Kinetics.Builder. lethalDose50(SimpleQuantity... lethalDose50)The median lethal dose of a drug.Observation.ReferenceRange.BuilderObservation.ReferenceRange.Builder. low(SimpleQuantity low)The value of the low bound of the reference range.NutritionOrder.EnteralFormula.BuilderNutritionOrder.EnteralFormula.Builder. maxVolumeToDeliver(SimpleQuantity maxVolumeToDeliver)The maximum total quantity of formula that may be administered to a subject over the period of time, e.g.ActivityDefinition.BuilderActivityDefinition.Builder. quantity(SimpleQuantity quantity)Identifies the quantity expected to be consumed at once (per dose, per meal, etc.).CarePlan.Activity.Detail.BuilderCarePlan.Activity.Detail.Builder. quantity(SimpleQuantity quantity)Identifies the quantity expected to be supplied, administered or consumed by the subject.Claim.Item.BuilderClaim.Item.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.Claim.Item.Detail.BuilderClaim.Item.Detail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.Claim.Item.Detail.SubDetail.BuilderClaim.Item.Detail.SubDetail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ClaimResponse.AddItem.BuilderClaimResponse.AddItem.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ClaimResponse.AddItem.Detail.BuilderClaimResponse.AddItem.Detail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ClaimResponse.AddItem.Detail.SubDetail.BuilderClaimResponse.AddItem.Detail.SubDetail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.Contract.Term.Asset.ValuedItem.BuilderContract.Term.Asset.ValuedItem.Builder. quantity(SimpleQuantity quantity)Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances.CoverageEligibilityRequest.Item.BuilderCoverageEligibilityRequest.Item.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.AddItem.BuilderExplanationOfBenefit.AddItem.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.AddItem.Detail.BuilderExplanationOfBenefit.AddItem.Detail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.AddItem.Detail.SubDetail.BuilderExplanationOfBenefit.AddItem.Detail.SubDetail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.Item.BuilderExplanationOfBenefit.Item.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.Item.Detail.BuilderExplanationOfBenefit.Item.Detail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.Item.Detail.SubDetail.BuilderExplanationOfBenefit.Item.Detail.SubDetail.Builder. quantity(SimpleQuantity quantity)The number of repetitions of a service or product.MedicationDispense.BuilderMedicationDispense.Builder. quantity(SimpleQuantity quantity)The amount of medication that has been dispensed.MedicationKnowledge.Packaging.BuilderMedicationKnowledge.Packaging.Builder. quantity(SimpleQuantity quantity)The number of product units the package would contain if fully loaded.MedicationKnowledge.Regulatory.MaxDispense.BuilderMedicationKnowledge.Regulatory.MaxDispense.Builder. quantity(SimpleQuantity quantity)The maximum number of units of the medication that can be dispensed.MedicationRequest.DispenseRequest.BuilderMedicationRequest.DispenseRequest.Builder. quantity(SimpleQuantity quantity)The amount that is to be dispensed for one fill.MedicationRequest.DispenseRequest.InitialFill.BuilderMedicationRequest.DispenseRequest.InitialFill.Builder. quantity(SimpleQuantity quantity)The amount or quantity to provide as part of the first dispense.NutritionOrder.EnteralFormula.Administration.BuilderNutritionOrder.EnteralFormula.Administration.Builder. quantity(SimpleQuantity quantity)The volume of formula to provide to the patient per the specified administration schedule.NutritionOrder.Supplement.BuilderNutritionOrder.Supplement.Builder. quantity(SimpleQuantity quantity)The amount of the nutritional supplement to be given.Specimen.Collection.BuilderSpecimen.Collection.Builder. quantity(SimpleQuantity quantity)The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.Substance.Instance.BuilderSubstance.Instance.Builder. quantity(SimpleQuantity quantity)The amount of the substance.SupplyDelivery.SuppliedItem.BuilderSupplyDelivery.SuppliedItem.Builder. quantity(SimpleQuantity quantity)The amount of supply that has been dispensed.Specimen.Container.BuilderSpecimen.Container.Builder. specimenQuantity(SimpleQuantity specimenQuantity)The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.Method parameters in com.ibm.fhir.model.resource with type arguments of type SimpleQuantity Modifier and Type Method Description MedicationKnowledge.Kinetics.BuilderMedicationKnowledge.Kinetics.Builder. areaUnderCurve(Collection<SimpleQuantity> areaUnderCurve)The drug concentration measured at certain discrete points in time.MedicationKnowledge.Kinetics.BuilderMedicationKnowledge.Kinetics.Builder. lethalDose50(Collection<SimpleQuantity> lethalDose50)The median lethal dose of a drug. -
Uses of SimpleQuantity in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return SimpleQuantity Modifier and Type Method Description SimpleQuantitySimpleQuantity.Builder. build()Build theSimpleQuantitySimpleQuantityRange. getHigh()The high limit.SimpleQuantityRange. getLow()The low limit.SimpleQuantityDosage. getMaxDosePerAdministration()Upper limit on medication per administration.SimpleQuantityDosage. getMaxDosePerLifetime()Upper limit on medication per lifetime of the patient.SimpleQuantitySampledData. getOrigin()The base quantity that a measured value of zero represents.Methods in com.ibm.fhir.model.type with parameters of type SimpleQuantity Modifier and Type Method Description protected SimpleQuantity.BuilderSimpleQuantity.Builder. from(SimpleQuantity simpleQuantity)Range.BuilderRange.Builder. high(SimpleQuantity high)The high limit.Range.BuilderRange.Builder. low(SimpleQuantity low)The low limit.Dosage.BuilderDosage.Builder. maxDosePerAdministration(SimpleQuantity maxDosePerAdministration)Upper limit on medication per administration.Dosage.BuilderDosage.Builder. maxDosePerLifetime(SimpleQuantity maxDosePerLifetime)Upper limit on medication per lifetime of the patient.SampledData.BuilderSampledData.Builder. origin(SimpleQuantity origin)The base quantity that a measured value of zero represents. -
Uses of SimpleQuantity in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type SimpleQuantity Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, SimpleQuantity simpleQuantity)Delegates to#visit(elementName, elementIndex, Quantity)booleanVisitor. visit(String elementName, int elementIndex, SimpleQuantity simpleQuantity)
-