Uses of Class
org.hl7.fhir.r5.model.Device.DeviceOperationalStatusComponent
-
Packages that use Device.DeviceOperationalStatusComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Device.DeviceOperationalStatusComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceOperationalStatusComponent Modifier and Type Method Description protected Device.DeviceOperationalStatusComponentJsonParser. parseDeviceOperationalStatusComponent(com.google.gson.JsonObject json)protected Device.DeviceOperationalStatusComponentXmlParser. parseDeviceOperationalStatusComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Device.DeviceOperationalStatusComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Device.DeviceOperationalStatusComponent Modifier and Type Field Description protected Device.DeviceOperationalStatusComponentDevice. operationalStatusThe status of the device itself - whether it is switched on, or activated, etc.Methods in org.hl7.fhir.r5.model that return Device.DeviceOperationalStatusComponent Modifier and Type Method Description Device.DeviceOperationalStatusComponentDevice.DeviceOperationalStatusComponent. addReason(CodeableConcept t)Device.DeviceOperationalStatusComponentDevice.DeviceOperationalStatusComponent. copy()Device.DeviceOperationalStatusComponentDevice. getOperationalStatus()Device.DeviceOperationalStatusComponentDevice.DeviceOperationalStatusComponent. setReason(List<CodeableConcept> theReason)Device.DeviceOperationalStatusComponentDevice.DeviceOperationalStatusComponent. setValue(CodeableConcept value)Methods in org.hl7.fhir.r5.model with parameters of type Device.DeviceOperationalStatusComponent Modifier and Type Method Description voidDevice.DeviceOperationalStatusComponent. copyValues(Device.DeviceOperationalStatusComponent dst)DeviceDevice. setOperationalStatus(Device.DeviceOperationalStatusComponent value)
-