ONCX ;HCIOFO/SG - HTTP AND WEB SERVICES ; 5/14/04 10:59am
 ;;2.2;ONCOLOGY;**1**;Jul 31, 2013;Build 8
 ;
 ; API ENTRY POINTS ---- DESCRIPTIONS
 ;
 ;   $$GETURL^ONCX10     Gets the data from the provided URL
 ;
 ;       DEMO^ONCXDEM    Demonstartion entry point
 ;
 ; TOOLS --------------- DESCRIPTIONS
 ;
 ;  $$RECEIVE^ONCX10A    Reads the HTTP response
 ;  $$REQUEST^ONCX10A    Sends the HTTP request
 ;
 ; UTILITIES ----------- DESCRIPTIONS
 ;
 ;    $$ERROR^ONCXERR    Generates an error message
 ;      $$MSG^ONCXERR    Returns the text and type of the message
 ;     $$TYPE^ONCXERR    Returns type of the message
 ;
 ;   $$CREATE^ONCXURL    Creates a URL from components
 ;   $$ENCODE^ONCXURL    Encodes the string
 ;    $$PARSE^ONCXURL    Parses the URL into components
 ;     $$PATH^ONCXURL    Default path processing (normalization)
 ;
 ; INITIALS ------------ DEVELOPER
 ;
 ; SG                    Sergey Gavrilov
 ;
 Q
 ;
 ;***** DEMO ENTRY POINT
DEMO ;
 G DEMO^ONCXDEM
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HONCX   1012     printed  Sep 23, 2025@20:05:23                                                                                                                                                                                                        Page 2
ONCX      ;HCIOFO/SG - HTTP AND WEB SERVICES ; 5/14/04 10:59am
 +1       ;;2.2;ONCOLOGY;**1**;Jul 31, 2013;Build 8
 +2       ;
 +3       ; API ENTRY POINTS ---- DESCRIPTIONS
 +4       ;
 +5       ;   $$GETURL^ONCX10     Gets the data from the provided URL
 +6       ;
 +7       ;       DEMO^ONCXDEM    Demonstartion entry point
 +8       ;
 +9       ; TOOLS --------------- DESCRIPTIONS
 +10      ;
 +11      ;  $$RECEIVE^ONCX10A    Reads the HTTP response
 +12      ;  $$REQUEST^ONCX10A    Sends the HTTP request
 +13      ;
 +14      ; UTILITIES ----------- DESCRIPTIONS
 +15      ;
 +16      ;    $$ERROR^ONCXERR    Generates an error message
 +17      ;      $$MSG^ONCXERR    Returns the text and type of the message
 +18      ;     $$TYPE^ONCXERR    Returns type of the message
 +19      ;
 +20      ;   $$CREATE^ONCXURL    Creates a URL from components
 +21      ;   $$ENCODE^ONCXURL    Encodes the string
 +22      ;    $$PARSE^ONCXURL    Parses the URL into components
 +23      ;     $$PATH^ONCXURL    Default path processing (normalization)
 +24      ;
 +25      ; INITIALS ------------ DEVELOPER
 +26      ;
 +27      ; SG                    Sergey Gavrilov
 +28      ;
 +29       QUIT 
 +30      ;
 +31      ;***** DEMO ENTRY POINT
DEMO      ;
 +1        GOTO DEMO^ONCXDEM