Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XOBSCI

XOBSCI.m

Go to the documentation of this file.
  1. XOBSCI ;; ld,mjk/alb - VistaLink Interface Implementation ; 07/27/2002 13:00
  1. ;;1.6;VistALink Security;;May 08, 2009;Build 15
  1. ;Per VHA directive 2004-038, this routine should not be modified.
  1. ;
  1. ;Implements the VistaLink message framework for messages in the (XOBS) security module.
  1. ;
  1. CALLBACK(CB) ; -- init callbacks implementation
  1. SET CB("STARTELEMENT")="ELEST^XOBSCAV2"
  1. SET CB("ENDELEMENT")="ELEND^XOBSCAV2"
  1. SET CB("CHARACTERS")="CHR^XOBSCAV2"
  1. QUIT
  1. ;
  1. READER(XOBUF,XOBDATA) ; -- proprietary format reader implementation
  1. QUIT
  1. ;
  1. REQHDLR(XOBDATA) ; -- request handler implementation
  1. DO EN^XOBSCAV(.XOBDATA)
  1. QUIT
  1. ;