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 |  Interaction Calls
Print Page as PDF
Routine: ONCWEB1

Package: Oncology

Routine: ONCWEB1


Information

ONCWEB1 ;ALBANY OIFO/RVD - VACCR WEB SERVICE ;Nov 4, 2022@14:22:22

Source Information

Source file <ONCWEB1.m>

Entry Points

Name Comments DBIA/ICR reference
T3 ;Edits call to HWSC
PPOST3(ONCHAND,XML,globalName) ;POST request
; @DESC Sends an HTTP request to SERVER as a POST or GET
; @ONCHAND Handle to XML document
; @XML XML request as string
; @globalName the name of global to use
; @RESPONSE A handle to response XML document
; 1 for success, 0 for failure
TCS ;Collaborative Stage call to HWSC
PPOSTCS(ONCHAND,XML,globalName) ;POST request
; @DESC Sends an HTTP request to SERVER as a POST or GET
; @ONCHAND Handle to XML document
; @XML XML request as string
; @globalName the name of global to use
; @RESPONSE A handle to response XML document
; 1 for success, 0 for failure
ERROR ;
; @DESC Handles error during request to DC SERVER via webservice.
; Depends on GLOBAL variable ONCERR to be set in previous call.
; @RETURNS Nothing. Value store in global.
GETTEXT(ERRARRAY) ;
; @DESC Gets the error text from the array
; @ERRARRAY Error array stores error in format defined by web service product.
; @RETURNS Error info as a single string

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !," Calling Web Service..."
  • Line Location: T3+10
Function Call: WRITE
  • Prompt: !," Call Web Service to calculate CS..."
  • Line Location: TCS+10
Info |  Source |  Entry Points |  Interaction Calls