These release notes cover release information for version 1.0.0 of the IBM WebSphere Business Integration Adapter for Healthcare Data Protocols. They contain the following sections:
Note: Important information about this product may be available in Technical Support Flashes issued after these release notes were published. These can be found on the WebSphere Business Integration support Web site, http://www.ibm.com/websphere/integration/wbiserver/support. Select the component area of interest and search the flashes section.
The Adapter for Healthcare Data Protocols allows the integration broker in a WebSphere business integration system to exchange business objects with business processes using HL7 messages, NCPDP messages, or both.
The adapter provides the following functionality:
The adapter supports MQ Series queue connectivity to HL7 version 2.4 and NCPDP version 5 release 1. This adapter is double byte character set (DBCS) enabled for HL7. It is available on Windows NT, Windows 2000, Solaris, and AIX platforms.
Refer to the Adapter for Healthcare Data Protocols User Guide for detailed information about the adapter.
Hardware and software requirements are included in the product documentation. See Installation and configuration information for links to those guides.
Whether you are installing the software from the CD or downloading it from Passport Advantage and installing it from a local directory, refer to the appropriate guide:
These guides also include general configuration information.
For hardware and software requirements and configuration information specific to this adapter, refer to the Adapter for Healthcare Data Protocols User Guide.
Make sure that you run adapters with WebSphere Business Integration Adapters (WBIA) run-time version 1.5.0 or later.
To check the version of WBIA run time, locate the manifest file (ProductDir\lib\WBIA.jar) and open it in a suitable Java JAR editor. Look for the following lines:
Implementation-Title: "CWConnectorAPI"
Implementation-Version: 1.5.0
Implementation version indicates the current version of WBIA API.
If the version is not 1.5.0 or later, you must download the latest WBIA run time.
To download the latest version of the WBIA run time:
After you download and install the the run time, you should see the following files:
lib\WBIA.jar
lib\WBIA\3.0.0\WBIA.jar
lib\WBIA\4.0.0\WBIA.jar
lib\WBIA\4.1.1\WBIA.jar
bin\CWConnEnv.bat (Windows)
bin/CWConnEnv.sh (UNIX)
bin\CWODAEnv.bat (Windows)
bin/CWODAEnv.sh (UNIX)
connectors\messages\CwConnectorAgentMessages.txt
To enable an adapter to work with various versions of ADK or InterChange Server, follow the appropriate procedure below:
Windows: In CWConnEnv.bat, set the CWVERSION variable to 4.1.X.
set CWVERSION="4.1.X"
UNIX: In CWConnEnv.sh, set the CWVERSION variable to 4.1.X.
set CWVERSION="4.1.X"
Windows: In bin\CWODAEnv.bat, set the CWVERSION variable to 4.1.X.
set CWVERSION="4.1.X"
UNIX: In bin/CWODAEnv.sh, set the CWVERSION variable to 4.1.X.
set CWVERSION="4.1.X"
Data encoded using hex encoding and local encoding is treated as a CLOB. You are responsible for processing this data.
Data encoded in other encoding schemes, such as the Base64, is treated as a CLOB. You are responsible for processing this data.
However, the meta-data object model of business objects and Business Object Designer allow you to build examples and templates. This is particularly useful in the area of queries, where the standard specification includes a number of templates and examples used for illustrating HL7 queries.
Reflecting the NCPDP protocol itself, this adapter supports data encoded only in ascii7.
Problem: You might encounter problems with the business object definitions file BIA_ISBOForHL7.txt.
Workaround: Modify the file \connectors\Healthcare\samples\BIA_ISBOForHL7.txt as follows:
Note: Attribute definitions are contained between [Attribute]and [End].
This change prevents the CharacterSet and PrimarykeyValueType attributes from repeating. Because alternate encoding is not supported in this release, the change to the CharacterSet attribute does not affect the connector's functionality.
Note: This is the modified file you saved in step 5.
[BusinessObjectDefinition]
Name = CW_Array_Float
Version = 1.0.0
[Attribute][End]
Name = UnitData
Type = Float
MaxLength = 255
IsKey = true
IsForeignKey = false
IsRequired = false
IsRequiredServerBound = false
Cardinality = 1
AppSpecificInfo = DataTypeID=NM
[End]
[Attribute]
Name = ObjectEventId
Type = String
MaxLength = 1
IsKey = false
IsForeignKey = false
IsRequired = false
IsRequiredServerBound = false
[End]
[Verb]
Name = Create
[End]
[Verb]
Name = Delete
[End]
[Verb]
Name = Retrieve
[End]
[Verb]
Name = Update
[End]
[BusinessObjectDefinition]
Name = CW_Array_String
Version = 1.0.0
[Attribute][End]
Name = UnitData
Type = String
MaxLength = 255
IsKey = true
IsForeignKey = false
IsRequired = false
IsRequiredServerBound = false
Cardinality = 1
AppSpecificInfo = DataTypeID=ST
[End]
[Attribute]
Name = ObjectEventId
Type = String
MaxLength = 1
IsKey = false
IsForeignKey = false
IsRequired = false
IsRequiredServerBound = false
[End]
[Verb]
Name = Create
[End]
[Verb]
Name = Delete
[End]
[Verb]
Name = Retrieve
[End]
[Verb]
Name = Update
[End]
Product documentation is not included as part of the product package, either by CD or electronic product distribution. The documentation for this product can be found in the following InfoCenters:
http://www.ibm.com/websphere/integration/wicserver/infocenter
http://www.ibm.com/websphere/integration/wbiadapters/infocenter
To obtain the product documentation, visit the Web site and download the current documentation set for the release that you are using. Follow the instructions provided on the InfoCenter page to complete the installation.