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
else {
/**
* TODO Remove this and add a default segment parser
* This is mainly in place so we can see what default
* segments we are missing
*/
var e = new Error('Invalid segment type: '+s)
e.code = 'EINVSEGTYPE'
e.raw = data
if process.env.IGNORE_HL7_MISSING_SEGMENTS == true
console.error e
else
throw e
}
The text was updated successfully, but these errors were encountered:
Undefined segments cause the application to stop currently.
nodengine-hl7/lib/segment.js
Line 105 in 2bc254f
e.g.
The text was updated successfully, but these errors were encountered: