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: ONCX10A

Package: Oncology

Routine: ONCX10A


Information

ONCX10A ;HCIOFO/SG - HTTP 1.0 CLIENT (TOOLS) ; 8/11/04 8:26am

Source Information

Source file <ONCX10A.m>

Entry Points

Name Comments DBIA/ICR reference
APPEND(BUF,NEWLINE) ;
DATASIZE(ONC8DATA,NLS) ;
HEADER(ONC8H,ONC8HDR) ;
NORMSTAT(STATUS) ;
RECEIVE(TIMEOUT,ONC8DATA,ONC8HDR) ;
; ONC8BUF Work buffer where the current line is being built
; ONC8DST Closed root of the current destination buffer used
; by the APPEND^ONCX10A
; ONC8H Temporary buffer for the raw HTTP header
; ONC8IS Subscript of the current continuation sub-node in
; the destination buffer (if 0 then the current main
; node is used)
; ONC8MBL Maximum buffer length
; ONC8PTR Subscript of the current node in the dest. buffer
; ONC8SL Number of available bytes in the current (sub)node
RCVERR
REQUEST(URI,ONC8DATA,ONC8HDR) ;

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: BUF#ONC8MBL
  • Timeout: TIMEOUT
  • Line Location: RECEIVE+21
Function Call: READ
  • Variable: BUF#RDLEN
  • Timeout: TIMEOUT
  • Line Location: RECEIVE+46
Function Call: WRITE
  • Prompt: "POST "_URI_" HTTP/1.0",CRLF,!
  • Line Location: REQUEST+16
Function Call: WRITE
  • Prompt: I_": "_ONC8HDR(I),CRLF,!
  • Line Location: REQUEST+19
Function Call: WRITE
  • Prompt: CRLF,$G(@ONC8DATA@(I)),!
  • Line Location: REQUEST+23
Function Call: WRITE
  • Prompt: $G(@ONC8DATA@(I,J)),!
  • Line Location: REQUEST+25
Function Call: WRITE
  • Prompt: "GET "_URI_" HTTP/1.0",CRLF,!
  • Line Location: REQUEST+27
Function Call: WRITE
  • Prompt: I_": "_ONC8HDR(I),CRLF,!
  • Line Location: REQUEST+29
Function Call: WRITE
  • Prompt: CRLF,!
  • Line Location: REQUEST+30
Info |  Source |  Entry Points |  Interaction Calls