DVBCWEA6 ;ALB/RLC - EATING DIORDERS WKS ; 12/26/06 14:00pm
 ;;2.7;AMIE;**170**;Apr 10, 1995;Build 1
 ;Per VHA Directive 10-92-142, this routines should not be modified
 ;
 ; IOM represents cpl (char per line) depending on printing selection
 ; The header will be centered for any print out.
 ;
EN D:'$D(IOF) SETIOF W:(IOST?1"C-".E) @IOF
 S DVBAX="Compensation and Pension Examination",TT=IOM-$L(DVBAX)\2
 W !?TT,DVBAX
 S DVBAX="EATING DISORDERS (Mental Disorders)",PG=1
 S TT=IOM-$L(DVBAX)\2
 W !!?TT,DVBAX,!?(IOM-16\2),"# 0915 Worksheet",!!
 W "Name: ",NAME,?45,"SSN: ",SSN,!
 W !,"Date of Exam: ____________________",?45,"C-number: ",CNUM
 W !!,"Place of Exam: ___________________",!!
 S DIF="^TMP($J,""DVBAW"",",XCNP=0
 K ^TMP($J,"DVBAW")
 F ROU="DVBCWEA7" S X=ROU X ^%ZOSF("LOAD")
 K DIF,XCNP,ROU
 N LP,TEXT
 S LP=0,STOP=0
 F  S LP=$O(^TMP($J,"DVBAW",LP)) Q:(LP="")!(STOP)  D
 .S TEXT=^TMP($J,"DVBAW",LP,0)
 .I (TEXT'[";;")!(TEXT[";AMIE;") Q
 .I TEXT["TOF" D HD2
 .I TEXT["END" S STOP=1 Q
 .W:TEXT'["TOF" $P(TEXT,";;",2),! I $Y>57 D HD2
 K ^TMP($J,"DVBAW"),TEXT,STOP,LP,PG,DVBAX,X,TT
 Q
 ;
HD2 S PG=PG+1 W @IOF,!,"Page: ",PG,!?10,"Compensation and Pension Exam for "_NAME,!!
 W "EATING DISORDERS (Mental Disorders)",!!!
 Q
SETIOF ;  ** Set device control var's
 D HOME^%ZIS
 Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDVBCWEA6   1318     printed  Sep 23, 2025@19:26:38                                                                                                                                                                                                    Page 2
DVBCWEA6  ;ALB/RLC - EATING DIORDERS WKS ; 12/26/06 14:00pm
 +1       ;;2.7;AMIE;**170**;Apr 10, 1995;Build 1
 +2       ;Per VHA Directive 10-92-142, this routines should not be modified
 +3       ;
 +4       ; IOM represents cpl (char per line) depending on printing selection
 +5       ; The header will be centered for any print out.
 +6       ;
EN         if '$DATA(IOF)
               DO SETIOF
           if (IOST?1"C-".E)
               WRITE @IOF
 +1        SET DVBAX="Compensation and Pension Examination"
           SET TT=IOM-$LENGTH(DVBAX)\2
 +2        WRITE !?TT,DVBAX
 +3        SET DVBAX="EATING DISORDERS (Mental Disorders)"
           SET PG=1
 +4        SET TT=IOM-$LENGTH(DVBAX)\2
 +5        WRITE !!?TT,DVBAX,!?(IOM-16\2),"# 0915 Worksheet",!!
 +6        WRITE "Name: ",NAME,?45,"SSN: ",SSN,!
 +7        WRITE !,"Date of Exam: ____________________",?45,"C-number: ",CNUM
 +8        WRITE !!,"Place of Exam: ___________________",!!
 +9        SET DIF="^TMP($J,""DVBAW"","
           SET XCNP=0
 +10       KILL ^TMP($JOB,"DVBAW")
 +11       FOR ROU="DVBCWEA7"
               SET X=ROU
               XECUTE ^%ZOSF("LOAD")
 +12       KILL DIF,XCNP,ROU
 +13       NEW LP,TEXT
 +14       SET LP=0
           SET STOP=0
 +15       FOR 
               SET LP=$ORDER(^TMP($JOB,"DVBAW",LP))
               if (LP="")!(STOP)
                   QUIT 
               Begin DoDot:1
 +16               SET TEXT=^TMP($JOB,"DVBAW",LP,0)
 +17               IF (TEXT'[";;")!(TEXT[";AMIE;")
                       QUIT 
 +18               IF TEXT["TOF"
                       DO HD2
 +19               IF TEXT["END"
                       SET STOP=1
                       QUIT 
 +20               if TEXT'["TOF"
                       WRITE $PIECE(TEXT,";;",2),!
                   IF $Y>57
                       DO HD2
               End DoDot:1
 +21       KILL ^TMP($JOB,"DVBAW"),TEXT,STOP,LP,PG,DVBAX,X,TT
 +22       QUIT 
 +23      ;
HD2        SET PG=PG+1
           WRITE @IOF,!,"Page: ",PG,!?10,"Compensation and Pension Exam for "_NAME,!!
 +1        WRITE "EATING DISORDERS (Mental Disorders)",!!!
 +2        QUIT 
SETIOF    ;  ** Set device control var's
 +1        DO HOME^%ZIS
 +2        QUIT