public enum V3RoleLinkType extends Enum<V3RoleLinkType>
| Enum Constant and Description |
|---|
BACKUP
This relationship indicates the source Role is available to the target Role as a backup.
|
CONT
This relationship indicates the target Role provides or receives information regarding the target role.
|
DIRAUTH
The source Role has direct authority over the target role in a chain of authority.
|
IDENT
Description: The source role provides identification for the target role.
|
INDAUTH
The source Role has indirect authority over the target role in a chain of authority.
|
NULL
added to help the parsers
|
PART
The target Role is part of the Source Role.
|
REL
An action taken with respect to a subject Entity by a regulatory or authoritative body with supervisory capacity over that entity.
|
REPL
This relationship indicates that the source Role replaces (or subsumes) the target Role.
|
| Modifier and Type | Method and Description |
|---|---|
static V3RoleLinkType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3RoleLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3RoleLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3RoleLinkType REL
public static final V3RoleLinkType BACKUP
public static final V3RoleLinkType CONT
public static final V3RoleLinkType DIRAUTH
public static final V3RoleLinkType IDENT
public static final V3RoleLinkType INDAUTH
public static final V3RoleLinkType PART
public static final V3RoleLinkType REPL
public static final V3RoleLinkType NULL
public static V3RoleLinkType[] values()
for (V3RoleLinkType c : V3RoleLinkType.values()) System.out.println(c);
public static V3RoleLinkType 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 V3RoleLinkType 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.