
Uses of Class
org.hl7.fhir.r4.model.SupplyDelivery
Packages that use SupplyDelivery
-
Uses of SupplyDelivery in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SupplyDeliveryModifier and TypeMethodDescriptionprotected SupplyDeliveryJsonParser.parseSupplyDelivery(com.google.gson.JsonObject json) protected SupplyDeliveryXmlParser.parseSupplyDelivery(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type SupplyDeliveryModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyDelivery(String name, SupplyDelivery element) protected voidRdfParser.composeSupplyDelivery(Turtle.Complex parent, String parentType, String name, SupplyDelivery element, int index) protected voidXmlParser.composeSupplyDelivery(String name, SupplyDelivery element) protected voidXmlParser.composeSupplyDeliveryElements(SupplyDelivery element) protected voidJsonParser.composeSupplyDeliveryInner(SupplyDelivery element) protected booleanXmlParser.parseSupplyDeliveryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery res) protected voidJsonParser.parseSupplyDeliveryProperties(com.google.gson.JsonObject json, SupplyDelivery res) JsonParser.parseSupplyDeliverySupplyDeliverySuppliedItemComponent(com.google.gson.JsonObject json, SupplyDelivery owner) XmlParser.parseSupplyDeliverySupplyDeliverySuppliedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery owner) protected booleanXmlParser.parseSupplyDeliverySupplyDeliverySuppliedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery owner, SupplyDelivery.SupplyDeliverySuppliedItemComponent res) protected voidJsonParser.parseSupplyDeliverySupplyDeliverySuppliedItemComponentProperties(com.google.gson.JsonObject json, SupplyDelivery owner, SupplyDelivery.SupplyDeliverySuppliedItemComponent res) -
Uses of SupplyDelivery in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return SupplyDeliveryModifier and TypeMethodDescriptionSupplyDelivery.addBasedOn(Reference t) SupplyDelivery.addIdentifier(Identifier t) SupplyDelivery.addReceiver(Reference t) SupplyDelivery.copy()SupplyDelivery.setBasedOn(List<Reference> theBasedOn) SupplyDelivery.setDestination(Reference value) SupplyDelivery.setDestinationTarget(Location value) SupplyDelivery.setIdentifier(List<Identifier> theIdentifier) SupplyDelivery.setOccurrence(Type value) SupplyDelivery.setPatient(Reference value) SupplyDelivery.setPatientTarget(Patient value) SupplyDelivery.setReceiver(List<Reference> theReceiver) SupplyDelivery.setStatus(SupplyDelivery.SupplyDeliveryStatus value) SupplyDelivery.setStatusElement(Enumeration<SupplyDelivery.SupplyDeliveryStatus> value) SupplyDelivery.setSuppliedItem(SupplyDelivery.SupplyDeliverySuppliedItemComponent value) SupplyDelivery.setSupplier(Reference value) SupplyDelivery.setSupplierTarget(Resource value) SupplyDelivery.setType(CodeableConcept value) protected SupplyDeliverySupplyDelivery.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type SupplyDelivery