ca.infoway.messagebuilder.marshalling.hl7
Enum Hl7ErrorCode
java.lang.Object
java.lang.Enum<Hl7ErrorCode>
ca.infoway.messagebuilder.marshalling.hl7.Hl7ErrorCode
- All Implemented Interfaces:
- Serializable, Comparable<Hl7ErrorCode>
public enum Hl7ErrorCode
- extends Enum<Hl7ErrorCode>
- Author:
- Intelliware Development
Method Summary |
static Hl7ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Hl7ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
UNSUPPORTED_INTERACTION
public static final Hl7ErrorCode UNSUPPORTED_INTERACTION
UNSUPPORTED_PROCESSING_ID
public static final Hl7ErrorCode UNSUPPORTED_PROCESSING_ID
UNSUPPORTED_VERSION_ID
public static final Hl7ErrorCode UNSUPPORTED_VERSION_ID
UNSUPPORTED_PROCESSING_MODE
public static final Hl7ErrorCode UNSUPPORTED_PROCESSING_MODE
UNKNOWN_SENDER
public static final Hl7ErrorCode UNKNOWN_SENDER
UNRECOGNIZED_ATTENTION_LINE
public static final Hl7ErrorCode UNRECOGNIZED_ATTENTION_LINE
SYNTAX_ERROR
public static final Hl7ErrorCode SYNTAX_ERROR
MANDATORY_FIELD_NOT_PROVIDED
public static final Hl7ErrorCode MANDATORY_FIELD_NOT_PROVIDED
REQUIRED_ATTRIBUTE_MISSING
public static final Hl7ErrorCode REQUIRED_ATTRIBUTE_MISSING
DATA_TYPE_ERROR
public static final Hl7ErrorCode DATA_TYPE_ERROR
VALUE_NOT_IN_CODE_SYSTEM
public static final Hl7ErrorCode VALUE_NOT_IN_CODE_SYSTEM
INVALID_CODE_SYSTEM_IN_CNE
public static final Hl7ErrorCode INVALID_CODE_SYSTEM_IN_CNE
NUMBER_OF_ASSOCIATIONS_EXCEEDS_LIMIT
public static final Hl7ErrorCode NUMBER_OF_ASSOCIATIONS_EXCEEDS_LIMIT
NUMBER_OF_ATTRIBUTES_EXCEEDS_LIMIT
public static final Hl7ErrorCode NUMBER_OF_ATTRIBUTES_EXCEEDS_LIMIT
INTERNAL_ERROR
public static final Hl7ErrorCode INTERNAL_ERROR
NO_STORAGE_SPACE_FOR_MESSAGE
public static final Hl7ErrorCode NO_STORAGE_SPACE_FOR_MESSAGE
MESSAGE_ROUTING_ERROR_DESTINATION_UNREACHABLE
public static final Hl7ErrorCode MESSAGE_ROUTING_ERROR_DESTINATION_UNREACHABLE
MESSAGE_ROUTING_ERROR_DESTINATION_UNKNOWN
public static final Hl7ErrorCode MESSAGE_ROUTING_ERROR_DESTINATION_UNKNOWN
MESSAGE_ROUTING_WARNING_DESTINATION_UNREACHABLE
public static final Hl7ErrorCode MESSAGE_ROUTING_WARNING_DESTINATION_UNREACHABLE
TL7_SYSTEM_ERROR
public static final Hl7ErrorCode TL7_SYSTEM_ERROR
NOT_AUTHORIZED
public static final Hl7ErrorCode NOT_AUTHORIZED
IGNORED_CONFORMANCE_NOT_ALLOWED_IS_SET
public static final Hl7ErrorCode IGNORED_CONFORMANCE_NOT_ALLOWED_IS_SET
NOT_ALLOWED_CONFORMANCE_IS_SET
public static final Hl7ErrorCode NOT_ALLOWED_CONFORMANCE_IS_SET
values
public static Hl7ErrorCode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Hl7ErrorCode c : Hl7ErrorCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Hl7ErrorCode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2013. All Rights Reserved.