XTHC ;HCIOFO/SG - HTTP 1.0 CLIENT ; Oct 01, 2025 10:54
;;7.3;TOOLKIT;**123,162**;Apr 25, 1995;Build 4
;Per VA Directive 6402, this routine should not be modified.
;
; API ENTRY POINTS ---- DESCRIPTIONS
;
; $$GETURL^XTHC10 Gets the data from the provided URL
;
; DEMO^XTHCDEM Demonstration entry point
;
; $$ENCODE^XTHCURL Encodes the string
; $$MAKEURL^XTHCURL Creates a URL from components
; $$PARSEURL^XTHCURL Parses the URL into components
; $$NORMPATH^XTHCURL Returns "normalized" path
;
; $$DECODE^XTHCUTL Decodes one string replacing
; < <, > >, & &, " ".
;
; INTERNAL TOOLS ------ DESCRIPTIONS
;
; $$RECEIVE^XTHC10A Reads the HTTP response
; $$REQUEST^XTHC10A Sends the HTTP request
;
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HXTHC 824 printed Sep 17, 2026@21:27:04 Page 2
XTHC ;HCIOFO/SG - HTTP 1.0 CLIENT ; Oct 01, 2025 10:54
+1 ;;7.3;TOOLKIT;**123,162**;Apr 25, 1995;Build 4
+2 ;Per VA Directive 6402, this routine should not be modified.
+3 ;
+4 ; API ENTRY POINTS ---- DESCRIPTIONS
+5 ;
+6 ; $$GETURL^XTHC10 Gets the data from the provided URL
+7 ;
+8 ; DEMO^XTHCDEM Demonstration entry point
+9 ;
+10 ; $$ENCODE^XTHCURL Encodes the string
+11 ; $$MAKEURL^XTHCURL Creates a URL from components
+12 ; $$PARSEURL^XTHCURL Parses the URL into components
+13 ; $$NORMPATH^XTHCURL Returns "normalized" path
+14 ;
+15 ; $$DECODE^XTHCUTL Decodes one string replacing
+16 ; < <, > >, & &, " ".
+17 ;
+18 ; INTERNAL TOOLS ------ DESCRIPTIONS
+19 ;
+20 ; $$RECEIVE^XTHC10A Reads the HTTP response
+21 ; $$REQUEST^XTHC10A Sends the HTTP request
+22 ;
+23 QUIT