Uses of Class
org.hl7.fhir.r5.model.AuditEvent.AuditEventAgentComponent
-
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionExtensions.addAEAlternativeUserID
(AuditEvent.AuditEventAgentComponent context, Identifier value) Modifier and TypeMethodDescriptionExtensions.addAEAlternativeUserID
(AuditEvent.AuditEventAgentComponent context, Identifier value) static List
<Identifier> Extensions.getAEAlternativeUserIDList
(AuditEvent.AuditEventAgentComponent context) -
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected AuditEvent.AuditEventAgentComponent
JsonParser.parseAuditEventAgentComponent
(com.google.gson.JsonObject json) protected AuditEvent.AuditEventAgentComponent
XmlParser.parseAuditEventAgentComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAuditEventAgentComponent
(String name, AuditEvent.AuditEventAgentComponent element) protected void
RdfParser.composeAuditEventAgentComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventAgentComponent element, int index) protected void
XmlParser.composeAuditEventAgentComponent
(String name, AuditEvent.AuditEventAgentComponent element) protected void
XmlParser.composeAuditEventAgentComponentElements
(AuditEvent.AuditEventAgentComponent element) protected void
JsonParser.composeAuditEventAgentComponentProperties
(AuditEvent.AuditEventAgentComponent element) protected boolean
XmlParser.parseAuditEventAgentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent.AuditEventAgentComponent res) protected void
JsonParser.parseAuditEventAgentComponentProperties
(com.google.gson.JsonObject json, AuditEvent.AuditEventAgentComponent res) -
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<AuditEvent.AuditEventAgentComponent> AuditEvent.agent
An actor taking an active role in the event or activity that is logged.protected List
<AuditEvent.AuditEventAgentComponent> AuditEvent.AuditEventEntityComponent.agent
The entity is attributed to an agent to express the agent's responsibility for that entity in the activity.Modifier and TypeMethodDescriptionAuditEvent.addAgent()
AuditEvent.AuditEventEntityComponent.addAgent()
AuditEvent.AuditEventAgentComponent.addAuthorization
(CodeableConcept t) AuditEvent.AuditEventAgentComponent.addRole
(CodeableConcept t) AuditEvent.AuditEventAgentComponent.copy()
AuditEvent.AuditEventEntityComponent.getAgentFirstRep()
AuditEvent.getAgentFirstRep()
AuditEvent.AuditEventAgentComponent.setAuthorization
(List<CodeableConcept> theAuthorization) AuditEvent.AuditEventAgentComponent.setLocation
(Reference value) AuditEvent.AuditEventAgentComponent.setNetwork
(DataType value) AuditEvent.AuditEventAgentComponent.setRequestor
(boolean value) AuditEvent.AuditEventAgentComponent.setRequestorElement
(BooleanType value) AuditEvent.AuditEventAgentComponent.setRole
(List<CodeableConcept> theRole) AuditEvent.AuditEventAgentComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.getAgent()
AuditEvent.getAgent()
Modifier and TypeMethodDescriptionAuditEvent.addAgent
(AuditEvent.AuditEventAgentComponent t) AuditEvent.AuditEventEntityComponent.addAgent
(AuditEvent.AuditEventAgentComponent t) void
AuditEvent.AuditEventAgentComponent.copyValues
(AuditEvent.AuditEventAgentComponent dst) Modifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.setAgent
(List<AuditEvent.AuditEventAgentComponent> theAgent) AuditEvent.setAgent
(List<AuditEvent.AuditEventAgentComponent> theAgent) ModifierConstructorDescriptionAuditEvent
(CodeableConcept code, Date recorded, AuditEvent.AuditEventAgentComponent agent, AuditEvent.AuditEventSourceComponent source) Constructor