Enum DicomAuditLifecycle
- java.lang.Object
-
- java.lang.Enum<DicomAuditLifecycle>
-
- org.hl7.fhir.r4.model.codesystems.DicomAuditLifecycle
-
- All Implemented Interfaces:
Serializable,Comparable<DicomAuditLifecycle>
public enum DicomAuditLifecycle extends Enum<DicomAuditLifecycle>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DicomAuditLifecyclefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static DicomAuditLifecyclevalueOf(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.
-
-
-
Enum Constant Detail
-
_1
public static final DicomAuditLifecycle _1
null
-
_2
public static final DicomAuditLifecycle _2
null
-
_3
public static final DicomAuditLifecycle _3
null
-
_4
public static final DicomAuditLifecycle _4
null
-
_5
public static final DicomAuditLifecycle _5
null
-
_6
public static final DicomAuditLifecycle _6
null
-
_7
public static final DicomAuditLifecycle _7
null
-
_8
public static final DicomAuditLifecycle _8
null
-
_9
public static final DicomAuditLifecycle _9
null
-
_10
public static final DicomAuditLifecycle _10
null
-
_11
public static final DicomAuditLifecycle _11
null
-
_12
public static final DicomAuditLifecycle _12
null
-
_13
public static final DicomAuditLifecycle _13
null
-
_14
public static final DicomAuditLifecycle _14
null
-
_15
public static final DicomAuditLifecycle _15
null
-
NULL
public static final DicomAuditLifecycle NULL
added to help the parsers
-
-
Method Detail
-
values
public static DicomAuditLifecycle[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DicomAuditLifecycle c : DicomAuditLifecycle.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DicomAuditLifecycle valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static DicomAuditLifecycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-