Enum ObjectLifecycle
- java.lang.Object
-
- java.lang.Enum<ObjectLifecycle>
-
- org.hl7.fhir.dstu3.model.codesystems.ObjectLifecycle
-
- All Implemented Interfaces:
Serializable,Comparable<ObjectLifecycle>
public enum ObjectLifecycle extends Enum<ObjectLifecycle>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1Origination, Creation_10Export_11Disclosure_12Receipt of disclosure_13Archiving_14Logical deletion_15Permanent erasure / Physical destruction_2Import / Copy_3Amendment_4Verification_5Translation_6Access / Use_7De-identification_8Aggregation, summarization, derivation_9ReportNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectLifecyclefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ObjectLifecyclevalueOf(String name)Returns the enum constant of this type with the specified name.static ObjectLifecycle[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final ObjectLifecycle _1
Origination, Creation
-
_2
public static final ObjectLifecycle _2
Import / Copy
-
_3
public static final ObjectLifecycle _3
Amendment
-
_4
public static final ObjectLifecycle _4
Verification
-
_5
public static final ObjectLifecycle _5
Translation
-
_6
public static final ObjectLifecycle _6
Access / Use
-
_7
public static final ObjectLifecycle _7
De-identification
-
_8
public static final ObjectLifecycle _8
Aggregation, summarization, derivation
-
_9
public static final ObjectLifecycle _9
Report
-
_10
public static final ObjectLifecycle _10
Export
-
_11
public static final ObjectLifecycle _11
Disclosure
-
_12
public static final ObjectLifecycle _12
Receipt of disclosure
-
_13
public static final ObjectLifecycle _13
Archiving
-
_14
public static final ObjectLifecycle _14
Logical deletion
-
_15
public static final ObjectLifecycle _15
Permanent erasure / Physical destruction
-
NULL
public static final ObjectLifecycle NULL
added to help the parsers
-
-
Method Detail
-
values
public static ObjectLifecycle[] 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 (ObjectLifecycle c : ObjectLifecycle.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ObjectLifecycle 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 ObjectLifecycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-