
Uses of Class
ca.uhn.fhir.model.dstu2.resource.MedicationStatement.Dosage
Packages that use MedicationStatement.Dosage
-
Uses of MedicationStatement.Dosage in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MedicationStatement.DosageModifier and TypeMethodDescriptionMedicationStatement.addDosage()
Adds and returns a new value for dosage ()MedicationStatement.getDosageFirstRep()
Gets the first repetition for dosage (), creating it if it does not already exist.MedicationStatement.Dosage.setAsNeeded
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for asNeeded[x] ()MedicationStatement.Dosage.setMaxDosePerPeriod
(RatioDt theValue) Sets the value(s) for maxDosePerPeriod ()MedicationStatement.Dosage.setMethod
(CodeableConceptDt theValue) Sets the value(s) for method ()MedicationStatement.Dosage.setQuantity
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for quantity[x] ()MedicationStatement.Dosage.setRate
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for rate[x] ()MedicationStatement.Dosage.setRoute
(CodeableConceptDt theValue) Sets the value(s) for route ()MedicationStatement.Dosage.setSite
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for site[x] ()MedicationStatement.Dosage.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Sets the value(s) for timing ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type MedicationStatement.DosageModifier and TypeMethodDescriptionMedicationStatement.getDosage()
Gets the value(s) for dosage ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type MedicationStatement.DosageModifier and TypeMethodDescriptionMedicationStatement.addDosage
(MedicationStatement.Dosage theValue) Adds a given new value for dosage ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type MedicationStatement.DosageModifier and TypeMethodDescriptionMedicationStatement.setDosage
(List<MedicationStatement.Dosage> theValue) Sets the value(s) for dosage ()