rimiti / hl7-object-parser

:wrench: Convert hl7 messages to javascript object.
29 stars 6 forks source link

simple-hl7 configuration #10

Open stevs986 opened 4 years ago

stevs986 commented 4 years ago

Hey @rimiti I can see that you use simple-hl7 lib inside your lib. Is there any way to provide configuration for simple-hl7 parser (such as segmentSeparator) through your library?

I have found: node_modules/@rimiti/hl7-object-parser/dist/class/hl7-2.4/index.js:14 const hl7Parser = new _simpleHl.default.Parser();

It's seems it's not possible but i would like to double check, maybe i'm doing something wrong.