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