Enum ActiveParticipantRoleIdCode
java.lang.Object
java.lang.Enum<ActiveParticipantRoleIdCode>
org.openehealth.ipf.commons.audit.codes.ActiveParticipantRoleIdCode
- All Implemented Interfaces:
Serializable
,Comparable<ActiveParticipantRoleIdCode>
,java.lang.constant.Constable
,ActiveParticipantRoleId
,CodedValueType
,EnumeratedCodedValue<ActiveParticipantRoleId>
,EnumeratedValueSet<ActiveParticipantRoleId>
public enum ActiveParticipantRoleIdCode
extends Enum<ActiveParticipantRoleIdCode>
implements ActiveParticipantRoleId, EnumeratedCodedValue<ActiveParticipantRoleId>
Audit Active Participant Role ID Code as specified in
http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_402
1.2.840.10008.6.1.905
ActiveParticipantRoleIdCode identifies which object took which role in the event. It also covers agents, multi-purpose entities, and multi-role entities. For the purpose of the event, one primary role is chosen.
When describing a human user’s participation in an event, the RoleIDCode value should represent the access control roles/permissions that authorized the event.
- Since:
- 3.5
- Author:
- Christian Ohr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface org.openehealth.ipf.commons.audit.types.ActiveParticipantRoleId
ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ActiveParticipantRoleIdCode
enumForCode
(String code) getValue()
static ActiveParticipantRoleIdCode
Returns the enum constant of this type with the specified name.static ActiveParticipantRoleIdCode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue
getCode, getCodeSystemName, getDisplayName, getOriginalText, matches
-
Enum Constant Details
-
Application
-
ApplicationLauncher
-
Destination
-
Source
-
DestinationMedia
-
SourceMedia
-
-
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
-
enumForCode
-
getValue
- Specified by:
getValue
in interfaceEnumeratedValueSet<ActiveParticipantRoleId>
-