
Package org.hl7.fhir.r5.model
Enum Provenance.ProvenanceEntityRole
java.lang.Object
java.lang.Enum<Provenance.ProvenanceEntityRole>
org.hl7.fhir.r5.model.Provenance.ProvenanceEntityRole
- All Implemented Interfaces:
Serializable
,Comparable<Provenance.ProvenanceEntityRole>
- Enclosing class:
- Provenance
-
Enum Constant Summary
Enum ConstantsEnum 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.The record resulting from this event adheres to the protocol, guideline, order set or other definition represented by this entity.added to help the parsers with the generic typesThe record resulting from this event repeats some or all of the data in this entity, such as by a different author than the author of this entity.The record resulting from this event is no longer accessible, usually through the use of the Delete operation.The record resulting from this event is a new version updated from this entity.The record resulting from this event is constructed using the information in this source entity. -
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
The record resulting from this event is a new version updated from this entity. -
QUOTATION
The record resulting from this event repeats some or all of the data in this entity, such as by a different author than the author of this entity. -
SOURCE
The record resulting from this event is constructed using the information in this source entity. -
INSTANTIATES
The record resulting from this event adheres to the protocol, guideline, order set or other definition represented by this entity. -
REMOVAL
The record resulting from this event is no longer accessible, 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
-