| 
            Last change
 on this file since 712 was             613, checked in by George Lilly, 16 years ago           | 
        
        
          | 
             
initial load of WorldVistAEHR 
 
           | 
        
        
          | 
            File size:
            606 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | XOBSCI ;; ld,mjk/alb - VistaLink Interface Implementation ; 07/27/2002  13:00
 | 
|---|
| 2 |  ;;1.5;VistALink Security;;Sep 09, 2005
 | 
|---|
| 3 |  ;;Foundations Toolbox Release v1.5 [Build: 1.5.0.026]
 | 
|---|
| 4 |  ;
 | 
|---|
| 5 |  ;Implements the VistaLink message framework for messages in the (XOBS) security module.
 | 
|---|
| 6 |  ;
 | 
|---|
| 7 | CALLBACK(CB) ; -- init callbacks implementation
 | 
|---|
| 8 |  SET CB("STARTELEMENT")="ELEST^XOBSCAV2"
 | 
|---|
| 9 |  SET CB("ENDELEMENT")="ELEND^XOBSCAV2"
 | 
|---|
| 10 |  SET CB("CHARACTERS")="CHR^XOBSCAV2"
 | 
|---|
| 11 |  QUIT
 | 
|---|
| 12 |  ;
 | 
|---|
| 13 | READER(XOBUF,XOBDATA) ; -- propriatary format reader implementation
 | 
|---|
| 14 |  QUIT
 | 
|---|
| 15 |  ;
 | 
|---|
| 16 | REQHDLR(XOBDATA) ; -- request handler implementation
 | 
|---|
| 17 |  DO EN^XOBSCAV(.XOBDATA)
 | 
|---|
| 18 |  QUIT
 | 
|---|
| 19 |  ;
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.