
Uses of Class
ca.uhn.fhir.model.dstu2.resource.MedicationStatement
Packages that use MedicationStatement
-
Uses of MedicationStatement in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MedicationStatementModifier and TypeMethodDescriptionMedicationStatement.addDosage
(MedicationStatement.Dosage theValue) Adds a given new value for dosage ()MedicationStatement.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)MedicationStatement.addReasonNotTaken
(CodeableConceptDt theValue) Adds a given new value for reasonNotTaken ()MedicationStatement.setDateAsserted
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for dateAsserted ()MedicationStatement.setDateAsserted
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateAsserted ()MedicationStatement.setDateAssertedWithSecondsPrecision
(Date theDate) Sets the value for dateAsserted ()MedicationStatement.setDosage
(List<MedicationStatement.Dosage> theValue) Sets the value(s) for dosage ()MedicationStatement.setEffective
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for effective[x] (when.done)MedicationStatement.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)MedicationStatement.setInformationSource
(ResourceReferenceDt theValue) Sets the value(s) for informationSource (who.source)MedicationStatement.setMedication
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for medication[x] (what)MedicationStatement.setNote
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for note ()Sets the value for note ()MedicationStatement.setPatient
(ResourceReferenceDt theValue) Sets the value(s) for patient (who.focus)MedicationStatement.setReasonForUse
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for reasonForUse[x] ()MedicationStatement.setReasonNotTaken
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonNotTaken ()MedicationStatement.setStatus
(MedicationStatementStatusEnum theValue) Sets the value(s) for status ()MedicationStatement.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<MedicationStatementStatusEnum> theValue) Sets the value(s) for status ()MedicationStatement.setSupportingInformation
(List<ResourceReferenceDt> theValue) Sets the value(s) for supportingInformation ()MedicationStatement.setWasNotTaken
(boolean theBoolean) Sets the value for wasNotTaken (status)MedicationStatement.setWasNotTaken
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for wasNotTaken (status)