Class AcceptApplication

java.lang.Object
ca.uhn.hl7v2.app.DefaultApplication
ca.uhn.hl7v2.app.AcceptApplication
All Implemented Interfaces:
ReceivingApplication<Message>

An application that returns AA acknowledgements.
Author:
Bryan Tripp
  • Constructor Details

    • AcceptApplication

      Creates a new instance of AcceptApplication
  • Method Details

    • fillDetails

      public void fillDetails(Message ack)
      Supplies details of application accept (AA) acknowledgement. Actually this method does nothing, because DefaultApplication.makeACK() supplies the desired values (this is just here to override inclusion of the default error message).