Efferent-Health / HL7-V2

Lightweight HL7 V2 parser and composer for modern C# / .NET applications
MIT License
40 stars 4 forks source link

Confusing API #4

Closed jdf-id-au closed 3 weeks ago

jdf-id-au commented 1 month ago

Thanks for this library.

This wiki paragraph and ideally inline documentation should make it clearer that ParseMessage 's parameter bypassValidation must be true if working with a new Message() (to which segments are manually added individually). The same concept applies to SerializeMessage's parameter validate needing to be false.

jaime-olivares commented 3 weeks ago

Several hints has been provided in both the wiki and inline code.