public enum DicomAuditLifecycle extends Enum<DicomAuditLifecycle>
| Enum Constant and Description |
|---|
_1
null
|
_10
null
|
_11
null
|
_12
null
|
_13
null
|
_14
null
|
_15
null
|
_2
null
|
_3
null
|
_4
null
|
_5
null
|
_6
null
|
_7
null
|
_8
null
|
_9
null
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static DicomAuditLifecycle |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DicomAuditLifecycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DicomAuditLifecycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DicomAuditLifecycle _1
public static final DicomAuditLifecycle _2
public static final DicomAuditLifecycle _3
public static final DicomAuditLifecycle _4
public static final DicomAuditLifecycle _5
public static final DicomAuditLifecycle _6
public static final DicomAuditLifecycle _7
public static final DicomAuditLifecycle _8
public static final DicomAuditLifecycle _9
public static final DicomAuditLifecycle _10
public static final DicomAuditLifecycle _11
public static final DicomAuditLifecycle _12
public static final DicomAuditLifecycle _13
public static final DicomAuditLifecycle _14
public static final DicomAuditLifecycle _15
public static final DicomAuditLifecycle NULL
public static DicomAuditLifecycle[] values()
for (DicomAuditLifecycle c : DicomAuditLifecycle.values()) System.out.println(c);
public static DicomAuditLifecycle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DicomAuditLifecycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.