public enum V3AcknowledgementDetailType extends Enum<V3AcknowledgementDetailType>
| Enum Constant and Description |
|---|
E
Definition:An issue which has prevented, or will prevent (unless a management is provided for the issue by the sender), the successful processing of an interaction.
|
ERR
null
|
I
Definition: The message relates to an issue which has no bearing on the successful processing of the request.
|
INFO
null
|
NULL
added to help the parsers
|
W
Definition: The message relates to an issue which cannot prevent the successful processing of a request, but which could result in the processing not having the ideal or intended effect.
|
WARN
null
|
| Modifier and Type | Method and Description |
|---|---|
static V3AcknowledgementDetailType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3AcknowledgementDetailType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3AcknowledgementDetailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3AcknowledgementDetailType E
public static final V3AcknowledgementDetailType I
public static final V3AcknowledgementDetailType W
public static final V3AcknowledgementDetailType ERR
public static final V3AcknowledgementDetailType INFO
public static final V3AcknowledgementDetailType WARN
public static final V3AcknowledgementDetailType NULL
public static V3AcknowledgementDetailType[] values()
for (V3AcknowledgementDetailType c : V3AcknowledgementDetailType.values()) System.out.println(c);
public static V3AcknowledgementDetailType 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 V3AcknowledgementDetailType 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.