Observation |
Observation.addComponent(Observation.Component theValue) |
Adds a given new value for component ()
|
Observation |
Observation.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
Observation |
Observation.addReferenceRange(Observation.ReferenceRange theValue) |
Adds a given new value for referenceRange ()
|
Observation |
Observation.addRelated(Observation.Related theValue) |
Adds a given new value for related ()
|
Observation |
Observation.setBodySite(CodeableConceptDt theValue) |
Sets the value(s) for bodySite ()
|
Observation |
Observation.setCategory(CodeableConceptDt theValue) |
Sets the value(s) for category (class)
|
Observation |
Observation.setCode(CodeableConceptDt theValue) |
Sets the value(s) for code (what)
|
Observation |
Observation.setComments(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for comments ()
|
Observation |
Observation.setComments(String theString) |
Sets the value for comments ()
|
Observation |
Observation.setComponent(List<Observation.Component> theValue) |
Sets the value(s) for component ()
|
Observation |
Observation.setDataAbsentReason(CodeableConceptDt theValue) |
Sets the value(s) for dataAbsentReason ()
|
Observation |
Observation.setDevice(ResourceReferenceDt theValue) |
Sets the value(s) for device ()
|
Observation |
Observation.setEffective(ca.uhn.fhir.model.api.IDatatype theValue) |
Sets the value(s) for effective[x] (when.done)
|
Observation |
Observation.setEncounter(ResourceReferenceDt theValue) |
Sets the value(s) for encounter (context)
|
Observation |
Observation.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
Observation |
Observation.setInterpretation(CodeableConceptDt theValue) |
Sets the value(s) for interpretation ()
|
Observation |
Observation.setIssued(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for issued (when.recorded)
|
Observation |
Observation.setIssued(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for issued (when.recorded)
|
Observation |
Observation.setIssuedWithMillisPrecision(Date theDate) |
Sets the value for issued (when.recorded)
|
Observation |
Observation.setMethod(CodeableConceptDt theValue) |
Sets the value(s) for method ()
|
Observation |
Observation.setPerformer(List<ResourceReferenceDt> theValue) |
Sets the value(s) for performer (who.actor)
|
Observation |
Observation.setReferenceRange(List<Observation.ReferenceRange> theValue) |
Sets the value(s) for referenceRange ()
|
Observation |
Observation.setRelated(List<Observation.Related> theValue) |
Sets the value(s) for related ()
|
Observation |
Observation.setSpecimen(ResourceReferenceDt theValue) |
Sets the value(s) for specimen ()
|
Observation |
Observation.setStatus(ObservationStatusEnum theValue) |
Sets the value(s) for status (status)
|
Observation |
Observation.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ObservationStatusEnum> theValue) |
Sets the value(s) for status (status)
|
Observation |
Observation.setSubject(ResourceReferenceDt theValue) |
Sets the value(s) for subject (who.focus)
|
Observation |
Observation.setValue(ca.uhn.fhir.model.api.IDatatype theValue) |
Sets the value(s) for value[x] ()
|