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
I am trying to parse CCDA documents in my Ionic application.
After adding this library in my Ionic Application, I am able to parse C32 type of CCD documents, but it fails for other types of documents such as 'ccda'.
On console, I get following error -
TypeError: match.type is not a function
at ParserNF.isNullFlavor (vendor.js:166540)
at vendor.js:99392
at Array.map (<anonymous>)
at ParserNF.Parser.run (vendor.js:99391)
at Object.<anonymous> (vendor.js:165884)
at Array.forEach (<anonymous>)
at Object.componentInstance.run (vendor.js:165883)
at vendor.js:99398
at Array.map (<anonymous>)
at Parser.run (vendor.js:99391)`
I am struggling with this issue since last couple of weeks and not able to solve it yet.
Any help would be appreciated.
Thanks.
Bhushan
The text was updated successfully, but these errors were encountered:
bhushanbaviskar
changed the title
Not consistent across other frameworks - (ERROR TypeError: match.type is not a function)
Issue after importing this in my Ionic application - (ERROR TypeError: match.type is not a function)
May 13, 2018
I am trying to parse CCDA documents in my Ionic application.
After adding this library in my Ionic Application, I am able to parse C32 type of CCD documents, but it fails for other types of documents such as 'ccda'.
On console, I get following error -
TypeError: match.type is not a function
I am struggling with this issue since last couple of weeks and not able to solve it yet.
Any help would be appreciated.
Thanks.
Bhushan
The text was updated successfully, but these errors were encountered: