Uses of Class
org.hl7.fhir.r4.model.codesystems.DeviceAction
-
Packages that use DeviceAction Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of DeviceAction in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return DeviceAction Modifier and Type Method Description static DeviceActionDeviceAction. fromCode(String codeString)DeviceActionDeviceActionEnumFactory. fromCode(String codeString)static DeviceActionDeviceAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceAction[]DeviceAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type DeviceAction Modifier and Type Method Description StringDeviceActionEnumFactory. toCode(DeviceAction code)StringDeviceActionEnumFactory. toSystem(DeviceAction code)
-