Uses of Class
org.hl7.fhir.r5.model.SupplyDelivery
-
Uses of SupplyDelivery in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic SupplyDelivery
Extensions.addAdheresTo
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addAdheresToCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addAdheresToUri
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addEpisodeOfCare
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addEventHistory
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addResearchStudy
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addShallComplyWith
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addShallComplyWithCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addShallComplyWithUri
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.setEventLocation
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.setEventStatusReason
(SupplyDelivery context, CodeableConcept value) static SupplyDelivery
Extensions.setTriggeredBy
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.setTriggeredByCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.setTriggeredByUri
(SupplyDelivery context, String value) Modifier and TypeMethodDescriptionstatic SupplyDelivery
Extensions.addAdheresTo
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addAdheresToCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addAdheresToUri
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addEpisodeOfCare
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addEventHistory
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addResearchStudy
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addShallComplyWith
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.addShallComplyWithCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.addShallComplyWithUri
(SupplyDelivery context, String value) Extensions.getAdheresToReferenceList
(SupplyDelivery context) Extensions.getAdheresToStringList
(SupplyDelivery context) Extensions.getEpisodeOfCareList
(SupplyDelivery context) Extensions.getEventHistoryList
(SupplyDelivery context) static Reference
Extensions.getEventLocation
(SupplyDelivery context) static CodeableConcept
Extensions.getEventStatusReason
(SupplyDelivery context) Extensions.getResearchStudyList
(SupplyDelivery context) Extensions.getShallComplyWithReferenceList
(SupplyDelivery context) Extensions.getShallComplyWithStringList
(SupplyDelivery context) static Reference
Extensions.getTriggeredByReference
(SupplyDelivery context) static String
Extensions.getTriggeredByString
(SupplyDelivery context) static SupplyDelivery
Extensions.setEventLocation
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.setEventStatusReason
(SupplyDelivery context, CodeableConcept value) static SupplyDelivery
Extensions.setTriggeredBy
(SupplyDelivery context, Reference value) static SupplyDelivery
Extensions.setTriggeredByCanonical
(SupplyDelivery context, String value) static SupplyDelivery
Extensions.setTriggeredByUri
(SupplyDelivery context, String value) -
Uses of SupplyDelivery in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected SupplyDelivery
JsonParser.parseSupplyDelivery
(com.google.gson.JsonObject json) protected SupplyDelivery
XmlParser.parseSupplyDelivery
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSupplyDelivery
(String name, SupplyDelivery element) protected void
RdfParser.composeSupplyDelivery
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SupplyDelivery element, int index) protected void
XmlParser.composeSupplyDelivery
(String name, SupplyDelivery element) protected void
XmlParser.composeSupplyDeliveryElements
(SupplyDelivery element) protected void
JsonParser.composeSupplyDeliveryProperties
(SupplyDelivery element) protected boolean
XmlParser.parseSupplyDeliveryContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery res) protected void
JsonParser.parseSupplyDeliveryProperties
(com.google.gson.JsonObject json, SupplyDelivery res) -
Uses of SupplyDelivery in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionSupplyDelivery.addBasedOn
(Reference t) SupplyDelivery.addIdentifier
(Identifier t) SupplyDelivery.addReceiver
(Reference t) SupplyDelivery.addSuppliedItem
(SupplyDelivery.SupplyDeliverySuppliedItemComponent t) SupplyDelivery.copy()
SupplyDelivery.setBasedOn
(List<Reference> theBasedOn) SupplyDelivery.setDestination
(Reference value) SupplyDelivery.setIdentifier
(List<Identifier> theIdentifier) SupplyDelivery.setOccurrence
(DataType value) SupplyDelivery.setPatient
(Reference value) SupplyDelivery.setReceiver
(List<Reference> theReceiver) SupplyDelivery.setStatus
(SupplyDelivery.SupplyDeliveryStatus value) SupplyDelivery.setStatusElement
(Enumeration<SupplyDelivery.SupplyDeliveryStatus> value) SupplyDelivery.setSuppliedItem
(List<SupplyDelivery.SupplyDeliverySuppliedItemComponent> theSuppliedItem) SupplyDelivery.setSupplier
(Reference value) SupplyDelivery.setType
(CodeableConcept value) protected SupplyDelivery
SupplyDelivery.typedCopy()