I was writing HL7 Acknowledgement mechanism on my own.
From the online documentation I followed, they state that a Hl7 acknowledgement message has following segments
MSH
MSA
ERR [ optional ]
And I am wondering - if there are multiple errors exists in HL7 file, can I put multiple ERR segments to describe each error? Is there any standard for this?