ca.uhn.hl7v2.app
Class AcceptApplication

java.lang.Object
  extended by ca.uhn.hl7v2.app.DefaultApplication
      extended by ca.uhn.hl7v2.app.AcceptApplication
All Implemented Interfaces:
Application

public class AcceptApplication
extends DefaultApplication

An application that returns AA acknowledgements.

Author:
Bryan Tripp

Constructor Summary
AcceptApplication()
          Creates a new instance of AcceptApplication
 
Method Summary
 void fillDetails(Message ack)
          Supplies details of application accept (AA) acknowledgement.
 
Methods inherited from class ca.uhn.hl7v2.app.DefaultApplication
canProcess, fillResponseHeader, makeACK, processMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptApplication

public AcceptApplication()
Creates a new instance of AcceptApplication

Method Detail

fillDetails

public void fillDetails(Message ack)
                 throws ApplicationException
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).

Overrides:
fillDetails in class DefaultApplication
Throws:
ApplicationException


Copyright © 2001-2011 University Health Network. All Rights Reserved.