Uses of Enum
org.hl7.fhir.r4.model.Provenance.ProvenanceEntityRole
-
Uses of Provenance.ProvenanceEntityRole in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Provenance.ProvenanceEntityRole> Provenance.ProvenanceEntityComponent.role
How the entity was used during the activity.Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.getRole()
Returns the enum constant of this type with the specified name.static Provenance.ProvenanceEntityRole[]
Provenance.ProvenanceEntityRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityRoleEnumFactory.fromType
(PrimitiveType<?> code) Provenance.ProvenanceEntityComponent.getRoleElement()
Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRole
(Provenance.ProvenanceEntityRole value) Provenance.ProvenanceEntityRoleEnumFactory.toCode
(Provenance.ProvenanceEntityRole code) Provenance.ProvenanceEntityRoleEnumFactory.toSystem
(Provenance.ProvenanceEntityRole code) Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRoleElement
(Enumeration<Provenance.ProvenanceEntityRole> value) ModifierConstructorDescriptionConstructor