public static enum Provenance.ProvenanceEntityRole extends Enum<Provenance.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 preexisting 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 may or may not be its original author.
|
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 Provenance.ProvenanceEntityRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Provenance.ProvenanceEntityRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provenance.ProvenanceEntityRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Provenance.ProvenanceEntityRole DERIVATION
public static final Provenance.ProvenanceEntityRole REVISION
public static final Provenance.ProvenanceEntityRole QUOTATION
public static final Provenance.ProvenanceEntityRole SOURCE
public static final Provenance.ProvenanceEntityRole NULL
public static Provenance.ProvenanceEntityRole[] values()
for (Provenance.ProvenanceEntityRole c : Provenance.ProvenanceEntityRole.values()) System.out.println(c);
public static Provenance.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 Provenance.ProvenanceEntityRole fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.