
Uses of Class
org.hl7.fhir.r5.model.Device.DevicePropertyComponent
Packages that use Device.DevicePropertyComponent
-
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DevicePropertyComponentModifier and TypeMethodDescriptionprotected Device.DevicePropertyComponent
JsonParser.parseDevicePropertyComponent
(com.google.gson.JsonObject json) protected Device.DevicePropertyComponent
XmlParser.parseDevicePropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DevicePropertyComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DevicePropertyComponentModifier 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.Methods in org.hl7.fhir.r5.model that return Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.addProperty()
Device.DevicePropertyComponent.copy()
Device.getPropertyFirstRep()
Device.DevicePropertyComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DevicePropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.addProperty
(Device.DevicePropertyComponent t) void
Device.DevicePropertyComponent.copyValues
(Device.DevicePropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.setProperty
(List<Device.DevicePropertyComponent> theProperty)