XUMFH ;CIOFO-SF/RAM - Master File HL7 Msg Handler ;11/16/05
Source file <XUMFH.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| MAIN | ; -- entry point
 | 
|
| INIT | ; -- initialize
 | 
|
| PROCESS | ; -- pull message text
 | 
|
| MSH | ; -- MSH segment
 | 
|
| MSA | ; -- MSA segment
 | 
|
| QRD | ; -- QRD segment
 | 
|
| MFI | ; -- MFI segment
 | 
|
| MFE | ; -- MFE segment
 | 
|
| ZL7 | ; -- Generic Master File
 | 
|
| ZIN | ; -- VHA Institution segment
 | 
|
| ZFT | ; -- VHA Facility Type segment
 | 
|
| LOC | ; -- Location Identification segment
 | 
|
| ZZZ | ; -- get [Z...] segment(s)
 | 
|
| SUBFILE | ; -- process subfile record
 | 
|
| VALUE() | ; -- parse segment
 | 
|
| VAL2() | ; -- parse component
 | 
|
| SUBCOMP | ; -- subcomponents
 | 
|
| ARRAY | ; -- query data stored in array (not filed)
 | 
|
| REPLY | ; -- master file response
 | 
|
| EXIT | ; -- cleanup, and quit
 | 
|
| EM(ERROR,ERR) | ; -- error message
 | 
|
| EM1 | ;
 |