Uses of Class
org.hl7.fhir.r4.model.Device.DevicePropertyComponent
-
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Device.DevicePropertyComponent
JsonParser.parseDeviceDevicePropertyComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DevicePropertyComponent
XmlParser.parseDeviceDevicePropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDevicePropertyComponent
(String name, Device.DevicePropertyComponent element) protected void
RdfParser.composeDeviceDevicePropertyComponent
(Turtle.Complex parent, String parentType, String name, Device.DevicePropertyComponent element, int index) protected void
XmlParser.composeDeviceDevicePropertyComponent
(String name, Device.DevicePropertyComponent element) protected void
XmlParser.composeDeviceDevicePropertyComponentElements
(Device.DevicePropertyComponent element) protected void
JsonParser.composeDeviceDevicePropertyComponentInner
(Device.DevicePropertyComponent element) 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) -
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Device.DevicePropertyComponent> Device.property
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.Modifier and TypeMethodDescriptionDevice.addProperty()
Device.DevicePropertyComponent.addValueCode
(CodeableConcept t) Device.DevicePropertyComponent.addValueQuantity
(Quantity t) Device.DevicePropertyComponent.copy()
Device.getPropertyFirstRep()
Device.DevicePropertyComponent.setType
(CodeableConcept value) Device.DevicePropertyComponent.setValueCode
(List<CodeableConcept> theValueCode) Device.DevicePropertyComponent.setValueQuantity
(List<Quantity> theValueQuantity) Modifier and TypeMethodDescriptionDevice.addProperty
(Device.DevicePropertyComponent t) void
Device.DevicePropertyComponent.copyValues
(Device.DevicePropertyComponent dst) Modifier and TypeMethodDescriptionDevice.setProperty
(List<Device.DevicePropertyComponent> theProperty)