Enum V3ManagedParticipationStatus
java.lang.Object
java.lang.Enum<V3ManagedParticipationStatus>
org.hl7.fhir.r4.model.codesystems.V3ManagedParticipationStatus
- All Implemented Interfaces:
Serializable
,Comparable<V3ManagedParticipationStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThe state representing the fact that the Participation is in progress.The terminal state resulting from cancellation of the Participation prior to activation.The terminal state representing the successful completion of the Participation.The 'typical' state.added to help the parsersThe state representing the termination of a Participation instance that was created in error.The state representing that fact that the Participation has not yet become active. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3ManagedParticipationStatus
toCode()
static V3ManagedParticipationStatus
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.
-
Enum Constant Details
-
NORMAL
The 'typical' state. Excludes "nullified" which represents the termination state of a participation instance that was created in error. -
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. -
PENDING
The state representing that fact that the Participation has not yet become active. -
NULLIFIED
The state representing the termination of a Participation instance that was created in error. -
NULL
added to help the parsers
-
-
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
-
fromCode
public static V3ManagedParticipationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-