
Uses of Class
org.hl7.fhir.r5.model.AuditEvent.AuditEventOutcomeComponent
Packages that use AuditEvent.AuditEventOutcomeComponent
-
Uses of AuditEvent.AuditEventOutcomeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AuditEvent.AuditEventOutcomeComponentModifier and TypeMethodDescriptionprotected AuditEvent.AuditEventOutcomeComponent
JsonParser.parseAuditEventOutcomeComponent
(com.google.gson.JsonObject json) protected AuditEvent.AuditEventOutcomeComponent
XmlParser.parseAuditEventOutcomeComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AuditEvent.AuditEventOutcomeComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAuditEventOutcomeComponent
(String name, AuditEvent.AuditEventOutcomeComponent element) protected void
RdfParser.composeAuditEventOutcomeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventOutcomeComponent element, int index) protected void
XmlParser.composeAuditEventOutcomeComponent
(String name, AuditEvent.AuditEventOutcomeComponent element) protected void
XmlParser.composeAuditEventOutcomeComponentElements
(AuditEvent.AuditEventOutcomeComponent element) protected void
JsonParser.composeAuditEventOutcomeComponentProperties
(AuditEvent.AuditEventOutcomeComponent element) protected boolean
XmlParser.parseAuditEventOutcomeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent.AuditEventOutcomeComponent res) protected void
JsonParser.parseAuditEventOutcomeComponentProperties
(com.google.gson.JsonObject json, AuditEvent.AuditEventOutcomeComponent res) -
Uses of AuditEvent.AuditEventOutcomeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as AuditEvent.AuditEventOutcomeComponentModifier and TypeFieldDescriptionprotected AuditEvent.AuditEventOutcomeComponent
AuditEvent.outcome
Indicates whether the event succeeded or failed.Methods in org.hl7.fhir.r5.model that return AuditEvent.AuditEventOutcomeComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventOutcomeComponent.addDetail
(CodeableConcept t) AuditEvent.AuditEventOutcomeComponent.copy()
AuditEvent.getOutcome()
AuditEvent.AuditEventOutcomeComponent.setDetail
(List<CodeableConcept> theDetail) Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventOutcomeComponentModifier and TypeMethodDescriptionvoid
AuditEvent.AuditEventOutcomeComponent.copyValues
(AuditEvent.AuditEventOutcomeComponent dst) AuditEvent.setOutcome
(AuditEvent.AuditEventOutcomeComponent value)