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.AgentAuditEvent.Agent.Builder. build()Build theAuditEvent.AgentMethods 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.BuilderAuditEvent.Builder. agent(AuditEvent.Agent... agent)An actor taking an active role in the event or activity that is logged.protected AuditEvent.Agent.BuilderAuditEvent.Agent.Builder. from(AuditEvent.Agent agent)protected voidAuditEvent.Agent.Builder. validate(AuditEvent.Agent agent)Method parameters in com.ibm.fhir.model.resource with type arguments of type AuditEvent.Agent Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. agent(Collection<AuditEvent.Agent> agent)An actor taking an active role in the event or activity that is logged.
-