| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ProcessResponse.ProcessingOutcome> |
ProcessResponse.outcome
Transaction status: error, complete, held.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessResponse.ProcessingOutcome |
ProcessResponse.ProcessingOutcome.fromCode(String codeString) |
ProcessResponse.ProcessingOutcome |
ProcessResponse.ProcessingOutcomeEnumFactory.fromCode(String codeString) |
ProcessResponse.ProcessingOutcome |
ProcessResponse.getOutcome() |
static ProcessResponse.ProcessingOutcome |
ProcessResponse.ProcessingOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessResponse.ProcessingOutcome[] |
ProcessResponse.ProcessingOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ProcessResponse.ProcessingOutcome> |
ProcessResponse.ProcessingOutcomeEnumFactory.fromType(Base code) |
Enumeration<ProcessResponse.ProcessingOutcome> |
ProcessResponse.getOutcomeElement() |
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse |
ProcessResponse.setOutcome(ProcessResponse.ProcessingOutcome value) |
String |
ProcessResponse.ProcessingOutcomeEnumFactory.toCode(ProcessResponse.ProcessingOutcome code) |
String |
ProcessResponse.ProcessingOutcomeEnumFactory.toSystem(ProcessResponse.ProcessingOutcome code) |
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse |
ProcessResponse.setOutcomeElement(Enumeration<ProcessResponse.ProcessingOutcome> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.