public enum ProvenanceEntityRole extends Enum<ProvenanceEntityRole>
| Enum Constant and Description |
|---|
DERIVATION
A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.
|
NULL
added to help the parsers
|
QUOTATION
The repeat of (some or all of) an entity, such as text or image, by someone who might or might not be its original author.
|
REMOVAL
A derivation for which the entity is removed from accessibility usually through the use of the Delete operation.
|
REVISION
A derivation for which the resulting entity is a revised version of some original.
|
SOURCE
A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
|
| Modifier and Type | Method and Description |
|---|---|
static ProvenanceEntityRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProvenanceEntityRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceEntityRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvenanceEntityRole DERIVATION
public static final ProvenanceEntityRole REVISION
public static final ProvenanceEntityRole QUOTATION
public static final ProvenanceEntityRole SOURCE
public static final ProvenanceEntityRole REMOVAL
public static final ProvenanceEntityRole NULL
public static ProvenanceEntityRole[] values()
for (ProvenanceEntityRole c : ProvenanceEntityRole.values()) System.out.println(c);
public static ProvenanceEntityRole 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 ProvenanceEntityRole 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.