
Uses of Class
org.hl7.fhir.r5.model.AuditEvent.AuditEventAgentComponent
Packages that use AuditEvent.AuditEventAgentComponent
-
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionExtensions.addAEAlternativeUserID
(AuditEvent.AuditEventAgentComponent context, Identifier value) Methods in org.hl7.fhir.r5.extensions with parameters of type AuditEvent.AuditEventAgentComponentModifier 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
Methods in org.hl7.fhir.r5.formats that return AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionprotected AuditEvent.AuditEventAgentComponent
JsonParser.parseAuditEventAgentComponent
(com.google.gson.JsonObject json) protected AuditEvent.AuditEventAgentComponent
XmlParser.parseAuditEventAgentComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AuditEvent.AuditEventAgentComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type AuditEvent.AuditEventAgentComponentModifier 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.Methods in org.hl7.fhir.r5.model that return AuditEvent.AuditEventAgentComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.getAgent()
AuditEvent.getAgent()
Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.addAgent
(AuditEvent.AuditEventAgentComponent t) AuditEvent.AuditEventEntityComponent.addAgent
(AuditEvent.AuditEventAgentComponent t) void
AuditEvent.AuditEventAgentComponent.copyValues
(AuditEvent.AuditEventAgentComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.setAgent
(List<AuditEvent.AuditEventAgentComponent> theAgent) AuditEvent.setAgent
(List<AuditEvent.AuditEventAgentComponent> theAgent) Constructors in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventAgentComponentModifierConstructorDescriptionAuditEvent
(CodeableConcept code, Date recorded, AuditEvent.AuditEventAgentComponent agent, AuditEvent.AuditEventSourceComponent source) Constructor