Package org.hl7.fhir.r4.model
Enum Provenance.ProvenanceEntityRole
java.lang.Object
java.lang.Enum<Provenance.ProvenanceEntityRole>
org.hl7.fhir.r4.model.Provenance.ProvenanceEntityRole
- All Implemented Interfaces:
Serializable
,Comparable<Provenance.ProvenanceEntityRole>
- Enclosing class:
Provenance
-
Enum Constant Summary
Enum ConstantDescriptionA 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.added to help the parsers with the generic typesThe repeat of (some or all of) an entity, such as text or image, by someone who might or might not be its original author.A derivation for which the entity is removed from accessibility usually through the use of the Delete operation.A derivation for which the resulting entity is a revised version of some original.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. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
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.
-
Enum Constant Details
-
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. -
REVISION
A derivation for which the resulting entity is a revised version of some original. -
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. -
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. -
REMOVAL
A derivation for which the entity is removed from accessibility usually through the use of the Delete operation. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static Provenance.ProvenanceEntityRole fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-