public static enum AuditEvent.AuditEventOutcome extends Enum<AuditEvent.AuditEventOutcome>
| Enum Constant and Description |
|---|
_0
The operation completed successfully (whether with warnings or not).
|
_12
An error of such magnitude occurred that the system is no longer available for use (i.e.
|
_4
The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).
|
_8
The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEvent.AuditEventOutcome |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AuditEvent.AuditEventOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent.AuditEventOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEvent.AuditEventOutcome _0
public static final AuditEvent.AuditEventOutcome _4
public static final AuditEvent.AuditEventOutcome _8
public static final AuditEvent.AuditEventOutcome _12
public static final AuditEvent.AuditEventOutcome NULL
public static AuditEvent.AuditEventOutcome[] values()
for (AuditEvent.AuditEventOutcome c : AuditEvent.AuditEventOutcome.values()) System.out.println(c);
public static AuditEvent.AuditEventOutcome valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AuditEvent.AuditEventOutcome fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.