Package ca.uhn.fhir.model.dstu2.valueset
Enum ProvenanceEntityRoleEnum
- All Implemented Interfaces:
Serializable
,Comparable<ProvenanceEntityRoleEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Derivation
Code Value: 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.Display: Quotation
Code Value: 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.Display: Revision
Code Value: revision A derivation for which the resulting entity is a revised version of some original.Display: Source
Code Value: 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. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ProvenanceEntityRoleEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: ProvenanceEntityRole -
Method Summary
Modifier and TypeMethodDescriptionstatic ProvenanceEntityRoleEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic ProvenanceEntityRoleEnum
Returns the enum constant of this type with the specified name.static ProvenanceEntityRoleEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DERIVATION
Display: Derivation
Code Value: 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. -
REVISION
Display: Revision
Code Value: revision A derivation for which the resulting entity is a revised version of some original. -
QUOTATION
Display: Quotation
Code Value: 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. -
SOURCE
Display: Source
Code Value: 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.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: ProvenanceEntityRole- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<ProvenanceEntityRoleEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-