Goal |
Goal.addCategory(CodeableConceptDt theValue) |
Adds a given new value for category ()
|
Goal |
Goal.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
Goal |
Goal.addNote(AnnotationDt theValue) |
Adds a given new value for note ()
|
Goal |
Goal.addOutcome(Goal.Outcome theValue) |
Adds a given new value for outcome ()
|
Goal |
Goal.setAddresses(List<ResourceReferenceDt> theValue) |
Sets the value(s) for addresses ()
|
Goal |
Goal.setAuthor(ResourceReferenceDt theValue) |
Sets the value(s) for author (who.actor)
|
Goal |
Goal.setCategory(List<CodeableConceptDt> theValue) |
Sets the value(s) for category ()
|
Goal |
Goal.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for description ()
|
Goal |
Goal.setDescription(String theString) |
Sets the value for description ()
|
Goal |
Goal.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
Goal |
Goal.setNote(List<AnnotationDt> theValue) |
Sets the value(s) for note ()
|
Goal |
Goal.setOutcome(List<Goal.Outcome> theValue) |
Sets the value(s) for outcome ()
|
Goal |
Goal.setPriority(BoundCodeableConceptDt<GoalPriorityEnum> theValue) |
Sets the value(s) for priority ()
|
Goal |
Goal.setPriority(GoalPriorityEnum theValue) |
Sets the value(s) for priority ()
|
Goal |
Goal.setStart(ca.uhn.fhir.model.api.IDatatype theValue) |
Sets the value(s) for start[x] ()
|
Goal |
Goal.setStatus(GoalStatusEnum theValue) |
Sets the value(s) for status (status)
|
Goal |
Goal.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<GoalStatusEnum> theValue) |
Sets the value(s) for status (status)
|
Goal |
Goal.setStatusDate(ca.uhn.fhir.model.primitive.DateDt theValue) |
Sets the value(s) for statusDate (when.recorded)
|
Goal |
Goal.setStatusDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for statusDate (when.recorded)
|
Goal |
Goal.setStatusDateWithDayPrecision(Date theDate) |
Sets the value for statusDate (when.recorded)
|
Goal |
Goal.setStatusReason(CodeableConceptDt theValue) |
Sets the value(s) for statusReason ()
|
Goal |
Goal.setSubject(ResourceReferenceDt theValue) |
Sets the value(s) for subject (who.focus)
|
Goal |
Goal.setTarget(ca.uhn.fhir.model.api.IDatatype theValue) |
Sets the value(s) for target[x] ()
|