Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: VAQPST05

VAQPST05.m

Go to the documentation of this file.
  1. VAQPST05 ;ALB/JFP - PDX, POST INIT ROUTINE ;01JUN93
  1. ;;1.5;PATIENT DATA EXCHANGE;;NOV 17, 1993
  1. TERMTYP ; -- Displays a table to show what terminal attributes must be defined
  1. W !!,"In order to effectively use PDX, the following terminal type attributes"
  1. W !,"must be defined for each terminal type used. Please verify these attributes"
  1. W !,"against the TERMINAL TYPE file at your facility."
  1. W !!,?5,"Attribute",?35,"Value for a VT series terminal"
  1. W !,?5,"---------",?35,"------------------------------"
  1. F I=1:1 S VAQND=$T(ATT+I) Q:($P(VAQND,";;",2)="") D
  1. .W !,?5,$P(VAQND,U,2),?35,$P(VAQND,U,3)
  1. W !!
  1. K VAQND,I
  1. ATT ;
  1. ;; ^Form Feed^#,$C(27,91,50,74,27,91,72)
  1. ;; ^XY CRT^W $C(27,91)_(DY+1)_$C(59)_(DX+1)_$C(72)
  1. ;; ^Erase to End of Page^$C(27,91,74)
  1. ;; ^Insert Line^$C(27)_"[1L"
  1. ;; ^Underline On^$C(27,91,52,109)
  1. ;; ^Underline Off^$C(27,91,109)
  1. ;; ^High Intensity^$C(27,91,49,109)
  1. ;; ^Normal Intensity^$C(27,91,109)
  1. ;; ^Save Cursor Position^$C(27,55)
  1. ;; ^Restore Cursor Position^$C(27,56)
  1. ;; ^Set Top/Bottom Margin^$C(27,91)_(+IOTM)_$C(59)_(+IOBM)_$C(114)
  1. ;;
  1. END ; -- End of code
  1. QUIT