Uses of Class
ca.uhn.fhir.model.dstu2.resource.MedicationAdministration
-
Uses of MedicationAdministration in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionMedicationAdministration.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)MedicationAdministration.addReasonGiven
(CodeableConceptDt theValue) Adds a given new value for reasonGiven ()MedicationAdministration.addReasonNotGiven
(CodeableConceptDt theValue) Adds a given new value for reasonNotGiven ()MedicationAdministration.setDevice
(List<ResourceReferenceDt> theValue) Sets the value(s) for device ()MedicationAdministration.setDosage
(MedicationAdministration.Dosage theValue) Sets the value(s) for dosage ()MedicationAdministration.setEffectiveTime
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for effectiveTime[x] (when.done)MedicationAdministration.setEncounter
(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)MedicationAdministration.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)MedicationAdministration.setMedication
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for medication[x] ()MedicationAdministration.setNote
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for note ()Sets the value for note ()MedicationAdministration.setPatient
(ResourceReferenceDt theValue) Sets the value(s) for patient (who.focus)MedicationAdministration.setPractitioner
(ResourceReferenceDt theValue) Sets the value(s) for practitioner (who.actor)MedicationAdministration.setPrescription
(ResourceReferenceDt theValue) Sets the value(s) for prescription ()MedicationAdministration.setReasonGiven
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonGiven ()MedicationAdministration.setReasonNotGiven
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonNotGiven ()MedicationAdministration.setStatus
(MedicationAdministrationStatusEnum theValue) Sets the value(s) for status (status)MedicationAdministration.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<MedicationAdministrationStatusEnum> theValue) Sets the value(s) for status (status)MedicationAdministration.setWasNotGiven
(boolean theBoolean) Sets the value for wasNotGiven ()MedicationAdministration.setWasNotGiven
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for wasNotGiven ()