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