OrderResponse |
OrderResponse.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
OrderResponse |
OrderResponse.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) |
Sets the value(s) for date (when.recorded)
|
OrderResponse |
OrderResponse.setDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for date (when.recorded)
|
OrderResponse |
OrderResponse.setDateWithSecondsPrecision(Date theDate) |
Sets the value for date (when.recorded)
|
OrderResponse |
OrderResponse.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for description ()
|
OrderResponse |
OrderResponse.setDescription(String theString) |
Sets the value for description ()
|
OrderResponse |
OrderResponse.setFulfillment(List<ResourceReferenceDt> theValue) |
Sets the value(s) for fulfillment ()
|
OrderResponse |
OrderResponse.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
OrderResponse |
OrderResponse.setOrderStatus(OrderStatusEnum theValue) |
Sets the value(s) for orderStatus ()
|
OrderResponse |
OrderResponse.setOrderStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<OrderStatusEnum> theValue) |
Sets the value(s) for orderStatus ()
|
OrderResponse |
OrderResponse.setRequest(ResourceReferenceDt theValue) |
Sets the value(s) for request ()
|
OrderResponse |
OrderResponse.setWho(ResourceReferenceDt theValue) |
Sets the value(s) for who (who.actor)
|