Uses of Class
org.hl7.fhir.dstu3.model.Device
-
Packages that use Device Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Device in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Device Modifier and Type Method Description protected DeviceJsonParser. parseDevice(com.google.gson.JsonObject json)protected DeviceXmlParser. parseDevice(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type Device Modifier and Type Method Description protected voidJsonParser. composeDevice(String name, Device element)protected voidRdfParser. composeDevice(Turtle.Complex parent, String parentType, String name, Device element, int index)protected voidXmlParser. composeDevice(String name, Device element)protected voidXmlParser. composeDeviceElements(Device element)protected voidJsonParser. composeDeviceInner(Device element)protected booleanXmlParser. parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res)protected Device.DeviceUdiComponentJsonParser. parseDeviceDeviceUdiComponent(com.google.gson.JsonObject json, Device owner)protected Device.DeviceUdiComponentXmlParser. parseDeviceDeviceUdiComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner)protected booleanXmlParser. parseDeviceDeviceUdiComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceUdiComponent res)protected voidJsonParser. parseDeviceDeviceUdiComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceUdiComponent res)protected voidJsonParser. parseDeviceProperties(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Device Modifier and Type Field Description protected DeviceDeviceUseStatement. deviceTargetThe actual object that is the target of the reference (The details of the device used.)protected DeviceSequence. deviceTargetThe actual object that is the target of the reference (The method for sequencing, for example, chip information.)protected DeviceProcedure.ProcedureFocalDeviceComponent. manipulatedTargetThe actual object that is the target of the reference (The device that was manipulated (changed) during the procedure.)protected DeviceGuidanceResponse. performerTargetThe actual object that is the target of the reference (Provides a reference to the device that performed the guidance.)protected DeviceDeviceComponent. sourceTargetThe actual object that is the target of the reference (The link to the source Device that contains administrative device information such as manufacture, serial number, etc.)protected DeviceDeviceMetric. sourceTargetThe 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 DeviceMessageHeader.MessageDestinationComponent. targetTargetThe 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.)Fields in org.hl7.fhir.dstu3.model with type parameters of type Device Modifier and Type Field Description protected List<Device>MedicationAdministration. deviceTargetThe actual objects that are the target of the reference (The device used in administering the medication to the patient.protected List<Device>Claim.DetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>Claim.ItemComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>Claim.SubDetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.DetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.ItemComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.SubDetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)Methods in org.hl7.fhir.dstu3.model that return Device Modifier and Type Method Description DeviceDevice. addContact(ContactPoint t)DeviceMedicationAdministration. addDeviceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceDevice. addIdentifier(Identifier t)DeviceDevice. addNote(Annotation t)DeviceDevice. addSafety(CodeableConcept t)DeviceClaim.DetailComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceClaim.ItemComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceClaim.SubDetailComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceExplanationOfBenefit.DetailComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceExplanationOfBenefit.ItemComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceExplanationOfBenefit.SubDetailComponent. addUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceDevice. copy()DeviceDeviceUseStatement. getDeviceTarget()DeviceSequence. getDeviceTarget()DeviceProcedure.ProcedureFocalDeviceComponent. getManipulatedTarget()DeviceGuidanceResponse. getPerformerTarget()DeviceDeviceComponent. getSourceTarget()DeviceDeviceMetric. getSourceTarget()DeviceMessageHeader.MessageDestinationComponent. getTargetTarget()DeviceDevice. setContact(List<ContactPoint> theContact)DeviceDevice. setExpirationDate(Date value)DeviceDevice. setExpirationDateElement(DateTimeType value)DeviceDevice. setIdentifier(List<Identifier> theIdentifier)DeviceDevice. setLocation(Reference value)DeviceDevice. setLocationTarget(Location value)DeviceDevice. setLotNumber(String value)DeviceDevice. setLotNumberElement(StringType value)DeviceDevice. setManufactureDate(Date value)DeviceDevice. setManufactureDateElement(DateTimeType value)DeviceDevice. setManufacturer(String value)DeviceDevice. setManufacturerElement(StringType value)DeviceDevice. setModel(String value)DeviceDevice. setModelElement(StringType value)DeviceDevice. setNote(List<Annotation> theNote)DeviceDevice. setOwner(Reference value)DeviceDevice. setOwnerTarget(Organization value)DeviceDevice. setPatient(Reference value)DeviceDevice. setPatientTarget(Patient value)DeviceDevice. setSafety(List<CodeableConcept> theSafety)DeviceDevice. setStatus(Device.FHIRDeviceStatus value)DeviceDevice. setStatusElement(Enumeration<Device.FHIRDeviceStatus> value)DeviceDevice. setType(CodeableConcept value)DeviceDevice. setUdi(Device.DeviceUdiComponent value)DeviceDevice. setUrl(String value)DeviceDevice. setUrlElement(UriType value)DeviceDevice. setVersion(String value)DeviceDevice. setVersionElement(StringType value)protected DeviceDevice. typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Device Modifier and Type Method Description List<Device>MedicationAdministration. getDeviceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>Claim.DetailComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>Claim.ItemComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>Claim.SubDetailComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>ExplanationOfBenefit.DetailComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>ExplanationOfBenefit.ItemComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Device>ExplanationOfBenefit.SubDetailComponent. getUdiTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type Device Modifier and Type Method Description DeviceUseStatementDeviceUseStatement. setDeviceTarget(Device value)SequenceSequence. setDeviceTarget(Device value)Procedure.ProcedureFocalDeviceComponentProcedure.ProcedureFocalDeviceComponent. setManipulatedTarget(Device value)GuidanceResponseGuidanceResponse. setPerformerTarget(Device value)DeviceComponentDeviceComponent. setSourceTarget(Device value)DeviceMetricDeviceMetric. setSourceTarget(Device value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setTargetTarget(Device value)
-