YS147PST ;SLC/KCM - MH Exchange Sample Code  ; 08-AUG-2016
 ;;5.01;MENTAL HEALTH;**147**;Dec 30, 1994;Build 283
 ;
PRE ; nothing necessary
 Q
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.
 ;  
 D INSTALLQ^YTXCHG("XCHGLST","YS147PST")
 N IEN
 F I="AD8","CES","EPDS","FTND","MPI-PAIN-INTRF","IJSS","BASIS-24 PSYCHOSIS" D
 .S IEN=$O(^YTT(601.71,"B",I,""))
 .I IEN'="",$D(^YTT(601.71,IEN,8)) D
 ..S:$P(^YTT(601.71,IEN,8),"^",8)'="N" $P(^YTT(601.71,IEN,8),"^",8)="Y"
 Q
 ;
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.
 ; 
 I $$INCLUDE^YTXCHG(Y,"XCHGLST","YS147PST")
 Q
 ;
XCHGLST(ARRAY) ; return array of instrument exchange entries
 ; ARRAY(cnt,1)=instrument exchange entry name
 ; ARRAY(cnt,2)=instrument exchange entry creation date
 ;
 N I,X
 F I=1:1 S X=$P($T(ENTRIES+I),";;",2,99) Q:X="zzzzz"  D
 . S ARRAY(I,1)=$P(X,U)
 . S ARRAY(I,2)=$P(X,U,2)
 Q
ENTRIES ; New MHA instruments ^ Exchange Entry Date
 ;;YS*5.01*147^03/29/2019@08:42:40
 ;;zzzzz
 ;;YS*5.01*147^03/29/2019@08:42:40
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HYS147PST   1345     printed  Sep 23, 2025@19:48:25                                                                                                                                                                                                    Page 2
YS147PST  ;SLC/KCM - MH Exchange Sample Code  ; 08-AUG-2016
 +1       ;;5.01;MENTAL HEALTH;**147**;Dec 30, 1994;Build 283
 +2       ;
PRE       ; nothing necessary
 +1        QUIT 
POST      ; post-init
 +1       ; UPDSET^YTXCHG("TAG","RTN") will loop through the array returned by TAG^RTN
 +2       ; and install the specification supplied by that Instrument Exchange entry
 +3       ; name.
 +4       ;  
 +5        DO INSTALLQ^YTXCHG("XCHGLST","YS147PST")
 +6        NEW IEN
 +7        FOR I="AD8","CES","EPDS","FTND","MPI-PAIN-INTRF","IJSS","BASIS-24 PSYCHOSIS"
               Begin DoDot:1
 +8                SET IEN=$ORDER(^YTT(601.71,"B",I,""))
 +9                IF IEN'=""
                       IF $DATA(^YTT(601.71,IEN,8))
                           Begin DoDot:2
 +10                           if $PIECE(^YTT(601.71,IEN,8),"^",8)'="N"
                                   SET $PIECE(^YTT(601.71,IEN,8),"^",8)="Y"
                           End DoDot:2
               End DoDot:1
 +11       QUIT 
 +12      ;
SCREEN    ; sample line to put in DATA SCREEN of KIDS build
 +1       ; $$INCLUDE^YTXCHG(Y,"TAG","RTN") calls TAG^RTN to get an array of
 +2       ; instrument exchange entries to include in the build.  It sets Y
 +3       ; to true if the entry should be included.
 +4       ; 
 +5        IF $$INCLUDE^YTXCHG(Y,"XCHGLST","YS147PST")
 +6        QUIT 
 +7       ;
XCHGLST(ARRAY) ; return array of instrument exchange entries
 +1       ; ARRAY(cnt,1)=instrument exchange entry name
 +2       ; ARRAY(cnt,2)=instrument exchange entry creation date
 +3       ;
 +4        NEW I,X
 +5        FOR I=1:1
               SET X=$PIECE($TEXT(ENTRIES+I),";;",2,99)
               if X="zzzzz"
                   QUIT 
               Begin DoDot:1
 +6                SET ARRAY(I,1)=$PIECE(X,U)
 +7                SET ARRAY(I,2)=$PIECE(X,U,2)
               End DoDot:1
 +8        QUIT 
ENTRIES   ; New MHA instruments ^ Exchange Entry Date
 +1       ;;YS*5.01*147^03/29/2019@08:42:40
 +2       ;;zzzzz
 +3       ;;YS*5.01*147^03/29/2019@08:42:40