Uses of Class
org.hl7.fhir.r4.model.Device
-
Uses of Device in org.hl7.fhir.r4.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
RdfParser.composeDevice
(Turtle.Complex parent, String parentType, String name, Device element, int index) protected void
XmlParser.composeDevice
(String name, Device element) protected void
XmlParser.composeDeviceElements
(Device element) protected void
JsonParser.composeDeviceInner
(Device element) protected boolean
XmlParser.parseDeviceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res) protected Device.DeviceDeviceNameComponent
JsonParser.parseDeviceDeviceDeviceNameComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DeviceDeviceNameComponent
XmlParser.parseDeviceDeviceDeviceNameComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) protected boolean
XmlParser.parseDeviceDeviceDeviceNameComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceDeviceNameComponent res) protected void
JsonParser.parseDeviceDeviceDeviceNameComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DeviceDeviceNameComponent res) protected Device.DevicePropertyComponent
JsonParser.parseDeviceDevicePropertyComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DevicePropertyComponent
XmlParser.parseDeviceDevicePropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) protected boolean
XmlParser.parseDeviceDevicePropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DevicePropertyComponent res) protected void
JsonParser.parseDeviceDevicePropertyComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DevicePropertyComponent res) protected Device.DeviceSpecializationComponent
JsonParser.parseDeviceDeviceSpecializationComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DeviceSpecializationComponent
XmlParser.parseDeviceDeviceSpecializationComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) protected boolean
XmlParser.parseDeviceDeviceSpecializationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceSpecializationComponent res) protected void
JsonParser.parseDeviceDeviceSpecializationComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DeviceSpecializationComponent res) protected Device.DeviceUdiCarrierComponent
JsonParser.parseDeviceDeviceUdiCarrierComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DeviceUdiCarrierComponent
XmlParser.parseDeviceDeviceUdiCarrierComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) protected boolean
XmlParser.parseDeviceDeviceUdiCarrierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceUdiCarrierComponent res) protected void
JsonParser.parseDeviceDeviceUdiCarrierComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DeviceUdiCarrierComponent res) protected Device.DeviceVersionComponent
JsonParser.parseDeviceDeviceVersionComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DeviceVersionComponent
XmlParser.parseDeviceDeviceVersionComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) protected boolean
XmlParser.parseDeviceDeviceVersionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceVersionComponent res) protected void
JsonParser.parseDeviceDeviceVersionComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DeviceVersionComponent res) protected void
JsonParser.parseDeviceProperties
(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Device
DeviceUseStatement.deviceTarget
The actual object that is the target of the reference (The details of the device used.)protected Device
MolecularSequence.deviceTarget
The actual object that is the target of the reference (The method for sequencing, for example, chip information.)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
Device.parentTarget
The actual object that is the target of the reference (The parent device.)protected Device
DeviceMetric.parentTarget
The actual object that is the target of the reference (Describes the link to the Device that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device.protected Device
GuidanceResponse.performerTarget
The actual object that is the target of the reference (Provides a reference to the device that performed the guidance.)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 manufacturer, 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.Claim.DetailComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)Claim.ItemComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)Claim.ProcedureComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)Claim.SubDetailComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.DetailComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.ItemComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.ProcedureComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.SubDetailComponent.udiTarget
The actual objects that are the target of the reference (Unique Device Identifiers associated with this line item.)Modifier and TypeMethodDescriptionDevice.addContact
(ContactPoint t) MedicationAdministration.addDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDevice.addIdentifier
(Identifier t) Device.addNote
(Annotation t) Device.addProperty
(Device.DevicePropertyComponent t) Device.addSafety
(CodeableConcept t) Device.addStatusReason
(CodeableConcept t) Claim.DetailComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.ItemComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.ProcedureComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.SubDetailComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.DetailComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ItemComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ProcedureComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.SubDetailComponent.addUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDevice.addVersion
(Device.DeviceVersionComponent t) Device.copy()
DeviceUseStatement.getDeviceTarget()
MolecularSequence.getDeviceTarget()
Procedure.ProcedureFocalDeviceComponent.getManipulatedTarget()
Device.getParentTarget()
DeviceMetric.getParentTarget()
GuidanceResponse.getPerformerTarget()
DeviceMetric.getSourceTarget()
MessageHeader.MessageDestinationComponent.getTargetTarget()
Device.setContact
(List<ContactPoint> theContact) Device.setDefinition
(Reference value) Device.setDefinitionTarget
(DeviceDefinition value) Device.setDeviceName
(List<Device.DeviceDeviceNameComponent> theDeviceName) Device.setDistinctIdentifier
(String value) Device.setDistinctIdentifierElement
(StringType value) Device.setExpirationDate
(Date value) Device.setExpirationDateElement
(DateTimeType value) Device.setIdentifier
(List<Identifier> theIdentifier) 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.setModelNumber
(String value) Device.setModelNumberElement
(StringType value) Device.setNote
(List<Annotation> theNote) Device.setOwnerTarget
(Organization value) Device.setParentTarget
(Device value) Device.setPartNumber
(String value) Device.setPartNumberElement
(StringType value) Device.setPatient
(Reference value) Device.setPatientTarget
(Patient value) Device.setProperty
(List<Device.DevicePropertyComponent> theProperty) Device.setSafety
(List<CodeableConcept> theSafety) Device.setSerialNumber
(String value) Device.setSerialNumberElement
(StringType value) Device.setSpecialization
(List<Device.DeviceSpecializationComponent> theSpecialization) Device.setStatus
(Device.FHIRDeviceStatus value) Device.setStatusElement
(Enumeration<Device.FHIRDeviceStatus> value) Device.setStatusReason
(List<CodeableConcept> theStatusReason) Device.setType
(CodeableConcept value) Device.setUdiCarrier
(List<Device.DeviceUdiCarrierComponent> theUdiCarrier) Device.setUrlElement
(UriType value) Device.setVersion
(List<Device.DeviceVersionComponent> theVersion) protected Device
Device.typedCopy()
Modifier and TypeMethodDescriptionMedicationAdministration.getDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.DetailComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.ItemComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.ProcedureComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaim.SubDetailComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.DetailComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ItemComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ProcedureComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.SubDetailComponent.getUdiTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
Device.copyValues
(Device dst) DeviceUseStatement.setDeviceTarget
(Device value) MolecularSequence.setDeviceTarget
(Device value) Procedure.ProcedureFocalDeviceComponent.setManipulatedTarget
(Device value) Device.setParentTarget
(Device value) DeviceMetric.setParentTarget
(Device value) GuidanceResponse.setPerformerTarget
(Device value) DeviceMetric.setSourceTarget
(Device value) MessageHeader.MessageDestinationComponent.setTargetTarget
(Device value)