Uses of Class
org.hl7.fhir.dstu2.model.Device.DeviceStatus
-
Packages that use Device.DeviceStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Device.DeviceStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Device.DeviceStatus Modifier and Type Field Description protected Enumeration<Device.DeviceStatus>Device. statusStatus of the Device availability.Methods in org.hl7.fhir.dstu2.model that return Device.DeviceStatus Modifier and Type Method Description static Device.DeviceStatusDevice.DeviceStatus. fromCode(String codeString)Device.DeviceStatusDevice.DeviceStatusEnumFactory. fromCode(String codeString)Device.DeviceStatusDevice. getStatus()static Device.DeviceStatusDevice.DeviceStatus. valueOf(String name)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.DeviceStatus Modifier and Type Method Description Enumeration<Device.DeviceStatus>Device.DeviceStatusEnumFactory. fromType(Base code)Enumeration<Device.DeviceStatus>Device. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Device.DeviceStatus Modifier and Type Method Description DeviceDevice. setStatus(Device.DeviceStatus value)StringDevice.DeviceStatusEnumFactory. toCode(Device.DeviceStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Device.DeviceStatus Modifier and Type Method Description DeviceDevice. setStatusElement(Enumeration<Device.DeviceStatus> value)
-