I would like to have an account set up on pause for submitting the following project.
Name: Rusty W. Shanklin EMail: [EMAIL PROTECTED] Requested ID: RSHANKLIN Module Name: HL7 This is group of classes which work with HL7 transactions, a standards based transaction set which is commonly used in Healthcare to transmit patient information and clinical data between systems. This module contains the following functionality. * Parse and assemble a HL7 transaction & tools to work with data at a field level. * Accept a transaction from a remote system, and send an ACK back. ( sockets based) * Send a transaction to a remote system, and validate the ACK. (sockets based) * Set up a Transaction queue. Read and "push" onto the queue.