Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: MDPOST38

MDPOST38.m

Go to the documentation of this file.
  1. MDPOST38 ;ASMR/MKB - Post Installation Tasks;02 Mar 2008 ; 12/12/13 8:52pm
  1. ;;1.0;CLINICAL PROCEDURES;**38**;Sep 25, 2015;Build 290
  1. ;Per VA Directive 6402, this routine should not be modified
  1. ;
  1. ; External References -
  1. ; CREIXN^DDMOD - IA # 2916
  1. ;
  1. EN ; -- create ASTATUS index on OBS file #704.117
  1. Q:$O(^DD("IX","BB",704.117,"ASTATUS",0)) ;exists
  1. N VPRX,VPRY
  1. S VPRX("FILE")=704.117,VPRX("NAME")="ASTATUS"
  1. S VPRX("TYPE")="MU",VPRX("USE")="A"
  1. S VPRX("EXECUTION")="F",VPRX("ACTIVITY")=""
  1. S VPRX("SHORT DESCR")="Used to trigger MD OBSERVATION UPDATE protocol"
  1. S VPRX("DESCR",1)="This index invokes the MD OBSERVATION UPDATE protocol when the"
  1. S VPRX("DESCR",2)="status of OBS data is changed to or from verified."
  1. S VPRX("DESCR",3)="No actual cross-reference nodes are set or killed."
  1. S VPRX("SET")="D:((X1=""1"")!(X2=""1"")) PROT^MDCPROTD Q"
  1. S VPRX("KILL")="Q",VPRX("WHOLE KILL")="Q"
  1. S VPRX("VAL",1)=.09 ;Status
  1. D CREIXN^DDMOD(.VPRX,"",.VPRY) ;VPRY=ien^name of index
  1. Q