
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.DevicePropertyComponentJsonParser.parseDevicePropertyComponent(com.google.gson.JsonObject json) protected Device.DevicePropertyComponentXmlParser.parseDevicePropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDevicePropertyComponent(String name, Device.DevicePropertyComponent element) protected voidRdfParser.composeDevicePropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DevicePropertyComponent element, int index) protected voidXmlParser.composeDevicePropertyComponent(String name, Device.DevicePropertyComponent element) protected voidXmlParser.composeDevicePropertyComponentElements(Device.DevicePropertyComponent element) protected voidJsonParser.composeDevicePropertyComponentProperties(Device.DevicePropertyComponent element) protected booleanXmlParser.parseDevicePropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DevicePropertyComponent res) protected voidJsonParser.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.propertyStatic 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) voidDevice.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)