MatthewVita / node-hl7-complete

Node module that is bridged with the Java Hapi HL7 library.
54 stars 13 forks source link

Validation Toggle #7

Closed MatthewVita closed 7 years ago

MatthewVita commented 7 years ago

node_hl7_complete.hl7.Parser.hl7ToXml should take in a mandatory boolean parameter that tells the HapiContext to use validation or not. This will need to be passed in via JavaScript (the JavaScript boolean will be optional... defaults to true).

adamgoose commented 7 years ago

Thank you, @MatthewVita!!! :D

MatthewVita commented 7 years ago

My pleasure. Please let me know if it tests well for your team!

MatthewVita commented 7 years ago

Hey @adamgoose, I just wanted to follow up on this. Is it testing well for your team?

Thanks, Matthew