| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected 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 Type | Field and Description |
|---|---|
protected List<Device.DevicePropertyComponent> |
Device.property
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.
|
| Modifier and Type | Method and Description |
|---|---|
Device.DevicePropertyComponent |
Device.addProperty() |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.addValueCode(CodeableConcept t) |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.addValueQuantity(Quantity t) |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.copy() |
Device.DevicePropertyComponent |
Device.getPropertyFirstRep() |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.setType(CodeableConcept value) |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.setValueCode(List<CodeableConcept> theValueCode) |
Device.DevicePropertyComponent |
Device.DevicePropertyComponent.setValueQuantity(List<Quantity> theValueQuantity) |
| Modifier and Type | Method and Description |
|---|---|
List<Device.DevicePropertyComponent> |
Device.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.addProperty(Device.DevicePropertyComponent t) |
void |
Device.DevicePropertyComponent.copyValues(Device.DevicePropertyComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.setProperty(List<Device.DevicePropertyComponent> theProperty) |
Copyright © 2014–2021 Health Level 7. All rights reserved.