|
|
 |
 |
|
 |
| Fully customizable Parser, customized via rules presented in XML format or text file format. Parser outputs classes’ collection for messages, segments and fields filled with data from HL7 messages. |
 |
Designed to simplify the integration process, the library itself constitutes a core HL7 message processor with the following components:
- Class for linking to source TCP IP Socket, File, FTP, Email etc.
- Adapter class which allows adding and processing of all message logic not adhering to the HL7 standard
- Message log class stores all relevant information on received messages to the DB (receiving date/time, processing date/time, link to the ACK message and all related messages along with the original HL7 message). Messages are easy to trace and control and include a complete history of the steps taken while being processed.
- Messages processing class, allows for customized logic to be added.
- Data Access layer classes implemented for MS SQL 2000, Oracle and other DB servers.
- Class for substitution of the default parser, allowing for the use of 3rd party parser.
- Class for custom handling of external HL7 sources and non-standard dictionaries, dictionaries can be imported to the DB for handling of non-standard messages.
|
|