Open JoshHull opened 5 years ago
When a bad message is sent in, the parser throws an exception. We should have it fail gracefully. I'm not sure what the best outcome would be. We should figure out a better way to handle that scenario.
To Test: go to the "Validation" section, and put in some text that's not an HL7 message
"test" and "test message on Wednesday" returns an ACK:
When a bad message is sent in, the parser throws an exception. We should have it fail gracefully. I'm not sure what the best outcome would be. We should figure out a better way to handle that scenario.