
Uses of Class
org.hl7.fhir.r4.model.SupplyRequest
Packages that use SupplyRequest
-
Uses of SupplyRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type SupplyRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyRequest(String name, SupplyRequest element) protected voidRdfParser.composeSupplyRequest(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.parseSupplyRequestSupplyRequestParameterComponent(com.google.gson.JsonObject json, SupplyRequest owner) XmlParser.parseSupplyRequestSupplyRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) protected booleanXmlParser.parseSupplyRequestSupplyRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) protected voidJsonParser.parseSupplyRequestSupplyRequestParameterComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) -
Uses of SupplyRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return SupplyRequestModifier and TypeMethodDescriptionSupplyRequest.addIdentifier(Identifier t) SupplyRequest.addParameter(SupplyRequest.SupplyRequestParameterComponent t) SupplyRequest.addReasonCode(CodeableConcept t) SupplyRequest.addReasonReference(Reference t) SupplyRequest.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(List<Identifier> theIdentifier) SupplyRequest.setOccurrence(Type value) SupplyRequest.setParameter(List<SupplyRequest.SupplyRequestParameterComponent> theParameter) SupplyRequest.setPriority(SupplyRequest.RequestPriority value) SupplyRequest.setPriorityElement(Enumeration<SupplyRequest.RequestPriority> value) SupplyRequest.setQuantity(Quantity value) SupplyRequest.setReasonCode(List<CodeableConcept> theReasonCode) SupplyRequest.setReasonReference(List<Reference> theReasonReference) SupplyRequest.setRequester(Reference value) SupplyRequest.setRequesterTarget(Resource value) SupplyRequest.setStatus(SupplyRequest.SupplyRequestStatus value) SupplyRequest.setStatusElement(Enumeration<SupplyRequest.SupplyRequestStatus> value) SupplyRequest.setSupplier(List<Reference> theSupplier) protected SupplyRequestSupplyRequest.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type SupplyRequest