ErrorCodepublic enum HL70357 extends Enum<HL70357>
| Enum Constant and Description |
|---|
APPLICATION_INTERNAL_ERROR
Deprecated.
|
APPLICATION_RECORD_LOCKED
Deprecated.
|
DATA_TYPE_ERROR
Deprecated.
|
DUPLICATE_KEY_IDENTIFIER
Deprecated.
|
MESSAGE_ACCEPTED
Deprecated.
|
REQUIRED_FIELD_MISSING
Deprecated.
|
SEGMENT_SEQUENCE_ERROR
Deprecated.
|
TABLE_VALUE_NOT_FOUND
Deprecated.
|
UNKNOWN_KEY_IDENTIFIER
Deprecated.
|
UNSUPPORTED_EVENT_CODE
Deprecated.
|
UNSUPPORTED_MESSAGE_TYPE
Deprecated.
|
UNSUPPORTED_PROCESSING_ID
Deprecated.
|
UNSUPPORTED_VERSION_ID
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
messageFor(int errCode)
Deprecated.
|
static HL70357 |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HL70357[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HL70357 MESSAGE_ACCEPTED
public static final HL70357 SEGMENT_SEQUENCE_ERROR
public static final HL70357 REQUIRED_FIELD_MISSING
public static final HL70357 DATA_TYPE_ERROR
public static final HL70357 TABLE_VALUE_NOT_FOUND
public static final HL70357 UNSUPPORTED_MESSAGE_TYPE
public static final HL70357 UNSUPPORTED_EVENT_CODE
public static final HL70357 UNSUPPORTED_PROCESSING_ID
public static final HL70357 UNSUPPORTED_VERSION_ID
public static final HL70357 UNKNOWN_KEY_IDENTIFIER
public static final HL70357 DUPLICATE_KEY_IDENTIFIER
public static final HL70357 APPLICATION_RECORD_LOCKED
public static final HL70357 APPLICATION_INTERNAL_ERROR
public static HL70357[] values()
for (HL70357 c : HL70357.values()) System.out.println(c);
public static HL70357 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 String messageFor(int errCode)
Copyright © 2016 Open eHealth Foundation. All rights reserved.