YS139PST ;SLC/BLD - MH Exchange Sample Code ; 10/11/18 3:01pm
Source file <YS139PST.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| EXPDATE | ; export date used to update 601.71:18
|
|
| PRE | ; nothing necessary
|
|
| POST | ; post-init
; UPDSET^YTXCHG("TAG","RTN") will loop through the array returned by TAG^RTN ; and install the specification supplied by that Instrument Exchange entry ; name. |
|
| MODDATA | ; Set new dates for tests listed so the GUI will reload the definition
; This is best done in the account where the build is created so that the ; original and destination accounts match. |
|
| INSTDT | ;
|
|
| CHGNM(OLD,NEW) | ; Change test name
|
|
| DROPTST(NAME) | ; Change OPERATIONAL to dropped
|
|
| SCREEN | ; sample line to put in DATA SCREEN of KIDS build
; $$INCLUDE^YTXCHG(Y,"TAG","RTN") calls TAG^RTN to get an array of ; instrument exchange entries to include in the build. It sets Y ; to true if the entry should be included. ; |
|
| XCHGLST(ARRAY) | ; return array of instrument exchange entries
; ARRAY(cnt,1)=instrument exchange entry name ; ARRAY(cnt,2)=instrument exchange entry creation date |
|
| ENTRIES | ; New MHA instruments ^ Exchange Entry Date
|
| Name | Line Occurrences (* Changed, ! Killed) |
|---|---|
| ^YTT(601.71 - [#601.71] | MODDATA+7, CHGNM+2, DROPTST+2 |
| >> | Not killed explicitly |
| * | Changed |
| ! | Killed |
| ~ | Newed |
| Name | Field # of Occurrence |
|---|---|
| ARRAY | XCHGLST~ |
| ARRAY( | XCHGLST+6*, XCHGLST+7* |
| I | POST+5~, MODDATA+3~, MODDATA+5*, XCHGLST+4~, XCHGLST+5*, XCHGLST+6, XCHGLST+7 |
| IEN | POST+5~, MODDATA+7*, MODDATA+12, CHGNM+1~, CHGNM+2*, CHGNM+3, CHGNM+6, DROPTST+1~, DROPTST+2*, DROPTST+5 |
| LSTEDT | POST+5~, POST+7*, CHGNM+5 |
| NAME | DROPTST~, DROPTST+2 |
| NEW | POST+5~, CHGNM~, CHGNM+4 |
| NEWDT | POST+5~, MODDATA+3~, MODDATA+4*, MODDATA+8 |
| OLD | POST+5~, CHGNM~, CHGNM+2 |
| REC | POST+5~, MODDATA+3~, MODDATA+6!, MODDATA+12, CHGNM+1~, CHGNM+6, DROPTST+1~, DROPTST+5 |
| REC( | CHGNM+4* |
| REC(10 | DROPTST+3* |
| REC(18 | MODDATA+8*, CHGNM+5*, DROPTST+4* |
| REC(26 | MODDATA+9* |
| REC(28 | MODDATA+10* |
| REC(9 | MODDATA+11* |
| U | XCHGLST+6, XCHGLST+7 |
| X | MODDATA+3~, MODDATA+5*, MODDATA+7, MODDATA+9, MODDATA+10, MODDATA+11, XCHGLST+4~, XCHGLST+5*, XCHGLST+6, XCHGLST+7 |
| >> Y | SCREEN+5 |
| YTXLOG | POST+5~ |