org.openmrs.hl7.handler
Class ADTA28Handler

java.lang.Object
  extended by org.openmrs.hl7.handler.ADTA28Handler
All Implemented Interfaces:
ca.uhn.hl7v2.app.Application

public class ADTA28Handler
extends java.lang.Object
implements ca.uhn.hl7v2.app.Application


Constructor Summary
ADTA28Handler()
           
 
Method Summary
 boolean canProcess(ca.uhn.hl7v2.model.Message message)
          Always returns true, assuming that the router calling this handler will only call this handler with ADT_A28 messages.
 ca.uhn.hl7v2.model.Message processMessage(ca.uhn.hl7v2.model.Message message)
          Processes an ADT A28 event message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADTA28Handler

public ADTA28Handler()
Method Detail

canProcess

public boolean canProcess(ca.uhn.hl7v2.model.Message message)
Always returns true, assuming that the router calling this handler will only call this handler with ADT_A28 messages.

Specified by:
canProcess in interface ca.uhn.hl7v2.app.Application
Returns:
true

processMessage

public ca.uhn.hl7v2.model.Message processMessage(ca.uhn.hl7v2.model.Message message)
                                          throws ca.uhn.hl7v2.app.ApplicationException
Processes an ADT A28 event message

Specified by:
processMessage in interface ca.uhn.hl7v2.app.Application
Throws:
ca.uhn.hl7v2.app.ApplicationException

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change