Class Axis2HL7Constants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.hl7.util.Axis2HL7Constants
-
public class Axis2HL7Constants extends Object
Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. WSO2 Inc. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Axis2HL7Constants.MessageEncoding
static class
Axis2HL7Constants.MessageType
-
Field Summary
Fields Modifier and Type Field Description static String
HL7_APPLICATION_ACK
static String
HL7_BUILD_RAW_MESSAGE
static String
HL7_CONFORMANCE_PROFILE_PATH
static String
HL7_DEFAULT_ACK_CODE_AR
static String
HL7_DEFAULT_ENCODING_CHARS
static String
HL7_DEFAULT_FIELD_SEPARATOR
static String
HL7_DEFAULT_MESSAGE_CONTROL_ID
static String
HL7_DEFAULT_PROCESSING_ID
static String
HL7_DEFAULT_RECEIVING_APPLICATION
static String
HL7_DEFAULT_RECEIVING_FACILITY
static String
HL7_ELEMENT_NAME
static String
HL7_MESSAGE_CHARSET
static String
HL7_MESSAGE_ELEMENT_NAME
static String
HL7_MESSAGE_OBJECT
static String
HL7_NACK_MESSAGE
static String
HL7_NAMESPACE
static String
HL7_PASS_THROUGH_INVALID_MESSAGES
static String
HL7_RESULT_MODE
static String
HL7_RESULT_MODE_NACK
static String
HL7_VALIDATE_MESSAGE
static String
HL7_VALIDATION_PASSED
-
Constructor Summary
Constructors Constructor Description Axis2HL7Constants()
-
-
-
Field Detail
-
HL7_DEFAULT_FIELD_SEPARATOR
public static final String HL7_DEFAULT_FIELD_SEPARATOR
- See Also:
- Constant Field Values
-
HL7_DEFAULT_ENCODING_CHARS
public static final String HL7_DEFAULT_ENCODING_CHARS
- See Also:
- Constant Field Values
-
HL7_DEFAULT_ACK_CODE_AR
public static final String HL7_DEFAULT_ACK_CODE_AR
- See Also:
- Constant Field Values
-
HL7_DEFAULT_RECEIVING_APPLICATION
public static final String HL7_DEFAULT_RECEIVING_APPLICATION
- See Also:
- Constant Field Values
-
HL7_DEFAULT_RECEIVING_FACILITY
public static final String HL7_DEFAULT_RECEIVING_FACILITY
- See Also:
- Constant Field Values
-
HL7_DEFAULT_PROCESSING_ID
public static final String HL7_DEFAULT_PROCESSING_ID
- See Also:
- Constant Field Values
-
HL7_DEFAULT_MESSAGE_CONTROL_ID
public static final String HL7_DEFAULT_MESSAGE_CONTROL_ID
- See Also:
- Constant Field Values
-
HL7_MESSAGE_OBJECT
public static final String HL7_MESSAGE_OBJECT
- See Also:
- Constant Field Values
-
HL7_VALIDATE_MESSAGE
public static final String HL7_VALIDATE_MESSAGE
- See Also:
- Constant Field Values
-
HL7_VALIDATION_PASSED
public static final String HL7_VALIDATION_PASSED
- See Also:
- Constant Field Values
-
HL7_PASS_THROUGH_INVALID_MESSAGES
public static final String HL7_PASS_THROUGH_INVALID_MESSAGES
- See Also:
- Constant Field Values
-
HL7_BUILD_RAW_MESSAGE
public static final String HL7_BUILD_RAW_MESSAGE
- See Also:
- Constant Field Values
-
HL7_RESULT_MODE
public static final String HL7_RESULT_MODE
- See Also:
- Constant Field Values
-
HL7_RESULT_MODE_NACK
public static final String HL7_RESULT_MODE_NACK
- See Also:
- Constant Field Values
-
HL7_NACK_MESSAGE
public static final String HL7_NACK_MESSAGE
- See Also:
- Constant Field Values
-
HL7_APPLICATION_ACK
public static final String HL7_APPLICATION_ACK
- See Also:
- Constant Field Values
-
HL7_CONFORMANCE_PROFILE_PATH
public static final String HL7_CONFORMANCE_PROFILE_PATH
- See Also:
- Constant Field Values
-
HL7_NAMESPACE
public static final String HL7_NAMESPACE
- See Also:
- Constant Field Values
-
HL7_ELEMENT_NAME
public static final String HL7_ELEMENT_NAME
- See Also:
- Constant Field Values
-
HL7_MESSAGE_ELEMENT_NAME
public static final String HL7_MESSAGE_ELEMENT_NAME
- See Also:
- Constant Field Values
-
HL7_MESSAGE_CHARSET
public static final String HL7_MESSAGE_CHARSET
- See Also:
- Constant Field Values
-
-