Uses of Class
org.hl7.fhir.dstu2.model.Ratio
-
Uses of Ratio in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Ratio
JsonParser.parseRatio
(com.google.gson.JsonObject json) protected Ratio
XmlParser.parseRatio
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRatio
(String name, Ratio element) protected void
XmlParser.composeRatio
(String name, Ratio element) protected void
JsonParser.composeRatioInner
(Ratio element) -
Uses of Ratio in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Ratio
Medication.MedicationProductIngredientComponent.amount
Specifies how many (or how much) of the items there are in this Medication.protected Ratio
MedicationDispense.MedicationDispenseDosageInstructionComponent.maxDosePerPeriod
The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time, e.g.protected Ratio
MedicationOrder.MedicationOrderDosageInstructionComponent.maxDosePerPeriod
The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time.protected Ratio
MedicationStatement.MedicationStatementDosageComponent.maxDosePerPeriod
The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time.protected Ratio
Substance.SubstanceIngredientComponent.quantity
The amount of the ingredient in the substance - a concentration ratio.Modifier and TypeMethodDescriptionBase.castToRatio
(Base b) Ratio.copy()
Medication.MedicationProductIngredientComponent.getAmount()
MedicationDispense.MedicationDispenseDosageInstructionComponent.getMaxDosePerPeriod()
MedicationOrder.MedicationOrderDosageInstructionComponent.getMaxDosePerPeriod()
MedicationStatement.MedicationStatementDosageComponent.getMaxDosePerPeriod()
Substance.SubstanceIngredientComponent.getQuantity()
MedicationAdministration.MedicationAdministrationDosageComponent.getRateRatio()
MedicationDispense.MedicationDispenseDosageInstructionComponent.getRateRatio()
MedicationOrder.MedicationOrderDosageInstructionComponent.getRateRatio()
MedicationStatement.MedicationStatementDosageComponent.getRateRatio()
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRateRatio()
Observation.getValueRatio()
Observation.ObservationComponentComponent.getValueRatio()
Ratio.setDenominator
(Quantity value) Ratio.setNumerator
(Quantity value) protected Ratio
Ratio.typedCopy()
Modifier and TypeMethodDescriptionMedicationDispense.MedicationDispenseDosageInstructionComponent.setMaxDosePerPeriod
(Ratio value) MedicationOrder.MedicationOrderDosageInstructionComponent.setMaxDosePerPeriod
(Ratio value) MedicationStatement.MedicationStatementDosageComponent.setMaxDosePerPeriod
(Ratio value) Substance.SubstanceIngredientComponent.setQuantity
(Ratio value)