public enum V3AcknowledgementType extends Enum<V3AcknowledgementType>
| Enum Constant and Description |
|---|
AA
Receiving application successfully processed message.
|
AE
Receiving application found error in processing message.
|
AR
Receiving application failed to process message for reason unrelated to content or format.
|
CA
Receiving message handling service accepts responsibility for passing message onto receiving application.
|
CE
Receiving message handling service cannot accept message for any other reason (e.g.
|
CR
Receiving message handling service rejects message if interaction identifier, version or processing mode is incompatible with known receiving application role information.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static V3AcknowledgementType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3AcknowledgementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3AcknowledgementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3AcknowledgementType AA
public static final V3AcknowledgementType AE
public static final V3AcknowledgementType AR
public static final V3AcknowledgementType CA
public static final V3AcknowledgementType CE
public static final V3AcknowledgementType CR
public static final V3AcknowledgementType NULL
public static V3AcknowledgementType[] values()
for (V3AcknowledgementType c : V3AcknowledgementType.values()) System.out.println(c);
public static V3AcknowledgementType 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 V3AcknowledgementType 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.