Uses of Class
com.ibm.fhir.model.resource.AuditEvent.Agent
-
Packages that use AuditEvent.Agent Package Description com.ibm.fhir.model.resource -
-
Uses of AuditEvent.Agent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AuditEvent.Agent Modifier and Type Method Description AuditEvent.Agent
AuditEvent.Agent.Builder. build()
Build theAuditEvent.Agent
Methods in com.ibm.fhir.model.resource that return types with arguments of type AuditEvent.Agent Modifier and Type Method Description List<AuditEvent.Agent>
AuditEvent. getAgent()
An actor taking an active role in the event or activity that is logged.Methods in com.ibm.fhir.model.resource with parameters of type AuditEvent.Agent Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. agent(AuditEvent.Agent... agent)
An actor taking an active role in the event or activity that is logged.protected AuditEvent.Agent.Builder
AuditEvent.Agent.Builder. from(AuditEvent.Agent agent)
Method parameters in com.ibm.fhir.model.resource with type arguments of type AuditEvent.Agent Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. agent(Collection<AuditEvent.Agent> agent)
An actor taking an active role in the event or activity that is logged.
-