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

DVBAPST1.m

Go to the documentation of this file.
  1. DVBAPST1 ;ALB/JLU;UTILITY ROUTINE FOR POST INIT;9/6/94
  1. ;;2.7;AMIE;;Apr 10, 1995
  1. ;
  1. REINDAC ;this entry point will reindex the 'AC' ref. in 396
  1. S VAR=" - Reindexing the 'AC' cross-reference."
  1. W !!,VAR
  1. D BUMP^DVBAPOST(VAR)
  1. REAC1 ;around the displays
  1. S DIK="^DVB(396,",DIK(1)=6.82
  1. D ENALL^DIK
  1. K DIK
  1. S VAR="Reindexing of 'AC' complete!"
  1. W !,VAR
  1. D BUMPBLK^DVBAPOST
  1. D BUMP^DVBAPOST(VAR)
  1. K VAR
  1. Q
  1. ;
  1. REINDAF ;reindexing the 'AF' cross-reference
  1. S VAR=" - Reindexing the 'AF' cross-reference."
  1. W !!,VAR
  1. D BUMP^DVBAPOST(VAR)
  1. REAF ;around displays
  1. S DIK="^DVB(396.3,",DIK(1)=17
  1. D ENALL^DIK
  1. K DIK
  1. S VAR="Reindexing of 'AF' complete!"
  1. W !,VAR
  1. D BUMP^DVBAPOST(VAR)
  1. D BUMPBLK^DVBAPOST
  1. D BUMPBLK^DVBAPOST
  1. K VAR
  1. Q
  1. ;
  1. REINDAE ;** Reindexing the 'AE' and 'E' cross references (396)
  1. S VAR=" - Reindexing the 'AE' cross-reference."
  1. W !!,VAR
  1. D BUMP^DVBAPOST(VAR)
  1. REAE ;** Around displays
  1. S DIK="^DVB(396,",DIK(1)=23
  1. D ENALL^DIK
  1. K DIK
  1. S VAR="Reindexing 'AE' for field 23 complete!"
  1. W !,VAR
  1. D BUMP^DVBAPOST(VAR)
  1. D BUMPBLK^DVBAPOST
  1. D BUMPBLK^DVBAPOST
  1. K VAR
  1. Q
  1. ;
  1. VERSION() ;this function call returns the version of AMIE that is running.
  1. ;It uses the 396 file.
  1. ;
  1. Q $G(^DD(396,0,"VR"))