DVBCVSC2 ;ALB ISC/THM-FIELD CHART FOR VISUAL EXAM ; 6/27/91  2:10 PM
 ;;2.7;AMIE;;Apr 10, 1995
 ;**This program is temporarily not used -- thm 6/27/91
 ;
 F I=1:1 S LY=$T(@LX+I) Q:LY["END"  W $P(LY,";;",2),!
 Q
 ;
TXT ;
 ;;Visual Fields in Degrees
 ;;
 ;;Meridian                  Right Eye                 Left Eye
 ;;________                  _________                 ________
 ;;
 ;;
 ;;Up                        _________                 _________
 ;
 ;;  Up+                     (_______)                 (_______)
 ;;
 ;;Up nasal                  _________                 _________
 ;;
 ;;  Up nasal+               (_______)                 (_______)
 ;;
 ;;Nasal                     _________                 _________
 ;;
 ;;  Nasal+                  (_______)                 (_______)
 ;;
 ;;Down nasal                _________                 _________
 ;;
 ;;  Down nasal+             (_______)                 (_______)
 ;;
 ;;Down                      _________                 _________
 ;;
 ;;  Down+                   (_______)                 (_______)
 ;;
 ;;Down temporal             _________                 _________
 ;;
 ;;  Down temporal+          (_______)                 (_______)
 ;;
 ;;Temporal                  _________                 _________
 ;;
 ;;  Temporal+               (_______)                 (_______)
 ;;
 ;;Up temporal               _________                 _________
 ;;
 ;;  Up temporal+            (_______)                 (_______)
 ;;
 ;;
 ;;"Up+" indicates a meridian about halfway between "Up" and "Up nasal",
 ;;"Nasal+" a meridian intermediate between "Nasal" and "Down nasal".  These
 ;;intermediate meridians are not used for evaluation purposes but are required
 ;;for smoothing the curves of the charted field(s).
 ;;END
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDVBCVSC2   1837     printed  Sep 23, 2025@19:25:22                                                                                                                                                                                                    Page 2
DVBCVSC2  ;ALB ISC/THM-FIELD CHART FOR VISUAL EXAM ; 6/27/91  2:10 PM
 +1       ;;2.7;AMIE;;Apr 10, 1995
 +2       ;**This program is temporarily not used -- thm 6/27/91
 +3       ;
 +4        FOR I=1:1
               SET LY=$TEXT(@LX+I)
               if LY["END"
                   QUIT 
               WRITE $PIECE(LY,";;",2),!
 +5        QUIT 
 +6       ;
TXT       ;
 +1       ;;Visual Fields in Degrees
 +2       ;;
 +3       ;;Meridian                  Right Eye                 Left Eye
 +4       ;;________                  _________                 ________
 +5       ;;
 +6       ;;
 +7       ;;Up                        _________                 _________
 +8       ;
 +9       ;;  Up+                     (_______)                 (_______)
 +10      ;;
 +11      ;;Up nasal                  _________                 _________
 +12      ;;
 +13      ;;  Up nasal+               (_______)                 (_______)
 +14      ;;
 +15      ;;Nasal                     _________                 _________
 +16      ;;
 +17      ;;  Nasal+                  (_______)                 (_______)
 +18      ;;
 +19      ;;Down nasal                _________                 _________
 +20      ;;
 +21      ;;  Down nasal+             (_______)                 (_______)
 +22      ;;
 +23      ;;Down                      _________                 _________
 +24      ;;
 +25      ;;  Down+                   (_______)                 (_______)
 +26      ;;
 +27      ;;Down temporal             _________                 _________
 +28      ;;
 +29      ;;  Down temporal+          (_______)                 (_______)
 +30      ;;
 +31      ;;Temporal                  _________                 _________
 +32      ;;
 +33      ;;  Temporal+               (_______)                 (_______)
 +34      ;;
 +35      ;;Up temporal               _________                 _________
 +36      ;;
 +37      ;;  Up temporal+            (_______)                 (_______)
 +38      ;;
 +39      ;;
 +40      ;;"Up+" indicates a meridian about halfway between "Up" and "Up nasal",
 +41      ;;"Nasal+" a meridian intermediate between "Nasal" and "Down nasal".  These
 +42      ;;intermediate meridians are not used for evaluation purposes but are required
 +43      ;;for smoothing the curves of the charted field(s).
 +44      ;;END