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