Package ca.uhn.fhir.model.dstu2.valueset
Enum AuditEventObjectLifecycleEnum
java.lang.Object
java.lang.Enum<AuditEventObjectLifecycleEnum>
ca.uhn.fhir.model.dstu2.valueset.AuditEventObjectLifecycleEnum
- All Implemented Interfaces:
Serializable
,Comparable<AuditEventObjectLifecycleEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Access / Use
Code Value: 6 Access / UseDisplay: Aggregation, summarization, derivation
Code Value: 8 Aggregation, summarization, derivationDisplay: Amendment
Code Value: 3 AmendmentDisplay: Archiving
Code Value: 13 ArchivingDisplay: De-identification
Code Value: 7 De-identificationDisplay: Disclosure
Code Value: 11 DisclosureDisplay: Export / Copy to target
Code Value: 10 Export / Copy to targetDisplay: Import / Copy from original
Code Value: 2 Import / Copy from originalDisplay: Logical deletion
Code Value: 14 Logical deletionDisplay: Origination / Creation
Code Value: 1 Origination / CreationDisplay: Permanent erasure / Physical destruction
Code Value: 15 Permanent erasure / Physical destructionDisplay: Receipt of disclosure
Code Value: 12 Receipt of disclosureDisplay: Report
Code Value: 9 ReportDisplay: Translation
Code Value: 5 TranslationDisplay: Verification
Code Value: 4 Verification -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AuditEventObjectLifecycleEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: AuditEventObjectLifecycle -
Method Summary
Modifier and TypeMethodDescriptionReturns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valueReturns the enum constant of this type with the specified name.static AuditEventObjectLifecycleEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ORIGINATION___CREATION
Display: Origination / Creation
Code Value: 1 Origination / Creation -
IMPORT___COPY_FROM_ORIGINAL
Display: Import / Copy from original
Code Value: 2 Import / Copy from original -
AMENDMENT
Display: Amendment
Code Value: 3 Amendment -
VERIFICATION
Display: Verification
Code Value: 4 Verification -
TRANSLATION
Display: Translation
Code Value: 5 Translation -
ACCESS___USE
Display: Access / Use
Code Value: 6 Access / Use -
DE_IDENTIFICATION
Display: De-identification
Code Value: 7 De-identification -
AGGREGATION__SUMMARIZATION__DERIVATION
Display: Aggregation, summarization, derivation
Code Value: 8 Aggregation, summarization, derivation -
REPORT
Display: Report
Code Value: 9 Report -
EXPORT___COPY_TO_TARGET
Display: Export / Copy to target
Code Value: 10 Export / Copy to target -
DISCLOSURE
Display: Disclosure
Code Value: 11 Disclosure -
RECEIPT_OF_DISCLOSURE
Display: Receipt of disclosure
Code Value: 12 Receipt of disclosure -
ARCHIVING
Display: Archiving
Code Value: 13 Archiving -
LOGICAL_DELETION
Display: Logical deletion
Code Value: 14 Logical deletion -
PERMANENT_ERASURE___PHYSICAL_DESTRUCTION
Display: Permanent erasure / Physical destruction
Code Value: 15 Permanent erasure / Physical destruction
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: AuditEventObjectLifecycle- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<AuditEventObjectLifecycleEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-