| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<AuditEvent.AuditEventOutcome> |
AuditEvent.outcome
Indicates whether the event succeeded or failed.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEvent.AuditEventOutcome |
AuditEvent.AuditEventOutcome.fromCode(String codeString) |
AuditEvent.AuditEventOutcome |
AuditEvent.AuditEventOutcomeEnumFactory.fromCode(String codeString) |
AuditEvent.AuditEventOutcome |
AuditEvent.getOutcome() |
static AuditEvent.AuditEventOutcome |
AuditEvent.AuditEventOutcome.valueOf(String name)
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 Type | Method and Description |
|---|---|
Enumeration<AuditEvent.AuditEventOutcome> |
AuditEvent.AuditEventOutcomeEnumFactory.fromType(Base code) |
Enumeration<AuditEvent.AuditEventOutcome> |
AuditEvent.getOutcomeElement() |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditEvent.setOutcome(AuditEvent.AuditEventOutcome value) |
String |
AuditEvent.AuditEventOutcomeEnumFactory.toCode(AuditEvent.AuditEventOutcome code) |
String |
AuditEvent.AuditEventOutcomeEnumFactory.toSystem(AuditEvent.AuditEventOutcome code) |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditEvent.setOutcomeElement(Enumeration<AuditEvent.AuditEventOutcome> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.