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

DVBA34PI.m

Go to the documentation of this file.
  1. DVBA34PI ;ALB/ESW EXAM FILE UPDATE - POST INT ; 16 OCT 2000
  1. ;;2.7;AMIE;**34**;Apr 10, 1995
  1. ;
  1. ; This is the post-install for patch 34 to inactivate the old entries
  1. ; in AMIE EXAM file (396.6), adding the new ones and to create one
  1. ; new entry for the newly created worksheet # 0920
  1. ;
  1. EN ;
  1. D BMES^XPDUTL("DVBA*2.7*34 Post Installation --")
  1. D MES^XPDUTL(" Update to AMIE EXAM file (#396.6).")
  1. D MES^XPDUTL(" ")
  1. I '$D(^DVB(396.6)) D BMES^XPDUTL("Missing file 396.6, AMIE EXAM file")
  1. I $D(^DVB(396.6)) D
  1. .D INACT
  1. .D NEW
  1. Q
  1. ;
  1. INACT ;inactivate exams
  1. N LINE,IEN,EXM,PNM,BDY,ROU,STAT,WKS,DIE,DR,DA,X,Y,DVBAI
  1. D BMES^XPDUTL("Inactivating AMIE EXAM file entries..")
  1. F DVBAI=1:1 S LINE=$P($T(TXTOLD+DVBAI),";;",2) Q:LINE="QUIT" D
  1. .D GET K X,Y,DA
  1. .I $P($G(^DVB(396.6,IEN,0)),"^",1)'=EXM D Q
  1. ..D BMES^XPDUTL(" *** Warning - Entry #"_IEN)
  1. ..D MES^XPDUTL(" for exam "_EXM)
  1. ..D MES^XPDUTL(" could not be inactivated.")
  1. .S DIE="^DVB(396.6,",DA=IEN,DR=".5///I" D ^DIE
  1. .D BMES^XPDUTL(" Entry #"_IEN_" for exam "_EXM)
  1. .D MES^XPDUTL(" successfully inactivated.")
  1. D MES^XPDUTL(" ")
  1. Q
  1. ;
  1. NEW ;add new exam
  1. N LINE,IEN,EXM,PNM,BDY,ROU,STAT,WKS,DIC,DIE,DR,DA,X,Y,DINUM,DVBAI
  1. D BMES^XPDUTL("Adding new AMIE EXAM file entries...")
  1. F DVBAI=1:1 S LINE=$P($T(TXTNEW+DVBAI),";;",2) Q:LINE="QUIT" D
  1. .D GET K X,Y,DA
  1. .D BMES^XPDUTL(" Attempting to add Entry #"_IEN_"...")
  1. .I $D(^DVB(396.6,IEN,0)) D Q
  1. ..D MES^XPDUTL(" You already have an Entry #"_IEN_".")
  1. ..D MES^XPDUTL(" Updating "_EXM_".")
  1. ..S DIE="^DVB(396.6,",DA=IEN,DR=".01///"_EXM_";.07///"_WKS_";.5///"_STAT_";2///"_BDY_";6///"_PNM_";7///"_ROU
  1. ..D ^DIE
  1. .S DIC="^DVB(396.6,",DIC(0)="LZ",X=EXM,DINUM=IEN
  1. .S DIC("DR")=".07///"_WKS_";.5///"_STAT_";2///"_BDY_";6///"_PNM_";7///"_ROU
  1. .K DD,DO D FILE^DICN
  1. .I +Y=IEN D Q
  1. ..D MES^XPDUTL(" Successfully added Entry #"_IEN)
  1. ..D MES^XPDUTL(" for exam "_EXM_".")
  1. .I +Y=-1 D
  1. ..D MES^XPDUTL(" *** Warning - Unable to add Entry #"_IEN)
  1. ..D MES^XPDUTL(" for exam "_EXM_".")
  1. Q
  1. GET ;get exam data
  1. S (IEN,EXM,PNM,BDY,ROU,STAT,WKS)=""
  1. S IEN=$P(LINE,";",1) ;ien
  1. S EXM=$P(LINE,";",2) ;exam name
  1. S PNM=$P(LINE,";",3) ;print name
  1. S BDY=$P(LINE,";",4) ;body system
  1. S ROU=$P(LINE,";",5) ;routine name
  1. S STAT=$P(LINE,";",6) ;status
  1. S WKS=$P(LINE,";",8) ;worksheet number
  1. Q
  1. ;
  1. ; Entries to be inactivated.
  1. ; format: ien;exam name;;;routine;status;;wks#
  1. TXTOLD ;
  1. ;;138;RESPIRATORY DISEASES, MISCELLANEOUS; ; ;DVBCWRM;I; ;1520
  1. ;;133;RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL); ; ;DVBCWRZ;I; ;1505
  1. ;;136;PULMONARY TUBERCULOSIS AND MYCOBACTERIAL DISEASES; ; ;DVBCWPW;I; ;1515
  1. ;;152;POST-TRAUMATIC STRESS DISORDER (PTSD); ; ;DVBCWPT;I; ;0910
  1. ;;158;MENTAL DISORDERS (NOT INITIAL PTSD OR EATING DISORDERS); ; ;DVBCWMO;I; ;0905
  1. ;;QUIT
  1. ;
  1. ;
  1. ; New exam to activate
  1. ; format: ien;exam name;print name;body system;routine;status;;wks#
  1. TXTNEW ;
  1. ;;164;REVIEW EXAMINATION FOR POST-TRAUMATIC STRESS DISORDER;REV EXAM FOR PTSD;MENTAL;DVBCWPE;A; ;0920
  1. ;;165;INITIAL EVALUATION FOR POST-TRAUMATIC STRESS DISORDER (PTSD);STRESS DISORDER;MENTAL;DVBCWPD;A; ;0910
  1. ;;166;PULMONARY TUBERCULOSIS AND MYCOBACTERIAL DISEASES;PUL TUB & MYCO DIS;RESPIRATORY;DVBCWPM;A; ;1515
  1. ;;167;MENTAL DISORDERS (EXCEPT PTSD AND EATING DISORDERS);MENTAL DISORDER;MENTAL;DVBCWME;A; ;0905
  1. ;;168;RESPIRATORY DISEASES, MISCELLANEOUS;RESPIRATORY-MISC;RESPIRATORY;DVBCWSM;A; ;1520
  1. ;;169;RESPIRATORY (OBSTRUCTIVE, RESTRICTIVE, AND INTERSTITIAL);RESP (OBST, RESTR,INTERS);RESPIRATORY;DVBCWRO;A; ;1505
  1. ;;QUIT