- DVBCARC2 ;ALB ISC/THM-TEXT, CONTINUED FOR A&A/HOUSEBOUND EXAM ; 1/3/91 8:24 AM
- ;;2.7;AMIE;;Apr 10, 1995
- ;
- F AW=0:1 S AX=$T(@TXT+AW) S AY=$P(AX,";;",2) D:AY["|TOP|" HD2^DVBCARCK W:AY="END" !! Q:AY="END" I AY'["|TOP|" W AY,!
- Q
- ;
- TXT3 ;;H. Ambulation:
- ;;
- ;; 1. Indicate whether the veteran is able to walk without the assistance
- ;;of another person and give the maximum distance -
- ;;
- ;;
- ;;
- ;; 2. Indicate any mechanical aid used or recommended by the examiner
- ;;for ambulation -
- ;;
- ;;
- ;;
- ;; 3. Indicate the frequency, and under what circumstances, the veteran
- ;;is able to leave the home or immediate premises -
- ;;
- ;;
- ;;
- ;;
- ;;
- ;;
- ;;I. Except as to amputations and other anatomical losses, indicate if any
- ;;restrictions noted in "F" through "H" are expected to be permanent:
- ;;
- ;;
- ;;
- ;;
- ;;
- ;;
- ;;
- ;;J. State whether the veteran is capable of managing benefit payments in
- ;;his/her own best interests without restriction (a physical disability
- ;;which prevents the veteran from attending to financial matters in person
- ;;is not a proper basis for a finding of incompetency unless the individual
- ;;is, by reason of that disability, incapable of directing someone else
- ;;in handling financial affairs):
- ;;END
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDVBCARC2 1301 printed Feb 18, 2025@23:10 Page 2
- DVBCARC2 ;ALB ISC/THM-TEXT, CONTINUED FOR A&A/HOUSEBOUND EXAM ; 1/3/91 8:24 AM
- +1 ;;2.7;AMIE;;Apr 10, 1995
- +2 ;
- +3 FOR AW=0:1
- SET AX=$TEXT(@TXT+AW)
- SET AY=$PIECE(AX,";;",2)
- if AY["|TOP|"
- DO HD2^DVBCARCK
- if AY="END"
- WRITE !!
- if AY="END"
- QUIT
- IF AY'["|TOP|"
- WRITE AY,!
- +4 QUIT
- +5 ;
- TXT3 ;;H. Ambulation:
- +1 ;;
- +2 ;; 1. Indicate whether the veteran is able to walk without the assistance
- +3 ;;of another person and give the maximum distance -
- +4 ;;
- +5 ;;
- +6 ;;
- +7 ;; 2. Indicate any mechanical aid used or recommended by the examiner
- +8 ;;for ambulation -
- +9 ;;
- +10 ;;
- +11 ;;
- +12 ;; 3. Indicate the frequency, and under what circumstances, the veteran
- +13 ;;is able to leave the home or immediate premises -
- +14 ;;
- +15 ;;
- +16 ;;
- +17 ;;
- +18 ;;
- +19 ;;
- +20 ;;I. Except as to amputations and other anatomical losses, indicate if any
- +21 ;;restrictions noted in "F" through "H" are expected to be permanent:
- +22 ;;
- +23 ;;
- +24 ;;
- +25 ;;
- +26 ;;
- +27 ;;
- +28 ;;
- +29 ;;J. State whether the veteran is capable of managing benefit payments in
- +30 ;;his/her own best interests without restriction (a physical disability
- +31 ;;which prevents the veteran from attending to financial matters in person
- +32 ;;is not a proper basis for a finding of incompetency unless the individual
- +33 ;;is, by reason of that disability, incapable of directing someone else
- +34 ;;in handling financial affairs):
- +35 ;;END