Uses of Class
org.hl7.fhir.r4.model.Device.DevicePropertyComponent
-
Packages that use Device.DevicePropertyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Device.DevicePropertyComponent Modifier and Type Method Description protected Device.DevicePropertyComponentJsonParser. parseDeviceDevicePropertyComponent(com.google.gson.JsonObject json, Device owner)protected Device.DevicePropertyComponentXmlParser. parseDeviceDevicePropertyComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) -
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DevicePropertyComponent Modifier and Type Field Description protected List<Device.DevicePropertyComponent>Device. propertyThe actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.Methods in org.hl7.fhir.r4.model that return Device.DevicePropertyComponent Modifier and Type Method Description Device.DevicePropertyComponentDevice. addProperty()Device.DevicePropertyComponentDevice.DevicePropertyComponent. addValueCode(CodeableConcept t)Device.DevicePropertyComponentDevice.DevicePropertyComponent. addValueQuantity(Quantity t)Device.DevicePropertyComponentDevice.DevicePropertyComponent. copy()Device.DevicePropertyComponentDevice. getPropertyFirstRep()Device.DevicePropertyComponentDevice.DevicePropertyComponent. setType(CodeableConcept value)Device.DevicePropertyComponentDevice.DevicePropertyComponent. setValueCode(List<CodeableConcept> theValueCode)Device.DevicePropertyComponentDevice.DevicePropertyComponent. setValueQuantity(List<Quantity> theValueQuantity)Methods in org.hl7.fhir.r4.model that return types with arguments of type Device.DevicePropertyComponent Modifier and Type Method Description List<Device.DevicePropertyComponent>Device. getProperty()Methods in org.hl7.fhir.r4.model with parameters of type Device.DevicePropertyComponent Modifier and Type Method Description DeviceDevice. addProperty(Device.DevicePropertyComponent t)voidDevice.DevicePropertyComponent. copyValues(Device.DevicePropertyComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DevicePropertyComponent Modifier and Type Method Description DeviceDevice. setProperty(List<Device.DevicePropertyComponent> theProperty)
-