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