This package has been deprecated

Author message:

Deprecated

goygovrustam

1.0.0 • Public • Published

HL7Parser

HL7 (Health Level Seven) message parser.

Gets raw hl7 message string and returns structured json object of the hl7 message.

Steps:

1 - Install library.

npm install --save hl7parser

2 - Import library into your project.

import { Hl7Parser } from './hl7parser';

3 - Create instance of the class Hl7Parser.

var hl7Parser = new Hl7Parser();

Methods

raw hl7 -> script Hl7Message: hl7Parser.getHl7Model(rawHl7Message: string)

typescript Hl7Message -> raw hl7: hl7Parser.getHl7Message(hl7Message:Hl7Message); (to be implemented)

Package Sidebar

Install

npm i goygovrustam

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • goygovrustam