
Uses of Enum
org.hl7.fhir.dstu2.model.Provenance.ProvenanceEntityRole
Packages that use Provenance.ProvenanceEntityRole
-
Uses of Provenance.ProvenanceEntityRole in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Provenance.ProvenanceEntityRoleModifier and TypeFieldDescriptionprotected Enumeration
<Provenance.ProvenanceEntityRole> Provenance.ProvenanceEntityComponent.role
How the entity was used during the activity.Methods in org.hl7.fhir.dstu2.model that return Provenance.ProvenanceEntityRoleModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Provenance.ProvenanceEntityRoleMethods in org.hl7.fhir.dstu2.model with parameters of type Provenance.ProvenanceEntityRoleModifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRole
(Provenance.ProvenanceEntityRole value) Provenance.ProvenanceEntityRoleEnumFactory.toCode
(Provenance.ProvenanceEntityRole code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Provenance.ProvenanceEntityRoleModifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRoleElement
(Enumeration<Provenance.ProvenanceEntityRole> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Provenance.ProvenanceEntityRoleModifierConstructorDescriptionProvenanceEntityComponent
(Enumeration<Provenance.ProvenanceEntityRole> role, Coding type, UriType reference)