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

AGMSPI2.m

Go to the documentation of this file.
  1. AGMSPI2 ; IHS/SD/EFG - MSP INTERVIEW PART 2 ;
  1. ;;7.1;PATIENT REGISTRATION;**8**;AUG 25, 2005
  1. ;
  1. EN ;EP -
  1. W !,"PART II"
  1. W !
  1. QUES1 ;ASK QUESTION NUMBER 1
  1. S DR=".16 Was illness/injury due to a non-work related accident ? (Y/N) "
  1. D ^DIE
  1. K DIE("NO^")
  1. Q:$D(Y) ;AG*7.1*8
  1. S PARTII1=X
  1. I X="Y" D Q:$D(Y) ;AG*7.1*8
  1. . K AG("MCRCHK")
  1. . S DR=".17 Date of accident : "
  1. . D ^DIE
  1. E W " GO TO PART III." D EN^AGMSPI3 Q
  1. QUES2 ;ASK QUESTION NUMBER 2
  1. S DR=".18 What type of accident caused the illness/injury ? (A)utomobile, (N)on_automobile, (O)ther "
  1. D ^DIE
  1. K DIE("NO^")
  1. Q:$D(Y) ;AG*7.1*8
  1. S PARTII2=X
  1. I X="A"!X="N" D Q:$D(Y)
  1. . S DR=".19 Name of no-fault or liability insurer : "
  1. . D ^DIE
  1. . Q:$D(Y) ;AG*7.1*8
  1. . S DR=".21 Insurance claim number : "
  1. I X="N" W !,"No-fault insurer is primary payer only for those claims related to the accident. GO TO PART III."
  1. QUES3 ;ASK QUESTION NUMBER 3
  1. S DR=".22 Was another party responsible for this accident ? (Y/N) "
  1. D ^DIE
  1. K DIE("NO^")
  1. Q:$D(Y) ;AG*7.1*8
  1. S PARTII3=X
  1. I X="Y" D Q:$D(Y)
  1. . S DR=".23 Name of any liability insurer : "
  1. . D ^DIE
  1. . Q:$D(Y) ;AG*7.1*8
  1. . S DR=".24 Insurance claim number : "
  1. . D ^DIE
  1. . Q:$D(Y) ;AG*7.1*8
  1. . W !,"The liability insurer is primary only for those claims related to the"
  1. . W !,"accident. GO TO PART III."
  1. W !,"GO TO PART III." D EN^AGMSPI3
  1. Q