Uses of Class
com.ibm.fhir.model.resource.Provenance.Agent
-
Packages that use Provenance.Agent Package Description com.ibm.fhir.model.resource -
-
Uses of Provenance.Agent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Provenance.Agent Modifier and Type Method Description Provenance.Agent
Provenance.Agent.Builder. build()
Build theProvenance.Agent
Methods in com.ibm.fhir.model.resource that return types with arguments of type Provenance.Agent Modifier and Type Method Description List<Provenance.Agent>
Provenance.Entity. getAgent()
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents.List<Provenance.Agent>
Provenance. getAgent()
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Methods in com.ibm.fhir.model.resource with parameters of type Provenance.Agent Modifier and Type Method Description Provenance.Builder
Provenance.Builder. agent(Provenance.Agent... agent)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Provenance.Entity.Builder
Provenance.Entity.Builder. agent(Provenance.Agent... agent)
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents.protected Provenance.Agent.Builder
Provenance.Agent.Builder. from(Provenance.Agent agent)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Provenance.Agent Modifier and Type Method Description Provenance.Builder
Provenance.Builder. agent(Collection<Provenance.Agent> agent)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Provenance.Entity.Builder
Provenance.Entity.Builder. agent(Collection<Provenance.Agent> agent)
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents.
-