- PSX45PST ;BIR/PW-REMOVE 552.4 RX INDEX CROSREFFERENCE "E" ;01/02/03
- ;;2.0;CMOP;**45**;11 Apr 97
- K ^PSX(552.4,"E")
- Q
- PRE ;delete field RX INDEX including 'E' xref and then reinstall it without the 'E' xref.
- Q:'$D(^PSX(552.4))
- K DA,DIK S DIK="^DD(552.41,",DA=40,DA(1)=552.41 D ^DIK
- Q
- PSX45PST ;BIR/PW-REMOVE 552.4 RX INDEX CROSREFFERENCE "E" ;01/02/03
- +1 ;;2.0;CMOP;**45**;11 Apr 97
- +2 KILL ^PSX(552.4,"E")
- +3 QUIT
- PRE ;delete field RX INDEX including 'E' xref and then reinstall it without the 'E' xref.
- +1 IF '$DATA(^PSX(552.4))
- QUIT
- +2 KILL DA,DIK
- SET DIK="^DD(552.41,"
- SET DA=40
- SET DA(1)=552.41
- DO ^DIK
- +3 QUIT