public enum V3RoleStatus extends Enum<V3RoleStatus>
| Enum Constant and Description |
|---|
ACTIVE
The state representing the fact that the Entity is currently active in the Role.
|
CANCELLED
The terminal state resulting from cancellation of the role prior to activation.
|
NORMAL
The 'typical' state.
|
NULL
added to help the parsers
|
NULLIFIED
The state representing the termination of a Role instance that was created in error.
|
PENDING
The state representing that fact that the role has not yet become active.
|
SUSPENDED
The state that represents a suspension of the Entity playing the Role.
|
TERMINATED
The state representing the successful termination of the Role.
|
| Modifier and Type | Method and Description |
|---|---|
static V3RoleStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3RoleStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3RoleStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3RoleStatus NORMAL
public static final V3RoleStatus ACTIVE
public static final V3RoleStatus CANCELLED
public static final V3RoleStatus PENDING
public static final V3RoleStatus SUSPENDED
public static final V3RoleStatus TERMINATED
public static final V3RoleStatus NULLIFIED
public static final V3RoleStatus NULL
public static V3RoleStatus[] values()
for (V3RoleStatus c : V3RoleStatus.values()) System.out.println(c);
public static V3RoleStatus 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 V3RoleStatus 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.