Uses of Class
org.linuxforhealth.fhir.model.resource.Provenance.Agent
-
Packages that use Provenance.Agent Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Provenance.Agent in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Provenance.Agent Modifier and Type Method Description Provenance.Agent
Provenance.Agent.Builder. build()
Build theProvenance.Agent
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Provenance.Agent Modifier and Type Method Description java.util.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.java.util.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 org.linuxforhealth.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)
protected void
Provenance.Agent.Builder. validate(Provenance.Agent agent)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Provenance.Agent Modifier and Type Method Description Provenance.Builder
Provenance.Builder. agent(java.util.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(java.util.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.
-