Skip to content
/ parserlib Public

HL7 utility that parsers hl7 messages from a directory and stores some data on mssql server

License

Notifications You must be signed in to change notification settings

ffis/parserlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Parserlib

HL7 utility that parsers hl7 messages from a directory and stores some data on mssql server

It is intended to be used with compass project as it's meaningless and useless without it.

Prerequisites

  • NodeJS v9 or later, it might work on previously releases but they are not supported anymore.
  • Microsoft SQL database with the schema created by compass project.
  • Git, recommended to keep the code updated in an easier way.
  • Filesystem requirements are as big as the files you are going to need to handle.
  • Docker environment is also recommended but it's not a truly requirement.

Instalation process

git clone https://github.com/ffis/parserlib

You need to configure the config.json file, set the database connection string and the directories where the files are going to be handle.

npm install
npm test

If all the tests run OK then you only need to run:

forever index.js

About

HL7 utility that parsers hl7 messages from a directory and stores some data on mssql server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published