
Uses of Class
org.hl7.fhir.r5.model.DeviceDispense
Packages that use DeviceDispense
- 
Uses of DeviceDispense in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return DeviceDispenseModifier and TypeMethodDescriptionprotected DeviceDispenseJsonParser.parseDeviceDispense(com.google.gson.JsonObject json) protected DeviceDispenseXmlParser.parseDeviceDispense(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDispenseModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDispense(String name, DeviceDispense element) protected voidRdfParser.composeDeviceDispense(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDispense element, int index) protected voidXmlParser.composeDeviceDispense(String name, DeviceDispense element) protected voidXmlParser.composeDeviceDispenseElements(DeviceDispense element) protected voidJsonParser.composeDeviceDispenseProperties(DeviceDispense element) protected booleanXmlParser.parseDeviceDispenseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDispense res) protected voidJsonParser.parseDeviceDispenseProperties(com.google.gson.JsonObject json, DeviceDispense res) 
- 
Uses of DeviceDispense in org.hl7.fhir.r5.modelMethods in org.hl7.fhir.r5.model that return DeviceDispenseModifier 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 DeviceDispenseDeviceDispense.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDispense