
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.AuditEventOutcomeComponentJsonParser.parseAuditEventOutcomeComponent(com.google.gson.JsonObject json) protected AuditEvent.AuditEventOutcomeComponentXmlParser.parseAuditEventOutcomeComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AuditEvent.AuditEventOutcomeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEventOutcomeComponent(String name, AuditEvent.AuditEventOutcomeComponent element) protected voidRdfParser.composeAuditEventOutcomeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventOutcomeComponent element, int index) protected voidXmlParser.composeAuditEventOutcomeComponent(String name, AuditEvent.AuditEventOutcomeComponent element) protected voidXmlParser.composeAuditEventOutcomeComponentElements(AuditEvent.AuditEventOutcomeComponent element) protected voidJsonParser.composeAuditEventOutcomeComponentProperties(AuditEvent.AuditEventOutcomeComponent element) protected booleanXmlParser.parseAuditEventOutcomeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent.AuditEventOutcomeComponent res) protected voidJsonParser.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.AuditEventOutcomeComponentAuditEvent.outcomeIndicates 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 TypeMethodDescriptionvoidAuditEvent.AuditEventOutcomeComponent.copyValues(AuditEvent.AuditEventOutcomeComponent dst) AuditEvent.setOutcome(AuditEvent.AuditEventOutcomeComponent value)