Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to fix? #10

Open
appasaheb4 opened this issue Mar 6, 2021 · 0 comments
Open

how to fix? #10

appasaheb4 opened this issue Mar 6, 2021 · 0 comments

Comments

@appasaheb4
Copy link

appasaheb4 commented Mar 6, 2021

TypeError: Cannot read property '3' of undefined

var parsed = hl7.parseString(
txtDataReceivefromInstrument
)
console.log({parsed});

                              var tr = hl7.translate(hl7.parseString(txtDataReceivefromInstrument));
                              const result =   assert.equal('185L29839X64489JLPF', parsed[3][3][0][0]);
                              console.log({ result })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant