HLOAPP ;ALB/CJM-HL7 -Application Registry ;02/23/2012
Source file <HLOAPP.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| GETIEN(NAME) | ;given the application name, it finds the ien.  Returns 0 on failure
 | 
|
| ACTION(HEADER,ACTION,QUEUE) | ;Given the parsed header of a message it returns both the action that should be performed in response to the message and the incoming queue that it should be placed on.
 | 
|
| RTRNLNK(APPNAME) | ;
 | 
|
| RTRNPORT(APPNAME) | ;
 | 
|
| ACTIVE(APP,MSGTYPE,EVENT,VERSION) | ;
 | 
|
| EXCEPT(APPNAME) | ;
 | 
|
| DEFAULT | ;default exception handler if the app doesn't specify one
 | 
|
| TIMEOUT(APPNAME) | ;
 | 
|
| RTNTN(APP,MSGTYPE,EVENT,VERSION) | ;
 |