Uses of Class
org.hl7.fhir.r5.model.Device.DevicePropertyComponent
-
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Device.DevicePropertyComponent
JsonParser.parseDevicePropertyComponent
(com.google.gson.JsonObject json) protected Device.DevicePropertyComponent
XmlParser.parseDevicePropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDevicePropertyComponent
(String name, Device.DevicePropertyComponent element) protected void
RdfParser.composeDevicePropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DevicePropertyComponent element, int index) protected void
XmlParser.composeDevicePropertyComponent
(String name, Device.DevicePropertyComponent element) protected void
XmlParser.composeDevicePropertyComponentElements
(Device.DevicePropertyComponent element) protected void
JsonParser.composeDevicePropertyComponentProperties
(Device.DevicePropertyComponent element) protected boolean
XmlParser.parseDevicePropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DevicePropertyComponent res) protected void
JsonParser.parseDevicePropertyComponentProperties
(com.google.gson.JsonObject json, Device.DevicePropertyComponent res) -
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Device.DevicePropertyComponent> Device.property
Static or essentially fixed characteristics or features of the device (e.g., time or timing attributes, resolution, accuracy, intended use or instructions for use, and physical attributes) that are not otherwise captured in more specific attributes.Modifier and TypeMethodDescriptionDevice.addProperty()
Device.DevicePropertyComponent.copy()
Device.getPropertyFirstRep()
Device.DevicePropertyComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionDevice.addProperty
(Device.DevicePropertyComponent t) void
Device.DevicePropertyComponent.copyValues
(Device.DevicePropertyComponent dst) Modifier and TypeMethodDescriptionDevice.setProperty
(List<Device.DevicePropertyComponent> theProperty)