Uses of Class
org.hl7.fhir.r4.model.Provenance.ProvenanceEntityRole
-
Packages that use Provenance.ProvenanceEntityRole Package Description org.hl7.fhir.r4.model -
-
Uses of Provenance.ProvenanceEntityRole in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Provenance.ProvenanceEntityRole Modifier and Type Field Description protected Enumeration<Provenance.ProvenanceEntityRole>Provenance.ProvenanceEntityComponent. roleHow the entity was used during the activity.Methods in org.hl7.fhir.r4.model that return Provenance.ProvenanceEntityRole Modifier and Type Method Description static Provenance.ProvenanceEntityRoleProvenance.ProvenanceEntityRole. fromCode(String codeString)Provenance.ProvenanceEntityRoleProvenance.ProvenanceEntityRoleEnumFactory. fromCode(String codeString)Provenance.ProvenanceEntityRoleProvenance.ProvenanceEntityComponent. getRole()static Provenance.ProvenanceEntityRoleProvenance.ProvenanceEntityRole. valueOf(String name)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.r4.model that return types with arguments of type Provenance.ProvenanceEntityRole Modifier and Type Method Description Enumeration<Provenance.ProvenanceEntityRole>Provenance.ProvenanceEntityRoleEnumFactory. fromType(Base code)Enumeration<Provenance.ProvenanceEntityRole>Provenance.ProvenanceEntityComponent. getRoleElement()Methods in org.hl7.fhir.r4.model with parameters of type Provenance.ProvenanceEntityRole Modifier and Type Method Description Provenance.ProvenanceEntityComponentProvenance.ProvenanceEntityComponent. setRole(Provenance.ProvenanceEntityRole value)StringProvenance.ProvenanceEntityRoleEnumFactory. toCode(Provenance.ProvenanceEntityRole code)StringProvenance.ProvenanceEntityRoleEnumFactory. toSystem(Provenance.ProvenanceEntityRole code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Provenance.ProvenanceEntityRole Modifier and Type Method Description Provenance.ProvenanceEntityComponentProvenance.ProvenanceEntityComponent. setRoleElement(Enumeration<Provenance.ProvenanceEntityRole> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Provenance.ProvenanceEntityRole Constructor Description ProvenanceEntityComponent(Enumeration<Provenance.ProvenanceEntityRole> role, Reference what)Constructor
-