Uses of Class
org.hl7.fhir.r4.model.codesystems.DicomAuditLifecycle
-
Packages that use DicomAuditLifecycle Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of DicomAuditLifecycle in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return DicomAuditLifecycle Modifier and Type Method Description static DicomAuditLifecycleDicomAuditLifecycle. fromCode(String codeString)DicomAuditLifecycleDicomAuditLifecycleEnumFactory. fromCode(String codeString)static DicomAuditLifecycleDicomAuditLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static DicomAuditLifecycle[]DicomAuditLifecycle. 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 DicomAuditLifecycle Modifier and Type Method Description StringDicomAuditLifecycleEnumFactory. toCode(DicomAuditLifecycle code)StringDicomAuditLifecycleEnumFactory. toSystem(DicomAuditLifecycle code)
-