
Uses of Class
ca.uhn.fhir.model.dstu2.resource.MedicationDispense.DosageInstruction
Packages that use MedicationDispense.DosageInstruction
-
Uses of MedicationDispense.DosageInstruction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MedicationDispense.DosageInstructionModifier and TypeMethodDescriptionMedicationDispense.addDosageInstruction()
Adds and returns a new value for dosageInstruction ()MedicationDispense.getDosageInstructionFirstRep()
Gets the first repetition for dosageInstruction (), creating it if it does not already exist.MedicationDispense.DosageInstruction.setAdditionalInstructions
(CodeableConceptDt theValue) Sets the value(s) for additionalInstructions ()MedicationDispense.DosageInstruction.setAsNeeded
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for asNeeded[x] ()MedicationDispense.DosageInstruction.setDose
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for dose[x] ()MedicationDispense.DosageInstruction.setMaxDosePerPeriod
(RatioDt theValue) Sets the value(s) for maxDosePerPeriod ()MedicationDispense.DosageInstruction.setMethod
(CodeableConceptDt theValue) Sets the value(s) for method ()MedicationDispense.DosageInstruction.setRate
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for rate[x] ()MedicationDispense.DosageInstruction.setRoute
(CodeableConceptDt theValue) Sets the value(s) for route ()MedicationDispense.DosageInstruction.setSite
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for site[x] ()MedicationDispense.DosageInstruction.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 MedicationDispense.DosageInstructionModifier and TypeMethodDescriptionMedicationDispense.getDosageInstruction()
Gets the value(s) for dosageInstruction ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type MedicationDispense.DosageInstructionModifier and TypeMethodDescriptionMedicationDispense.addDosageInstruction
(MedicationDispense.DosageInstruction theValue) Adds a given new value for dosageInstruction ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type MedicationDispense.DosageInstructionModifier and TypeMethodDescriptionMedicationDispense.setDosageInstruction
(List<MedicationDispense.DosageInstruction> theValue) Sets the value(s) for dosageInstruction ()