Uses of Class
ca.uhn.fhir.model.dstu2.composite.RatioDt
-
Packages that use RatioDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of RatioDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return RatioDt Modifier and Type Method Description RatioDtRatioDt. setDenominator(QuantityDt theValue)Sets the value(s) for denominator ()RatioDtRatioDt. setNumerator(QuantityDt theValue)Sets the value(s) for numerator () -
Uses of RatioDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return RatioDt Modifier and Type Method Description RatioDtMedication.ProductIngredient. getAmount()Gets the value(s) for amount ().RatioDtMedicationDispense.DosageInstruction. getMaxDosePerPeriod()Gets the value(s) for maxDosePerPeriod ().RatioDtMedicationOrder.DosageInstruction. getMaxDosePerPeriod()Gets the value(s) for maxDosePerPeriod ().RatioDtMedicationStatement.Dosage. getMaxDosePerPeriod()Gets the value(s) for maxDosePerPeriod ().RatioDtSubstance.Ingredient. getQuantity()Gets the value(s) for quantity ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RatioDt Modifier and Type Method Description Medication.ProductIngredientMedication.ProductIngredient. setAmount(RatioDt theValue)Sets the value(s) for amount ()MedicationDispense.DosageInstructionMedicationDispense.DosageInstruction. setMaxDosePerPeriod(RatioDt theValue)Sets the value(s) for maxDosePerPeriod ()MedicationOrder.DosageInstructionMedicationOrder.DosageInstruction. setMaxDosePerPeriod(RatioDt theValue)Sets the value(s) for maxDosePerPeriod ()MedicationStatement.DosageMedicationStatement.Dosage. setMaxDosePerPeriod(RatioDt theValue)Sets the value(s) for maxDosePerPeriod ()Substance.IngredientSubstance.Ingredient. setQuantity(RatioDt theValue)Sets the value(s) for quantity ()
-