Uses of Enum
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventOutcome
-
Uses of AuditEvent.AuditEventOutcome in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<AuditEvent.AuditEventOutcome> AuditEvent.AuditEventEventComponent.outcome
Indicates whether the event succeeded or failed.Modifier and TypeMethodDescriptionstatic AuditEvent.AuditEventOutcome
AuditEvent.AuditEventEventComponent.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.AuditEventEventComponent.setOutcome
(AuditEvent.AuditEventOutcome value) AuditEvent.AuditEventOutcomeEnumFactory.toCode
(AuditEvent.AuditEventOutcome code) Modifier and TypeMethodDescriptionAuditEvent.AuditEventEventComponent.setOutcomeElement
(Enumeration<AuditEvent.AuditEventOutcome> value)