public enum W3cProvenanceActivityType extends Enum<W3cProvenanceActivityType>
| Enum Constant and Description |
|---|
ATTRIBUTION
Ascribing of an entity (object/document) to an agent.
|
COLLECTION
An aggregating activity that results in composition of an entity, which provides a structure to some constituents that must themselves be entities.
|
COMMUNICATION
The exchange of some unspecified entity by two activities, one activity using some entity generated by the other.
|
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.
|
END
When an activity is deemed to have been ended by an entity, known as trigger.
|
GENERATION
The completion of production of a new entity by an activity.
|
INVALIDATION
The start of the destruction, cessation, or expiry of an existing entity by an activity.
|
NULL
added to help the parsers
|
PRIMARYSOURCE
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.
|
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.
|
REVISION
A derivation for which the resulting entity is a revised version of some original.
|
START
When an activity is deemed to have been started by an entity, known as trigger.
|
USAGE
the beginning of utilizing an entity by an activity.
|
| Modifier and Type | Method and Description |
|---|---|
static W3cProvenanceActivityType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static W3cProvenanceActivityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static W3cProvenanceActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final W3cProvenanceActivityType GENERATION
public static final W3cProvenanceActivityType USAGE
public static final W3cProvenanceActivityType COMMUNICATION
public static final W3cProvenanceActivityType START
public static final W3cProvenanceActivityType END
public static final W3cProvenanceActivityType INVALIDATION
public static final W3cProvenanceActivityType DERIVATION
public static final W3cProvenanceActivityType REVISION
public static final W3cProvenanceActivityType QUOTATION
public static final W3cProvenanceActivityType PRIMARYSOURCE
public static final W3cProvenanceActivityType ATTRIBUTION
public static final W3cProvenanceActivityType COLLECTION
public static final W3cProvenanceActivityType NULL
public static W3cProvenanceActivityType[] values()
for (W3cProvenanceActivityType c : W3cProvenanceActivityType.values()) System.out.println(c);
public static W3cProvenanceActivityType 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 W3cProvenanceActivityType 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.