
Uses of Class
ca.uhn.fhir.model.dstu2.resource.OrderResponse
Packages that use OrderResponse
-
Uses of OrderResponse in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OrderResponseModifier and TypeMethodDescriptionOrderResponse.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier (id)OrderResponse.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date (when.recorded)Sets the value for date (when.recorded)OrderResponse.setDateWithSecondsPrecision(Date theDate) Sets the value for date (when.recorded)OrderResponse.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()OrderResponse.setDescription(String theString) Sets the value for description ()OrderResponse.setFulfillment(List<ResourceReferenceDt> theValue) Sets the value(s) for fulfillment ()OrderResponse.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)OrderResponse.setOrderStatus(OrderStatusEnum theValue) Sets the value(s) for orderStatus ()OrderResponse.setOrderStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<OrderStatusEnum> theValue) Sets the value(s) for orderStatus ()OrderResponse.setRequest(ResourceReferenceDt theValue) Sets the value(s) for request ()OrderResponse.setWho(ResourceReferenceDt theValue) Sets the value(s) for who (who.actor)