source: FOIAVistA/tag/r/GEN_MED_REC_GENERATOR-GMRG/GMRGXPST.m@ 636

Last change on this file since 636 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 998 bytes
Line 
1GMRGXPST ;HISC/RM-POSTINITIALIZTION FOR GMR GENERATOR ;4/17/92
2 ;;3.0;Text Generator;;Jan 24, 1996
3EN1 ; ENTRY TO POSTINITIALIZAION
4 D POST^GMRGXAGC
5 G:'GMRGXVER DD W !!,"Re-indexing ""AKID"" xref for file 124.2..."
6 K ^GMRD(124.2,"AKID")
7 F DA(1)=0:0 S DA(1)=$O(^GMRD(124.2,DA(1))) Q:DA(1)'>0 W:'$R(100) "." F DA=0:0 S DA=$O(^GMRD(124.2,DA(1),1,DA)) Q:DA'>0 S NURS=$G(^GMRD(124.2,DA(1),1,DA,0)) I +NURS S ^GMRD(124.2,"AKID",+NURS,DA(1),+$P(NURS,"^",6),DA)=""
8 W !!,"Updating Aggregate Term file entries..."
9 S DIE="^GMRD(124.2,",DR="6///T" F DA=0:0 S DA=$O(^GMRD(124.2,DA)) Q:DA'>0 S NURS=$S($D(^GMRD(124.2,DA,0)):^(0),1:"") I $P(NURS,"^",3)="NURSC"!($P(NURS,"^",3)="ZZ"),'$L($P(NURS,"^",8)) D ^DIE W "."
10DD W !!,"Setting field protection on appropriate fields..."
11 S ^DD(124.11,1,9)="@" F X=124.2,124.25 F Y=7:1:10 S ^DD(X,Y,9)="@" ; FM does not automatically set the protection on these fields to '@'.
12 S ^DD(124.31,4,8)="^" ; FM does not automatically set READ access.
13 K GMRGXP,GMRGXVER
14 Q
Note: See TracBrowser for help on using the repository browser.