public enum V3ManagedParticipationStatus extends Enum<V3ManagedParticipationStatus>
| Enum Constant and Description |
|---|
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.
|
NULL
added to help the parsers
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ManagedParticipationStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ManagedParticipationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ManagedParticipationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ManagedParticipationStatus NORMAL
public static final V3ManagedParticipationStatus ACTIVE
public static final V3ManagedParticipationStatus CANCELLED
public static final V3ManagedParticipationStatus COMPLETED
public static final V3ManagedParticipationStatus PENDING
public static final V3ManagedParticipationStatus NULLIFIED
public static final V3ManagedParticipationStatus NULL
public static V3ManagedParticipationStatus[] values()
for (V3ManagedParticipationStatus c : V3ManagedParticipationStatus.values()) System.out.println(c);
public static V3ManagedParticipationStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3ManagedParticipationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.