Uses of Enum
org.hl7.fhir.r4.model.AuditEvent.AuditEventOutcome
-
Uses of AuditEvent.AuditEventOutcome in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<AuditEvent.AuditEventOutcome> AuditEvent.outcome
Indicates whether the event succeeded or failed.Modifier and TypeMethodDescriptionstatic AuditEvent.AuditEventOutcome
AuditEvent.getOutcome()
static AuditEvent.AuditEventOutcome
Returns the enum constant of this type with the specified name.static AuditEvent.AuditEventOutcome[]
AuditEvent.AuditEventOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuditEvent.AuditEventOutcomeEnumFactory.fromType
(PrimitiveType<?> code) AuditEvent.getOutcomeElement()
Modifier and TypeMethodDescriptionAuditEvent.setOutcome
(AuditEvent.AuditEventOutcome value) AuditEvent.AuditEventOutcomeEnumFactory.toCode
(AuditEvent.AuditEventOutcome code) AuditEvent.AuditEventOutcomeEnumFactory.toSystem
(AuditEvent.AuditEventOutcome code) Modifier and TypeMethodDescriptionAuditEvent.setOutcomeElement
(Enumeration<AuditEvent.AuditEventOutcome> value)