Order |
Order.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
Order |
Order.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) |
Sets the value(s) for date (when.done)
|
Order |
Order.setDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for date (when.done)
|
Order |
Order.setDateWithSecondsPrecision(Date theDate) |
Sets the value for date (when.done)
|
Order |
Order.setDetail(List<ResourceReferenceDt> theValue) |
Sets the value(s) for detail ()
|
Order |
Order.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
Order |
Order.setReason(ca.uhn.fhir.model.api.IDatatype theValue) |
Sets the value(s) for reason[x] (why)
|
Order |
Order.setSource(ResourceReferenceDt theValue) |
Sets the value(s) for source (who.cause)
|
Order |
Order.setSubject(ResourceReferenceDt theValue) |
Sets the value(s) for subject (who.focus)
|
Order |
Order.setTarget(ResourceReferenceDt theValue) |
Sets the value(s) for target (who.actor)
|
Order |
Order.setWhen(Order.When theValue) |
Sets the value(s) for when ()
|