Enum ParticipantObjectTypeCodeRole
java.lang.Object
java.lang.Enum<ParticipantObjectTypeCodeRole>
org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCodeRole
- All Implemented Interfaces:
Serializable
,Comparable<ParticipantObjectTypeCodeRole>
,java.lang.constant.Constable
,EnumeratedValueSet<Short>
public enum ParticipantObjectTypeCodeRole
extends Enum<ParticipantObjectTypeCodeRole>
implements EnumeratedValueSet<Short>
Participant Object Type Role codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.5
and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2.
This value set is a literal part of the audit schema, ie.e. no other codes may be used.
- Since:
- 3.5
- Author:
- Christian Ohr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThis is a location identified as related to the event.This object is the patient that is the subject of care related to this event. -
Method Summary
Modifier and TypeMethodDescriptionenumForCode
(Short code) getValue()
Returns the enum constant of this type with the specified name.static ParticipantObjectTypeCodeRole[]
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.EnumeratedValueSet
matches
-
Enum Constant Details
-
Patient
This object is the patient that is the subject of care related to this event. It is identifiable by patient ID or equivalent. The patient may be either human or animal. -
Location
This is a location identified as related to the event. This is usually the location where the event took place. Note that for shipping, the usual events are arrival at a location or departure from a location. -
Report
-
Resource
-
MasterFile
-
User
-
List
-
Doctor
-
Subscriber
-
Guarantor
-
SecurityUserEntity
-
SecurityUserGroup
-
SecurityResource
-
SecurityGranularityDefinition
-
Provider
-
DataDestination
-
DataRepository
-
Schedule
-
Customer
-
Job
-
JobStream
-
Table
-
RoutingCriteria
-
Query
-
DataSource
-
ProcessingElement
-
-
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<Short>
-