没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > hl7libpp |
hl7libpp
|
0 | 0 | 36 |
贡献者 | 讨论 | 代码提交 |
A simple HL7 message parser, written in C++ for Linux. It relies on PCRE (http://www.pcre.org/) and pcre++ (http://freshmeat.net/projects/pcrepp). I've included the statically compiled libraries in ./lib/, however, so it should compile on any modern machine.
Assuming your build environment is correctly configured, to compile the example, type 'make'.
To run the example, type 'make test'.
Current featuresWraps fields and segments in STL containers. Ability to specify field and subfield separators on a per message basis. Future featuresFile handling (ala RAII) API. File system I/O optimizations for the Linux platform. (via libnetpp)
HTTP client API. FTP client API. Samba client API. SSL encryption.
Update 08/16/2009The tarball version is very, very out of date. Many bugs (including a fairly severe memory leak) have been fixed, and many features have been added in the subversion repository. There is also a pure C implementation located here.