
Uses of Class
org.hl7.fhir.dstu2.model.Order
Packages that use Order
-
Uses of Order in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return OrderModifier and TypeMethodDescriptionprotected OrderJsonParser.parseOrder(com.google.gson.JsonObject json) protected OrderXmlParser.parseOrder(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type OrderModifier and TypeMethodDescriptionprotected voidJsonParser.composeOrder(String name, Order element) protected voidXmlParser.composeOrder(String name, Order element) protected voidJsonParser.composeOrderInner(Order element) protected Order.OrderWhenComponentJsonParser.parseOrderOrderWhenComponent(com.google.gson.JsonObject json, Order owner) protected Order.OrderWhenComponentXmlParser.parseOrderOrderWhenComponent(org.xmlpull.v1.XmlPullParser xpp, Order owner) -
Uses of Order in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as OrderModifier and TypeFieldDescriptionprotected OrderOrderResponse.requestTargetThe actual object that is the target of the reference (A reference to the order that this is in response to.)Methods in org.hl7.fhir.dstu2.model that return OrderModifier and TypeMethodDescriptionOrder.addIdentifier(Identifier t) Order.copy()OrderResponse.getRequestTarget()Order.setDateElement(DateTimeType value) Order.setSourceTarget(Resource value) Order.setSubject(Reference value) Order.setSubjectTarget(Resource value) Order.setTargetTarget(Resource value) Order.setWhen(Order.OrderWhenComponent value) protected OrderOrder.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Order