|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ManagedParticipationStatus>
org.hl7.types.enums.ManagedParticipationStatus
public enum ManagedParticipationStatus
Codes representing the defined possible states of a Managed Participation, as defined by the Managed Participation class state machine.
This table controls values for structural elements of the HL7 Reference Information Model. Therefore, it is part of the Normative Ballot for the RIM.
| Enum Constant Summary | |
|---|---|
Active
The state representing the fact that the Participation is in progress. |
|
Cancelled
The terminal state resulting from cancellation of the Participation prior to activation. |
|
Completed
The terminal state representing the successful completion of the Participation. |
|
Normal
The 'typical' state. |
|
Nullified
The state representing the termination of a Participation instance that was created in error. |
|
Pending
The state representing that fact that the Participation has not yet become active. |
|
root
|
|
| Field Summary | |
|---|---|
static UID |
CODE_SYSTEM
|
static ST |
CODE_SYSTEM_NAME
|
| Method Summary | |
|---|---|
ST |
code()
The plain code symbol defined by the code system. |
UID |
codeSystem()
Specifies the code system that defines the code. |
ST |
codeSystemName()
A common name of the coding system. |
ST |
codeSystemVersion()
If applicable, a version descriptor defined specifically for the given code system. |
ST |
displayName()
A name or title for the code, under which the sending system shows the code value to its users. |
java.lang.String |
domainName()
|
BL |
equal(ANY that)
|
BL |
implies(CD that)
|
BL |
isNull()
|
boolean |
isNullJ()
|
ManagedParticipationStatus |
mostSpecificGeneralization(CD that)
|
BL |
nonNull()
|
boolean |
nonNullJ()
|
BL |
notApplicable()
|
boolean |
notApplicableJ()
|
NullFlavor |
nullFlavor()
An exceptional value expressing missing information and possibly the reason why the information is missing. |
ST |
originalText()
|
BL |
other()
|
boolean |
otherJ()
|
LIST<CR> |
qualifier()
|
java.lang.String |
toString()
|
SET<CD> |
translation()
|
BL |
unknown()
|
boolean |
unknownJ()
|
static ManagedParticipationStatus |
valueOf(ST code)
|
static ManagedParticipationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ManagedParticipationStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ManagedParticipationStatus root
public static final ManagedParticipationStatus Normal
public static final ManagedParticipationStatus Active
public static final ManagedParticipationStatus Cancelled
public static final ManagedParticipationStatus Completed
public static final ManagedParticipationStatus Pending
public static final ManagedParticipationStatus Nullified
| Field Detail |
|---|
public static final UID CODE_SYSTEM
public static final ST CODE_SYSTEM_NAME
| Method Detail |
|---|
public static final ManagedParticipationStatus[] values()
for(ManagedParticipationStatus c : ManagedParticipationStatus.values())
System.out.println(c);
public static ManagedParticipationStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final BL equal(ANY that)
equal in interface ANYpublic BL implies(CD that)
implies in interface CDpublic ManagedParticipationStatus mostSpecificGeneralization(CD that)
mostSpecificGeneralization in interface CDpublic static ManagedParticipationStatus valueOf(ST code)
public java.lang.String toString()
toString in interface CStoString in class java.lang.Enum<ManagedParticipationStatus>public java.lang.String domainName()
public ST code()
CD
code in interface CDpublic ST displayName()
CD
displayName in interface CDpublic UID codeSystem()
CD
codeSystem in interface CDpublic ST codeSystemName()
CD
codeSystemName in interface CDpublic ST codeSystemVersion()
CD
codeSystemVersion in interface CDpublic ST originalText()
originalText in interface CDpublic SET<CD> translation()
translation in interface CDpublic LIST<CR> qualifier()
qualifier in interface CDpublic NullFlavor nullFlavor()
ANY
nullFlavor in interface ANYpublic boolean isNullJ()
isNullJ in interface ANYpublic boolean nonNullJ()
nonNullJ in interface ANYpublic boolean notApplicableJ()
notApplicableJ in interface ANYpublic boolean unknownJ()
unknownJ in interface ANYpublic boolean otherJ()
otherJ in interface ANYpublic BL isNull()
isNull in interface ANYpublic BL nonNull()
nonNull in interface ANYpublic BL notApplicable()
notApplicable in interface ANYpublic BL unknown()
unknown in interface ANYpublic BL other()
other in interface ANY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||