
Uses of Class
org.hl7.fhir.r5.model.AuditEvent
Packages that use AuditEvent
-
Uses of AuditEvent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AuditEventModifier and TypeMethodDescriptionprotected AuditEventJsonParser.parseAuditEvent(com.google.gson.JsonObject json) protected AuditEventXmlParser.parseAuditEvent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AuditEventModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEvent(String name, AuditEvent element) protected voidRdfParser.composeAuditEvent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent element, int index) protected voidXmlParser.composeAuditEvent(String name, AuditEvent element) protected voidXmlParser.composeAuditEventElements(AuditEvent element) protected voidJsonParser.composeAuditEventProperties(AuditEvent element) protected booleanXmlParser.parseAuditEventContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent res) protected voidJsonParser.parseAuditEventProperties(com.google.gson.JsonObject json, AuditEvent res) -
Uses of AuditEvent in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return AuditEventModifier and TypeMethodDescriptionAuditEvent.addAgent(AuditEvent.AuditEventAgentComponent t) AuditEvent.addAuthorization(CodeableConcept t) AuditEvent.addBasedOn(Reference t) AuditEvent.addCategory(CodeableConcept t) AuditEvent.addEntity(AuditEvent.AuditEventEntityComponent t) AuditEvent.copy()AuditEvent.setAction(AuditEvent.AuditEventAction value) AuditEvent.setActionElement(Enumeration<AuditEvent.AuditEventAction> value) AuditEvent.setAgent(List<AuditEvent.AuditEventAgentComponent> theAgent) AuditEvent.setAuthorization(List<CodeableConcept> theAuthorization) AuditEvent.setBasedOn(List<Reference> theBasedOn) AuditEvent.setCategory(List<CodeableConcept> theCategory) AuditEvent.setCode(CodeableConcept value) AuditEvent.setEncounter(Reference value) AuditEvent.setEntity(List<AuditEvent.AuditEventEntityComponent> theEntity) AuditEvent.setOccurred(DataType value) AuditEvent.setOutcome(AuditEvent.AuditEventOutcomeComponent value) AuditEvent.setPatient(Reference value) AuditEvent.setRecorded(Date value) AuditEvent.setRecordedElement(InstantType value) AuditEvent.setSeverity(AuditEvent.AuditEventSeverity value) AuditEvent.setSeverityElement(Enumeration<AuditEvent.AuditEventSeverity> value) AuditEvent.setSource(AuditEvent.AuditEventSourceComponent value) protected AuditEventAuditEvent.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent