Uses of Class
org.hl7.fhir.r5.model.DeviceUsage.DeviceUsageStatus
-
Packages that use DeviceUsage.DeviceUsageStatus Package Description org.hl7.fhir.r5.model -
-
Uses of DeviceUsage.DeviceUsageStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceUsage.DeviceUsageStatus Modifier and Type Field Description protected Enumeration<DeviceUsage.DeviceUsageStatus>DeviceUsage. statusA code representing the patient or other source's judgment about the state of the device used that this statement is about.Methods in org.hl7.fhir.r5.model that return DeviceUsage.DeviceUsageStatus Modifier and Type Method Description static DeviceUsage.DeviceUsageStatusDeviceUsage.DeviceUsageStatus. fromCode(String codeString)DeviceUsage.DeviceUsageStatusDeviceUsage.DeviceUsageStatusEnumFactory. fromCode(String codeString)DeviceUsage.DeviceUsageStatusDeviceUsage. getStatus()static DeviceUsage.DeviceUsageStatusDeviceUsage.DeviceUsageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceUsage.DeviceUsageStatus[]DeviceUsage.DeviceUsageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceUsage.DeviceUsageStatus Modifier and Type Method Description Enumeration<DeviceUsage.DeviceUsageStatus>DeviceUsage.DeviceUsageStatusEnumFactory. fromType(Base code)Enumeration<DeviceUsage.DeviceUsageStatus>DeviceUsage. getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type DeviceUsage.DeviceUsageStatus Modifier and Type Method Description DeviceUsageDeviceUsage. setStatus(DeviceUsage.DeviceUsageStatus value)StringDeviceUsage.DeviceUsageStatusEnumFactory. toCode(DeviceUsage.DeviceUsageStatus code)StringDeviceUsage.DeviceUsageStatusEnumFactory. toSystem(DeviceUsage.DeviceUsageStatus code)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceUsage.DeviceUsageStatus Modifier and Type Method Description DeviceUsageDeviceUsage. setStatusElement(Enumeration<DeviceUsage.DeviceUsageStatus> value)Constructors in org.hl7.fhir.r5.model with parameters of type DeviceUsage.DeviceUsageStatus Constructor Description DeviceUsage(DeviceUsage.DeviceUsageStatus status, Reference patient, CodeableReference device)Constructor
-