You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 })
The text was updated successfully, but these errors were encountered:
TypeError: Cannot read property '3' of undefined
var parsed = hl7.parseString(
txtDataReceivefromInstrument
)
console.log({parsed});
The text was updated successfully, but these errors were encountered: