Skip to content

Added HL7 factory class to parse or build a message using fluent methods

Compare
Choose a tag to compare
@senaranya senaranya released this 02 Apr 02:27
· 8 commits to master since this release
b0713e6
  • HL7 factory class provides a more fluent, object-oriented interface for parsing or composing a message, allowing you to chain multiple methods together using a more readable syntax compared to calling new Message()
  • Updated readme