- DVBA2773 ;SPH - PATCH DRIVER ; 9/21/05
- ;;2.7;AMIE;**73**;Apr 10, 1995
- ;
- ; Make sure to call each exam name being sent in the patch
- ; This routine will find existing matching entries and will ensure they're disabled.
- ; Call as a pre-init or else it'll disable the exams just loaded.
- EN ;
- W !!!,"**** PRE-PROCESSING ****",!!
- D DISABLE("MENTAL DISORDERS (EXCEPT PTSD AND EATING DISORDERS)")
- Q
- POST ;
- W !!!,"**** POST-PROCESSING ****",!!
- D POSTP("MENTAL DISORDERS (EXCEPT PTSD AND EATING DISORDERS)")
- D RBXREF
- Q
- POSTP(NM) ;
- ; Rename XXXXXXX~73F to XXXXXXX~95
- N DVBABCNT,DVBABIEN,DVBABST,DVBACH
- N DVBABCN2,DVBABIE2,DVBABS2
- S DVBABCNT=0,DVBABIEN=0
- F S DVBABIEN=$O(^DVB(396.18,DVBABIEN)) Q:'DVBABIEN D
- .S DVBABST=$P($G(^DVB(396.18,DVBABIEN,0)),"^",1)
- .I $P(DVBABST,"~",1)=NM I $P(DVBABST,"~",2)="73F" D
- ..;Check and be sure a 95 version isn't in the file yet
- ..S DVBABCN2=0,DVBABIE2=0,DVBACH=0
- ..F S DVBABIE2=$O(^DVB(396.18,DVBABIE2)) Q:'DVBABIE2 D
- ...S DVBABS2=$P($G(^DVB(396.18,DVBABIE2,0)),"^",1)
- ...I $P(DVBABS2,"~",1)=NM I $P(DVBABS2,"~",2)="95" S DVBACH=1
- ..;If 95 version is found, delete new 73F version and don't import
- ..I DVBACH=1 D
- ...W "FOUND EXISTING "_NM_". NO MODIFICATIONS MADE.",!
- ...K ^DVB(396.18,DVBABIEN)
- ..;If 95 version isn't found, go ahead and rename new 73F to 95
- ..I DVBACH=0 D
- ...S $P(^DVB(396.18,DVBABIEN,0),"^",1)=NM_"~95"
- ...W "ACTIVATED: "_$P($G(^DVB(396.18,DVBABIEN,0)),"^",1),!
- K DVBABCNT,DVBABIEN,DVBABST,DVBACH
- Q
- RBXREF ;
- ; Rebuild cross-references
- ; XRef: B
- W !!,"REBUILDING 'B' XREF",!
- N DA,DIK,REGIEN,ROOT
- S ROOT=$$ROOT^DILFD(396.18,,1) K @ROOT@("B")
- S REGIEN=0
- F S REGIEN=$O(@ROOT@(REGIEN)) Q:'REGIEN D
- . S DIK=$$ROOT^DILFD(396.18,","_REGIEN_","),DIK(1)=".01^B"
- . S DA(1)=REGIEN D ENALL^DIK
- ;
- ; XRef: AV
- W !!,"REBUILDING 'AV' XREF",!
- N DA,DIK,REGIEN,ROOT
- S ROOT=$$ROOT^DILFD(396.18,,1) K @ROOT@("AV")
- S REGIEN=0
- F S REGIEN=$O(@ROOT@(REGIEN)) Q:'REGIEN D
- . S DIK=$$ROOT^DILFD(396.18,","_REGIEN_","),DIK(1)=".01^AV"
- . S DA(1)=REGIEN D ENALL^DIK
- K DA,DIK,REGIEN,ROOT
- Q
- DISABLE(NM) ;
- ; First look for matches and turn off the "selectable by user field"
- ; This will keep the entry from showing in the list
- ; Next, look at disabled date. If there's no date, set it to today.
- ; File is 396.18. Field 3 is de-activation date. Field 7 is selectable by user (0=no)
- ; Ignore 73F entries
- N DVBABCNT,DVBABIEN,DVBABST,DVBACH
- S DVBABCNT=0,DVBABIEN=0
- F S DVBABIEN=$O(^DVB(396.18,DVBABIEN)) Q:'DVBABIEN D
- .S DVBABST=$P($G(^DVB(396.18,DVBABIEN,0)),"^",1)
- .I $P(DVBABST,"~",1)=NM I $P(DVBABST,"~",2)'="95" D
- ..S DVBACH=0
- ..I $P(^DVB(396.18,DVBABIEN,6),"^",1)'="0" S $P(^DVB(396.18,DVBABIEN,6),"^",1)="0",DVBACH=1
- ..I $P(^DVB(396.18,DVBABIEN,2),"^",2)="" S $P(^DVB(396.18,DVBABIEN,2),"^",2)=DT,DVBACH=1 ; This is deactivation date
- ..I DVBACH=1 W "MODIFIED: "_DVBABST,!
- K DVBABCNT,DVBABIEN,DVBABST,DVBACH
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDVBA2773 3000 printed Mar 13, 2025@20:44:18 Page 2
- DVBA2773 ;SPH - PATCH DRIVER ; 9/21/05
- +1 ;;2.7;AMIE;**73**;Apr 10, 1995
- +2 ;
- +3 ; Make sure to call each exam name being sent in the patch
- +4 ; This routine will find existing matching entries and will ensure they're disabled.
- +5 ; Call as a pre-init or else it'll disable the exams just loaded.
- EN ;
- +1 WRITE !!!,"**** PRE-PROCESSING ****",!!
- +2 DO DISABLE("MENTAL DISORDERS (EXCEPT PTSD AND EATING DISORDERS)")
- +3 QUIT
- POST ;
- +1 WRITE !!!,"**** POST-PROCESSING ****",!!
- +2 DO POSTP("MENTAL DISORDERS (EXCEPT PTSD AND EATING DISORDERS)")
- +3 DO RBXREF
- +4 QUIT
- POSTP(NM) ;
- +1 ; Rename XXXXXXX~73F to XXXXXXX~95
- +2 NEW DVBABCNT,DVBABIEN,DVBABST,DVBACH
- +3 NEW DVBABCN2,DVBABIE2,DVBABS2
- +4 SET DVBABCNT=0
- SET DVBABIEN=0
- +5 FOR
- SET DVBABIEN=$ORDER(^DVB(396.18,DVBABIEN))
- if 'DVBABIEN
- QUIT
- Begin DoDot:1
- +6 SET DVBABST=$PIECE($GET(^DVB(396.18,DVBABIEN,0)),"^",1)
- +7 IF $PIECE(DVBABST,"~",1)=NM
- IF $PIECE(DVBABST,"~",2)="73F"
- Begin DoDot:2
- +8 ;Check and be sure a 95 version isn't in the file yet
- +9 SET DVBABCN2=0
- SET DVBABIE2=0
- SET DVBACH=0
- +10 FOR
- SET DVBABIE2=$ORDER(^DVB(396.18,DVBABIE2))
- if 'DVBABIE2
- QUIT
- Begin DoDot:3
- +11 SET DVBABS2=$PIECE($GET(^DVB(396.18,DVBABIE2,0)),"^",1)
- +12 IF $PIECE(DVBABS2,"~",1)=NM
- IF $PIECE(DVBABS2,"~",2)="95"
- SET DVBACH=1
- End DoDot:3
- +13 ;If 95 version is found, delete new 73F version and don't import
- +14 IF DVBACH=1
- Begin DoDot:3
- +15 WRITE "FOUND EXISTING "_NM_". NO MODIFICATIONS MADE.",!
- +16 KILL ^DVB(396.18,DVBABIEN)
- End DoDot:3
- +17 ;If 95 version isn't found, go ahead and rename new 73F to 95
- +18 IF DVBACH=0
- Begin DoDot:3
- +19 SET $PIECE(^DVB(396.18,DVBABIEN,0),"^",1)=NM_"~95"
- +20 WRITE "ACTIVATED: "_$PIECE($GET(^DVB(396.18,DVBABIEN,0)),"^",1),!
- End DoDot:3
- End DoDot:2
- End DoDot:1
- +21 KILL DVBABCNT,DVBABIEN,DVBABST,DVBACH
- +22 QUIT
- RBXREF ;
- +1 ; Rebuild cross-references
- +2 ; XRef: B
- +3 WRITE !!,"REBUILDING 'B' XREF",!
- +4 NEW DA,DIK,REGIEN,ROOT
- +5 SET ROOT=$$ROOT^DILFD(396.18,,1)
- KILL @ROOT@("B")
- +6 SET REGIEN=0
- +7 FOR
- SET REGIEN=$ORDER(@ROOT@(REGIEN))
- if 'REGIEN
- QUIT
- Begin DoDot:1
- +8 SET DIK=$$ROOT^DILFD(396.18,","_REGIEN_",")
- SET DIK(1)=".01^B"
- +9 SET DA(1)=REGIEN
- DO ENALL^DIK
- End DoDot:1
- +10 ;
- +11 ; XRef: AV
- +12 WRITE !!,"REBUILDING 'AV' XREF",!
- +13 NEW DA,DIK,REGIEN,ROOT
- +14 SET ROOT=$$ROOT^DILFD(396.18,,1)
- KILL @ROOT@("AV")
- +15 SET REGIEN=0
- +16 FOR
- SET REGIEN=$ORDER(@ROOT@(REGIEN))
- if 'REGIEN
- QUIT
- Begin DoDot:1
- +17 SET DIK=$$ROOT^DILFD(396.18,","_REGIEN_",")
- SET DIK(1)=".01^AV"
- +18 SET DA(1)=REGIEN
- DO ENALL^DIK
- End DoDot:1
- +19 KILL DA,DIK,REGIEN,ROOT
- +20 QUIT
- DISABLE(NM) ;
- +1 ; First look for matches and turn off the "selectable by user field"
- +2 ; This will keep the entry from showing in the list
- +3 ; Next, look at disabled date. If there's no date, set it to today.
- +4 ; File is 396.18. Field 3 is de-activation date. Field 7 is selectable by user (0=no)
- +5 ; Ignore 73F entries
- +6 NEW DVBABCNT,DVBABIEN,DVBABST,DVBACH
- +7 SET DVBABCNT=0
- SET DVBABIEN=0
- +8 FOR
- SET DVBABIEN=$ORDER(^DVB(396.18,DVBABIEN))
- if 'DVBABIEN
- QUIT
- Begin DoDot:1
- +9 SET DVBABST=$PIECE($GET(^DVB(396.18,DVBABIEN,0)),"^",1)
- +10 IF $PIECE(DVBABST,"~",1)=NM
- IF $PIECE(DVBABST,"~",2)'="95"
- Begin DoDot:2
- +11 SET DVBACH=0
- +12 IF $PIECE(^DVB(396.18,DVBABIEN,6),"^",1)'="0"
- SET $PIECE(^DVB(396.18,DVBABIEN,6),"^",1)="0"
- SET DVBACH=1
- +13 ; This is deactivation date
- IF $PIECE(^DVB(396.18,DVBABIEN,2),"^",2)=""
- SET $PIECE(^DVB(396.18,DVBABIEN,2),"^",2)=DT
- SET DVBACH=1
- +14 IF DVBACH=1
- WRITE "MODIFIED: "_DVBABST,!
- End DoDot:2
- End DoDot:1
- +15 KILL DVBABCNT,DVBABIEN,DVBABST,DVBACH
- +16 QUIT