Uses of Class
org.hl7.fhir.dstu2.model.Ratio
Packages that use Ratio
-
Uses of Ratio in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return RatioModifier and TypeMethodDescriptionprotected RatioJsonParser.parseRatio(com.google.gson.JsonObject json)protected RatioXmlParser.parseRatio(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type RatioModifier and TypeMethodDescriptionprotected voidJsonParser.composeRatio(String name, Ratio element)protected voidXmlParser.composeRatio(String name, Ratio element)protected voidJsonParser.composeRatioInner(Ratio element) -
Uses of Ratio in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as RatioModifier and TypeFieldDescriptionprotected RatioMedication.MedicationProductIngredientComponent.amountSpecifies how many (or how much) of the items there are in this Medication.protected RatioMedicationDispense.MedicationDispenseDosageInstructionComponent.maxDosePerPeriodThe maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time, e.g.protected RatioMedicationOrder.MedicationOrderDosageInstructionComponent.maxDosePerPeriodThe maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time.protected RatioMedicationStatement.MedicationStatementDosageComponent.maxDosePerPeriodThe maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time.protected RatioSubstance.SubstanceIngredientComponent.quantityThe amount of the ingredient in the substance - a concentration ratio.Methods in org.hl7.fhir.dstu2.model that return RatioModifier 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 RatioRatio.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type RatioModifier and TypeMethodDescriptionMedicationDispense.MedicationDispenseDosageInstructionComponent.setMaxDosePerPeriod(Ratio value)MedicationOrder.MedicationOrderDosageInstructionComponent.setMaxDosePerPeriod(Ratio value)MedicationStatement.MedicationStatementDosageComponent.setMaxDosePerPeriod(Ratio value)Substance.SubstanceIngredientComponent.setQuantity(Ratio value)