
Uses of Class
org.hl7.fhir.dstu3.model.SupplyRequest
Packages that use SupplyRequest
-
Uses of SupplyRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SupplyRequestModifier and TypeMethodDescriptionprotected SupplyRequestJsonParser.parseSupplyRequest(com.google.gson.JsonObject json) protected SupplyRequestXmlParser.parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type SupplyRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyRequest(String name, SupplyRequest element) protected voidRdfParser.composeSupplyRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SupplyRequest element, int index) protected voidXmlParser.composeSupplyRequest(String name, SupplyRequest element) protected voidXmlParser.composeSupplyRequestElements(SupplyRequest element) protected voidJsonParser.composeSupplyRequestInner(SupplyRequest element) protected booleanXmlParser.parseSupplyRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest res) protected voidJsonParser.parseSupplyRequestProperties(com.google.gson.JsonObject json, SupplyRequest res) JsonParser.parseSupplyRequestSupplyRequestOrderedItemComponent(com.google.gson.JsonObject json, SupplyRequest owner) XmlParser.parseSupplyRequestSupplyRequestOrderedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) protected booleanXmlParser.parseSupplyRequestSupplyRequestOrderedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res) protected voidJsonParser.parseSupplyRequestSupplyRequestOrderedItemComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res) JsonParser.parseSupplyRequestSupplyRequestRequesterComponent(com.google.gson.JsonObject json, SupplyRequest owner) XmlParser.parseSupplyRequestSupplyRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) protected booleanXmlParser.parseSupplyRequestSupplyRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestRequesterComponent res) protected voidJsonParser.parseSupplyRequestSupplyRequestRequesterComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestRequesterComponent res) -
Uses of SupplyRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type SupplyRequestModifier and TypeFieldDescriptionprotected List<SupplyRequest> SupplyDelivery.basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this event.)Methods in org.hl7.fhir.dstu3.model that return SupplyRequestModifier and TypeMethodDescriptionSupplyRequest.addSupplier(Reference t) SupplyRequest.copy()SupplyRequest.setAuthoredOn(Date value) SupplyRequest.setAuthoredOnElement(DateTimeType value) SupplyRequest.setCategory(CodeableConcept value) SupplyRequest.setDeliverFrom(Reference value) SupplyRequest.setDeliverFromTarget(Resource value) SupplyRequest.setDeliverTo(Reference value) SupplyRequest.setDeliverToTarget(Resource value) SupplyRequest.setIdentifier(Identifier value) SupplyRequest.setOccurrence(Type value) SupplyRequest.setOrderedItem(SupplyRequest.SupplyRequestOrderedItemComponent value) SupplyRequest.setPriority(SupplyRequest.RequestPriority value) SupplyRequest.setPriorityElement(Enumeration<SupplyRequest.RequestPriority> value) SupplyRequest.setRequester(SupplyRequest.SupplyRequestRequesterComponent value) SupplyRequest.setStatus(SupplyRequest.SupplyRequestStatus value) SupplyRequest.setStatusElement(Enumeration<SupplyRequest.SupplyRequestStatus> value) SupplyRequest.setSupplier(List<Reference> theSupplier) protected SupplyRequestSupplyRequest.typedCopy()