Uses of Class
org.hl7.fhir.dstu2.model.Ratio
-
Packages that use Ratio Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Ratio in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Ratio Modifier and Type Method Description protected 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 Ratio Modifier and Type Method Description protected 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 Ratio Modifier and Type Field Description protected 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 Ratio Modifier and Type Method Description RatioBase. castToRatio(Base b)RatioRatio. copy()RatioMedication.MedicationProductIngredientComponent. getAmount()RatioMedicationDispense.MedicationDispenseDosageInstructionComponent. getMaxDosePerPeriod()RatioMedicationOrder.MedicationOrderDosageInstructionComponent. getMaxDosePerPeriod()RatioMedicationStatement.MedicationStatementDosageComponent. getMaxDosePerPeriod()RatioSubstance.SubstanceIngredientComponent. getQuantity()RatioMedicationAdministration.MedicationAdministrationDosageComponent. getRateRatio()RatioMedicationDispense.MedicationDispenseDosageInstructionComponent. getRateRatio()RatioMedicationOrder.MedicationOrderDosageInstructionComponent. getRateRatio()RatioMedicationStatement.MedicationStatementDosageComponent. getRateRatio()RatioNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent. getRateRatio()RatioObservation. getValueRatio()RatioObservation.ObservationComponentComponent. getValueRatio()RatioRatio. setDenominator(Quantity value)RatioRatio. setNumerator(Quantity value)protected RatioRatio. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Ratio Modifier and Type Method Description Medication.MedicationProductIngredientComponentMedication.MedicationProductIngredientComponent. setAmount(Ratio value)MedicationDispense.MedicationDispenseDosageInstructionComponentMedicationDispense.MedicationDispenseDosageInstructionComponent. setMaxDosePerPeriod(Ratio value)MedicationOrder.MedicationOrderDosageInstructionComponentMedicationOrder.MedicationOrderDosageInstructionComponent. setMaxDosePerPeriod(Ratio value)MedicationStatement.MedicationStatementDosageComponentMedicationStatement.MedicationStatementDosageComponent. setMaxDosePerPeriod(Ratio value)Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setQuantity(Ratio value)
-