Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: VBECVLC

Package: VBECS

Routine: VBECVLC


Information

VBECVLC ;HOIFO/BNT-VBECS VistALink Client ;07/27/2002

Source Information

Source file <VBECVLC.m>

Entry Points

Name Comments DBIA/ICR reference
EXECUTE(VBECPRMS) ; -- Main entry point
MAINQ ;
CLIERR(VBECCODE,VBECROOT) ; -- send client error message
SYSERR ; -- send system error message
BUILD(VBECY,VBECDAT) ; -- store built xml in passed store reference (VBECY)
; -- input format
; VBECDAT("MESSAGE TYPE") = type of message (ex. gov.va.med.foundations.rpc.fault)
; VBECDAT("ERRORS",<integer>,"CODE") = error code
; VBECDAT("ERRORS",<integer>,"ERROR TYPE") = type of error (system/application/security)
; VBECDAT("ERRORS",<integer>,"MESSAGE",<integer>) = error message
;
ADD(TXT) ; -- add line
CLIERRS ; -- VistALink client errors
SYSERRS ; -- application errors
Info |  Source |  Entry Points