
Uses of Class
org.hl7.fhir.r5.model.SupplyRequest
Packages that use SupplyRequest
-
Uses of SupplyRequest in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.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.composeSupplyRequestProperties(SupplyRequest element) protected booleanXmlParser.parseSupplyRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest res) protected voidJsonParser.parseSupplyRequestProperties(com.google.gson.JsonObject json, SupplyRequest res) -
Uses of SupplyRequest in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return SupplyRequestModifier and TypeMethodDescriptionSupplyRequest.addBasedOn(Reference t) SupplyRequest.addIdentifier(Identifier t) SupplyRequest.addParameter(SupplyRequest.SupplyRequestParameterComponent t) SupplyRequest.addReason(CodeableReference t) SupplyRequest.addSupplier(Reference t) SupplyRequest.copy()SupplyRequest.setAuthoredOn(Date value) SupplyRequest.setAuthoredOnElement(DateTimeType value) SupplyRequest.setBasedOn(List<Reference> theBasedOn) SupplyRequest.setCategory(CodeableConcept value) SupplyRequest.setDeliverFor(Reference value) SupplyRequest.setDeliverFrom(Reference value) SupplyRequest.setDeliverTo(Reference value) SupplyRequest.setIdentifier(List<Identifier> theIdentifier) SupplyRequest.setItem(CodeableReference value) SupplyRequest.setOccurrence(DataType value) SupplyRequest.setParameter(List<SupplyRequest.SupplyRequestParameterComponent> theParameter) SupplyRequest.setPriority(Enumerations.RequestPriority value) SupplyRequest.setPriorityElement(Enumeration<Enumerations.RequestPriority> value) SupplyRequest.setQuantity(Quantity value) SupplyRequest.setReason(List<CodeableReference> theReason) SupplyRequest.setRequester(Reference 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.r5.model with parameters of type SupplyRequest