Last change
on this file since 1259 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
850 bytes
|
Rev | Line | |
---|
[613] | 1 | IVM2096 ;ALB/GN IVM BILLING TRANSMISSION ATR XREF CONVERSION; 03/03/03 ; 12/22/03 3:13pm
|
---|
| 2 | ;;2.0;INCOME VERIFICATION MATCH;**96**;21-OCT-94
|
---|
| 3 | ;
|
---|
| 4 | ; This post-install will convert the ATR cross-reference from the
|
---|
| 5 | ; old format to the new format, providing any are currently set.
|
---|
| 6 | ;
|
---|
| 7 | ; OLD Format: ^IVM(301.5,"ATR",DFN,IEN)
|
---|
| 8 | ; NEW Format: ^IVM(301.5,"ATR",Income Year,DFN,IEN)
|
---|
| 9 | ;
|
---|
| 10 | EN ;
|
---|
| 11 | D BMES^XPDUTL(" >>Beginning conversion process "_$$FMTE^XLFDT($$NOW^XLFDT))
|
---|
| 12 | ;
|
---|
| 13 | N DATA,IVMIEN,ERR,DA,DIK
|
---|
| 14 | S DFN=0
|
---|
| 15 | F S DFN=$O(^IVM(301.61,"ATR",DFN)) Q:'DFN D
|
---|
| 16 | . S IVMIEN=0
|
---|
| 17 | . F S IVMIEN=$O(^IVM(301.61,"ATR",DFN,IVMIEN)) Q:'IVMIEN D
|
---|
| 18 | . . K ^IVM(301.61,"ATR",DFN,IVMIEN)
|
---|
| 19 | . . S DA=IVMIEN,DIK="^IVM(301.61,"
|
---|
| 20 | . . D IX1^DIK ;re-index this ien
|
---|
| 21 | ;
|
---|
| 22 | D MES^XPDUTL(" >>Conversion process completed:"_$$FMTE^XLFDT($$NOW^XLFDT))
|
---|
| 23 | ;
|
---|
| 24 | Q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.