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.
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.