I am creating an HL7 interface. When the messages that are recieved are correct, i reply to HIS with a ACK message like this:
msg.generateACK();
How do i send a NACK message, indicating that the message was recieved but it's content was not correct? I am using ca.uhn.hl7v2.model.Message.