once-ler / hl7parser-json

Fork of hl7parser. High level wrapper in C++14. Parse HL7 to JSON or XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hl7parser-json

Fork of the fantastic hl7parser by @jcomellas

Added:

  • High level wrapper classes for C++14.
  • Parse HL7 messages to JSON or XML.

Installation in Ubuntu:

$ sudo apt-get install qt4-qmake libqt4-dev
$ cd ~ && git clone https://github.com/eztier/hl7parser-json.git
$ cd hl7parser-json
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

Installation in RedHat:

$ sudo yum install qt-devel
# Then same as above for Ubuntu
# May need to create a symlink
# sudo ln -s /usr/bin/qmake-qt4 /usr/bin/qmake

About

Fork of hl7parser. High level wrapper in C++14. Parse HL7 to JSON or XML

License:Apache License 2.0


Languages

Language:C 78.3%Language:C++ 11.0%Language:Makefile 6.8%Language:Python 2.5%Language:QMake 1.2%Language:CMake 0.1%