Uses of Class
org.hl7.fhir.r5.model.DeviceDispense
-
Uses of DeviceDispense in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic DeviceDispense
Extensions.setReleaseDate
(DeviceDispense context, String value) Modifier and TypeMethodDescriptionstatic String
Extensions.getReleaseDate
(DeviceDispense context) static DeviceDispense
Extensions.setReleaseDate
(DeviceDispense context, String value) -
Uses of DeviceDispense in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected DeviceDispense
JsonParser.parseDeviceDispense
(com.google.gson.JsonObject json) protected DeviceDispense
XmlParser.parseDeviceDispense
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDispense
(String name, DeviceDispense element) protected void
RdfParser.composeDeviceDispense
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDispense element, int index) protected void
XmlParser.composeDeviceDispense
(String name, DeviceDispense element) protected void
XmlParser.composeDeviceDispenseElements
(DeviceDispense element) protected void
JsonParser.composeDeviceDispenseProperties
(DeviceDispense element) protected boolean
XmlParser.parseDeviceDispenseContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDispense res) protected void
JsonParser.parseDeviceDispenseProperties
(com.google.gson.JsonObject json, DeviceDispense res) -
Uses of DeviceDispense in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionDeviceDispense.addBasedOn
(Reference t) DeviceDispense.addCategory
(CodeableConcept t) DeviceDispense.addEventHistory
(Reference t) DeviceDispense.addIdentifier
(Identifier t) DeviceDispense.addNote
(Annotation t) DeviceDispense.addPerformer
(DeviceDispense.DeviceDispensePerformerComponent t) DeviceDispense.addSupportingInformation
(Reference t) DeviceDispense.copy()
DeviceDispense.setBasedOn
(List<Reference> theBasedOn) DeviceDispense.setCategory
(List<CodeableConcept> theCategory) DeviceDispense.setDestination
(Reference value) DeviceDispense.setDevice
(CodeableReference value) DeviceDispense.setEncounter
(Reference value) DeviceDispense.setEventHistory
(List<Reference> theEventHistory) DeviceDispense.setIdentifier
(List<Identifier> theIdentifier) DeviceDispense.setLocation
(Reference value) DeviceDispense.setNote
(List<Annotation> theNote) DeviceDispense.setPerformer
(List<DeviceDispense.DeviceDispensePerformerComponent> thePerformer) DeviceDispense.setPreparedDate
(Date value) DeviceDispense.setPreparedDateElement
(DateTimeType value) DeviceDispense.setQuantity
(Quantity value) DeviceDispense.setReceiver
(Reference value) DeviceDispense.setStatus
(DeviceDispense.DeviceDispenseStatusCodes value) DeviceDispense.setStatusElement
(Enumeration<DeviceDispense.DeviceDispenseStatusCodes> value) DeviceDispense.setStatusReason
(CodeableReference value) DeviceDispense.setSubject
(Reference value) DeviceDispense.setSupportingInformation
(List<Reference> theSupportingInformation) DeviceDispense.setType
(CodeableConcept value) DeviceDispense.setUsageInstruction
(String value) DeviceDispense.setUsageInstructionElement
(MarkdownType value) DeviceDispense.setWhenHandedOver
(Date value) DeviceDispense.setWhenHandedOverElement
(DateTimeType value) protected DeviceDispense
DeviceDispense.typedCopy()