ca.uhn.hl7v2.app
Class AcceptApplication
java.lang.Object
ca.uhn.hl7v2.app.DefaultApplication
ca.uhn.hl7v2.app.AcceptApplication
- All Implemented Interfaces:
- Application
public class AcceptApplication
- extends DefaultApplication
An application that returns AA acknowledgements.
- Author:
- Bryan Tripp
|
Method Summary |
void |
fillDetails(Message ack)
Supplies details of application accept (AA) acknowledgement. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptApplication
public AcceptApplication()
- Creates a new instance of AcceptApplication
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-2012 University Health Network. All Rights Reserved.