
Uses of Enum
org.hl7.fhir.dstu2.model.Device.DeviceStatus
Packages that use Device.DeviceStatus
-
Uses of Device.DeviceStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Device.DeviceStatusModifier and TypeFieldDescriptionprotected Enumeration
<Device.DeviceStatus> Device.status
Status of the Device availability.Methods in org.hl7.fhir.dstu2.model that return Device.DeviceStatusModifier and TypeMethodDescriptionstatic Device.DeviceStatus
Device.getStatus()
static Device.DeviceStatus
Returns the enum constant of this type with the specified name.static Device.DeviceStatus[]
Device.DeviceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Device.DeviceStatusMethods in org.hl7.fhir.dstu2.model with parameters of type Device.DeviceStatusModifier and TypeMethodDescriptionDevice.setStatus
(Device.DeviceStatus value) Device.DeviceStatusEnumFactory.toCode
(Device.DeviceStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Device.DeviceStatusModifier and TypeMethodDescriptionDevice.setStatusElement
(Enumeration<Device.DeviceStatus> value)