Uses of Class
org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentComponent
Packages that use AuditEvent.AuditEventAgentComponent
-
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionprotected AuditEvent.AuditEventAgentComponentJsonParser.parseAuditEventAuditEventAgentComponent(com.google.gson.JsonObject json, AuditEvent owner)protected AuditEvent.AuditEventAgentComponentXmlParser.parseAuditEventAuditEventAgentComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner)Methods in org.hl7.fhir.r4.formats with parameters of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element)protected voidRdfParser.composeAuditEventAuditEventAgentComponent(Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventAgentComponent element, int index)protected voidXmlParser.composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element)protected voidXmlParser.composeAuditEventAuditEventAgentComponentElements(AuditEvent.AuditEventAgentComponent element)protected voidJsonParser.composeAuditEventAuditEventAgentComponentInner(AuditEvent.AuditEventAgentComponent element)protected booleanXmlParser.parseAuditEventAuditEventAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventAgentComponent res)protected voidJsonParser.parseAuditEventAuditEventAgentComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventAgentComponent res) -
Uses of AuditEvent.AuditEventAgentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AuditEvent.AuditEventAgentComponentModifier and TypeFieldDescriptionprotected List<AuditEvent.AuditEventAgentComponent>AuditEvent.agentAn actor taking an active role in the event or activity that is logged.Methods in org.hl7.fhir.r4.model that return AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.addAgent()AuditEvent.AuditEventAgentComponent.addPurposeOfUse(CodeableConcept t)AuditEvent.AuditEventAgentComponent.addRole(CodeableConcept t)AuditEvent.AuditEventAgentComponent.copy()AuditEvent.getAgentFirstRep()AuditEvent.AuditEventAgentComponent.setAltIdElement(StringType value)AuditEvent.AuditEventAgentComponent.setLocation(Reference value)AuditEvent.AuditEventAgentComponent.setLocationTarget(Location value)AuditEvent.AuditEventAgentComponent.setNameElement(StringType value)AuditEvent.AuditEventAgentComponent.setNetwork(AuditEvent.AuditEventAgentNetworkComponent value)AuditEvent.AuditEventAgentComponent.setPurposeOfUse(List<CodeableConcept> thePurposeOfUse)AuditEvent.AuditEventAgentComponent.setRequestor(boolean value)AuditEvent.AuditEventAgentComponent.setRequestorElement(BooleanType value)AuditEvent.AuditEventAgentComponent.setRole(List<CodeableConcept> theRole)AuditEvent.AuditEventAgentComponent.setType(CodeableConcept value)AuditEvent.AuditEventAgentComponent.setWhoTarget(Resource value)Methods in org.hl7.fhir.r4.model that return types with arguments of type AuditEvent.AuditEventAgentComponentMethods in org.hl7.fhir.r4.model with parameters of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.addAgent(AuditEvent.AuditEventAgentComponent t)voidAuditEvent.AuditEventAgentComponent.copyValues(AuditEvent.AuditEventAgentComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type AuditEvent.AuditEventAgentComponentModifier and TypeMethodDescriptionAuditEvent.setAgent(List<AuditEvent.AuditEventAgentComponent> theAgent)