Uses of Class
org.hl7.fhir.dstu2.model.Device
-
Uses of Device in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Device
JsonParser.parseDevice
(com.google.gson.JsonObject json) protected Device
XmlParser.parseDevice
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDevice
(String name, Device element) protected void
XmlParser.composeDevice
(String name, Device element) protected void
JsonParser.composeDeviceInner
(Device element) -
Uses of Device in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Device
DeviceUseRequest.deviceTarget
The actual object that is the target of the reference (The details of the device to be used.)protected Device
DeviceUseStatement.deviceTarget
The actual object that is the target of the reference (The details of the device used.)protected Device
Procedure.ProcedureFocalDeviceComponent.manipulatedTarget
The actual object that is the target of the reference (The device that was manipulated (changed) during the procedure.)protected Device
DeviceComponent.sourceTarget
The actual object that is the target of the reference (Describes the link to the source Device that contains administrative device information such as manufacture, serial number, etc.)protected Device
DeviceMetric.sourceTarget
The actual object that is the target of the reference (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)protected Device
MessageHeader.MessageDestinationComponent.targetTarget
The actual object that is the target of the reference (Identifies the target end system in situations where the initial message transmission is to an intermediary system.)Modifier and TypeFieldDescriptionMedicationAdministration.deviceTarget
The actual objects that are the target of the reference (The device used in administering the medication to the patient.Modifier and TypeMethodDescriptionDevice.addContact
(ContactPoint t) MedicationAdministration.addDeviceTarget()
Device.addIdentifier
(Identifier t) Device.addNote
(Annotation t) Device.copy()
DeviceUseRequest.getDeviceTarget()
DeviceUseStatement.getDeviceTarget()
Procedure.ProcedureFocalDeviceComponent.getManipulatedTarget()
DeviceComponent.getSourceTarget()
DeviceMetric.getSourceTarget()
MessageHeader.MessageDestinationComponent.getTargetTarget()
Device.setExpiryElement
(DateTimeType value) Device.setLocation
(Reference value) Device.setLocationTarget
(Location value) Device.setLotNumber
(String value) Device.setLotNumberElement
(StringType value) Device.setManufactureDate
(Date value) Device.setManufactureDateElement
(DateTimeType value) Device.setManufacturer
(String value) Device.setManufacturerElement
(StringType value) Device.setModelElement
(StringType value) Device.setOwnerTarget
(Organization value) Device.setPatient
(Reference value) Device.setPatientTarget
(Patient value) Device.setStatus
(Device.DeviceStatus value) Device.setStatusElement
(Enumeration<Device.DeviceStatus> value) Device.setType
(CodeableConcept value) Device.setUdiElement
(StringType value) Device.setUrlElement
(UriType value) Device.setVersion
(String value) Device.setVersionElement
(StringType value) protected Device
Device.typedCopy()
Modifier and TypeMethodDescriptionDeviceUseRequest.setDeviceTarget
(Device value) DeviceUseStatement.setDeviceTarget
(Device value) Procedure.ProcedureFocalDeviceComponent.setManipulatedTarget
(Device value) DeviceComponent.setSourceTarget
(Device value) DeviceMetric.setSourceTarget
(Device value) MessageHeader.MessageDestinationComponent.setTargetTarget
(Device value)