Uses of Class
com.ibm.fhir.model.type.Ratio
-
Packages that use Ratio Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Ratio in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Ratio Modifier and Type Method Description RatioMedication. getAmount()Specific amount of the drug in the packaged product.RatioSubstanceSpecification.Relationship. getAmountRatioLowLimit()For use when the numeric.RatioMedicinalProductIngredient.SpecifiedSubstance.Strength. getConcentration()The strength per unitary volume (or mass).RatioMedicinalProductIngredient.SpecifiedSubstance.Strength. getConcentrationLowLimit()A lower limit for the strength per unitary volume (or mass), for when there is a range.RatioMedicinalProductPharmaceutical.RouteOfAdministration. getMaxDosePerTreatmentPeriod()The maximum dose per treatment period that can be administered as per the protocol referenced in the clinical trial authorisation.RatioMedicinalProductIngredient.SpecifiedSubstance.Strength. getPresentation()The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.RatioMedicinalProductIngredient.SpecifiedSubstance.Strength. getPresentationLowLimit()A lower limit for the quantity of substance in the unit of presentation.RatioSubstance.Ingredient. getQuantity()The amount of the ingredient in the substance - a concentration ratio.RatioMedication.Ingredient. getStrength()Specifies how many (or how much) of the items there are in this Medication.RatioMedicationKnowledge.Ingredient. getStrength()Specifies how many (or how much) of the items there are in this Medication.RatioMedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength. getStrength()Strength expressed in terms of a reference substance.RatioMedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength. getStrengthLowLimit()Strength expressed in terms of a reference substance.Methods in com.ibm.fhir.model.resource with parameters of type Ratio Modifier and Type Method Description Medication.BuilderMedication.Builder. amount(Ratio amount)Specific amount of the drug in the packaged product.SubstanceSpecification.Relationship.BuilderSubstanceSpecification.Relationship.Builder. amountRatioLowLimit(Ratio amountRatioLowLimit)For use when the numeric.MedicinalProductIngredient.SpecifiedSubstance.Strength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.Builder. concentration(Ratio concentration)The strength per unitary volume (or mass).MedicinalProductIngredient.SpecifiedSubstance.Strength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.Builder. concentrationLowLimit(Ratio concentrationLowLimit)A lower limit for the strength per unitary volume (or mass), for when there is a range.MedicinalProductPharmaceutical.RouteOfAdministration.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.Builder. maxDosePerTreatmentPeriod(Ratio maxDosePerTreatmentPeriod)The maximum dose per treatment period that can be administered as per the protocol referenced in the clinical trial authorisation.MedicinalProductIngredient.SpecifiedSubstance.Strength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.Builder. presentation(Ratio presentation)The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.MedicinalProductIngredient.SpecifiedSubstance.Strength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.Builder. presentationLowLimit(Ratio presentationLowLimit)A lower limit for the quantity of substance in the unit of presentation.Substance.Ingredient.BuilderSubstance.Ingredient.Builder. quantity(Ratio quantity)The amount of the ingredient in the substance - a concentration ratio.Medication.Ingredient.BuilderMedication.Ingredient.Builder. strength(Ratio strength)Specifies how many (or how much) of the items there are in this Medication.MedicationKnowledge.Ingredient.BuilderMedicationKnowledge.Ingredient.Builder. strength(Ratio strength)Specifies how many (or how much) of the items there are in this Medication.MedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength.Builder. strength(Ratio strength)Strength expressed in terms of a reference substance.MedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength.BuilderMedicinalProductIngredient.SpecifiedSubstance.Strength.ReferenceStrength.Builder. strengthLowLimit(Ratio strengthLowLimit)Strength expressed in terms of a reference substance. -
Uses of Ratio in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Ratio Modifier and Type Method Description RatioRatio.Builder. build()Build theRatioRatioDosage. getMaxDosePerPeriod()Upper limit on medication per unit of time.Methods in com.ibm.fhir.model.type with parameters of type Ratio Modifier and Type Method Description protected Ratio.BuilderRatio.Builder. from(Ratio ratio)Dosage.BuilderDosage.Builder. maxDosePerPeriod(Ratio maxDosePerPeriod)Upper limit on medication per unit of time. -
Uses of Ratio in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Ratio Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Ratio ratio)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Ratio ratio)
-