Package org.apache.camel.component.hl7
Class HL7Constants
- java.lang.Object
-
- org.apache.camel.component.hl7.HL7Constants
-
public final class HL7Constants extends Object
HL7 Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
HL7_CHARSET
static String
HL7_CONTEXT
static String
HL7_MESSAGE_CONTROL
static String
HL7_MESSAGE_TYPE
static String
HL7_PROCESSING_ID
static String
HL7_RECEIVING_APPLICATION
static String
HL7_RECEIVING_FACILITY
static String
HL7_SECURITY
static String
HL7_SENDING_APPLICATION
static String
HL7_SENDING_FACILITY
static String
HL7_TIMESTAMP
static String
HL7_TRIGGER_EVENT
static String
HL7_VERSION_ID
-
-
-
Field Detail
-
HL7_SENDING_APPLICATION
public static final String HL7_SENDING_APPLICATION
- See Also:
- Constant Field Values
-
HL7_SENDING_FACILITY
public static final String HL7_SENDING_FACILITY
- See Also:
- Constant Field Values
-
HL7_RECEIVING_APPLICATION
public static final String HL7_RECEIVING_APPLICATION
- See Also:
- Constant Field Values
-
HL7_RECEIVING_FACILITY
public static final String HL7_RECEIVING_FACILITY
- See Also:
- Constant Field Values
-
HL7_TIMESTAMP
public static final String HL7_TIMESTAMP
- See Also:
- Constant Field Values
-
HL7_SECURITY
public static final String HL7_SECURITY
- See Also:
- Constant Field Values
-
HL7_MESSAGE_TYPE
public static final String HL7_MESSAGE_TYPE
- See Also:
- Constant Field Values
-
HL7_TRIGGER_EVENT
public static final String HL7_TRIGGER_EVENT
- See Also:
- Constant Field Values
-
HL7_MESSAGE_CONTROL
public static final String HL7_MESSAGE_CONTROL
- See Also:
- Constant Field Values
-
HL7_PROCESSING_ID
public static final String HL7_PROCESSING_ID
- See Also:
- Constant Field Values
-
HL7_VERSION_ID
public static final String HL7_VERSION_ID
- See Also:
- Constant Field Values
-
HL7_CONTEXT
public static final String HL7_CONTEXT
- See Also:
- Constant Field Values
-
HL7_CHARSET
public static final String HL7_CHARSET
- See Also:
- Constant Field Values
-
-