
Uses of Class
org.hl7.fhir.dstu3.model.Device
Packages that use Device
-
Uses of Device in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DeviceModifier and TypeMethodDescriptionprotected 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 DeviceModifier and TypeMethodDescriptionprotected voidJsonParser.composeDevice(String name, Device element) protected voidRdfParser.composeDevice(org.hl7.fhir.utilities.turtle.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 DeviceModifier and TypeFieldDescriptionprotected 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 DeviceModifier and TypeFieldDescriptionMedicationAdministration.deviceTargetThe actual objects that are the target of the reference (The device used in administering the medication to the patient.Claim.DetailComponent.udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)Claim.ItemComponent.udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)Claim.SubDetailComponent.udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.DetailComponent.udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)ExplanationOfBenefit.ItemComponent.udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)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 DeviceModifier and TypeMethodDescriptionDevice.addContact(ContactPoint t) Device.addIdentifier(Identifier t) Device.addNote(Annotation t) Device.addSafety(CodeableConcept t) Device.copy()DeviceUseStatement.getDeviceTarget()Sequence.getDeviceTarget()Procedure.ProcedureFocalDeviceComponent.getManipulatedTarget()GuidanceResponse.getPerformerTarget()DeviceComponent.getSourceTarget()DeviceMetric.getSourceTarget()MessageHeader.MessageDestinationComponent.getTargetTarget()Device.setContact(List<ContactPoint> theContact) 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.setModelElement(StringType value) Device.setNote(List<Annotation> theNote) Device.setOwnerTarget(Organization value) Device.setPatient(Reference value) Device.setPatientTarget(Patient value) Device.setSafety(List<CodeableConcept> theSafety) Device.setStatus(Device.FHIRDeviceStatus value) Device.setStatusElement(Enumeration<Device.FHIRDeviceStatus> value) Device.setType(CodeableConcept value) Device.setUdi(Device.DeviceUdiComponent value) Device.setUrlElement(UriType value) Device.setVersion(String value) Device.setVersionElement(StringType value) protected DeviceDevice.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type DeviceModifier and TypeMethodDescriptionDeviceUseStatement.setDeviceTarget(Device value) Sequence.setDeviceTarget(Device value) Procedure.ProcedureFocalDeviceComponent.setManipulatedTarget(Device value) GuidanceResponse.setPerformerTarget(Device value) DeviceComponent.setSourceTarget(Device value) DeviceMetric.setSourceTarget(Device value) MessageHeader.MessageDestinationComponent.setTargetTarget(Device value)