Uses of Class
ca.uhn.fhir.model.dstu2.composite.RatioDt
-
Uses of RatioDt in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionRatioDt.setDenominator
(QuantityDt theValue) Sets the value(s) for denominator ()RatioDt.setNumerator
(QuantityDt theValue) Sets the value(s) for numerator () -
Uses of RatioDt in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionMedication.ProductIngredient.getAmount()
Gets the value(s) for amount ().MedicationDispense.DosageInstruction.getMaxDosePerPeriod()
Gets the value(s) for maxDosePerPeriod ().MedicationOrder.DosageInstruction.getMaxDosePerPeriod()
Gets the value(s) for maxDosePerPeriod ().MedicationStatement.Dosage.getMaxDosePerPeriod()
Gets the value(s) for maxDosePerPeriod ().Substance.Ingredient.getQuantity()
Gets the value(s) for quantity ().Modifier and TypeMethodDescriptionSets the value(s) for amount ()MedicationDispense.DosageInstruction.setMaxDosePerPeriod
(RatioDt theValue) Sets the value(s) for maxDosePerPeriod ()MedicationOrder.DosageInstruction.setMaxDosePerPeriod
(RatioDt theValue) Sets the value(s) for maxDosePerPeriod ()MedicationStatement.Dosage.setMaxDosePerPeriod
(RatioDt theValue) Sets the value(s) for maxDosePerPeriod ()Substance.Ingredient.setQuantity
(RatioDt theValue) Sets the value(s) for quantity ()