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

PXUAXTMP.m

Go to the documentation of this file.
  1. PXUAXTMP ;ISA/KWP - PCE XTMP UTILITY;3/29/1999
  1. ;;1.0;PCE PATIENT CARE ENCOUNTER;**67**;AUG 12, 1996
  1. ;
  1. CREATE(PXXTMP,PXXTMP2,PXPRGNO,PXDESC,PXDATA) ;
  1. ;+ PXXTMP -unique subscript for XTMP
  1. ;+ PXXTMP2 -secondary subscript
  1. ;+ PXPRGNO -number of days to increment from today for purge
  1. ;+ PXDESC -description of XTMP
  1. ;+ PXDATA -for secondary entry
  1. ;+ returns -0 failed
  1. ;+ 1 successful
  1. N PXTMP S PXXTMP=$G(PXXTMP,"PXXTMP")
  1. I $E(PXXTMP,1,2)'="PX" Q 0
  1. S PXPRGNO=$G(PXPRGNO,365)
  1. I '$D(^XTMP(PXXTMP)) D
  1. .N PXPURGE,PXCREATE S PXTMP="^XTMP("_""""_PXXTMP_""""_",0)"
  1. .L +@PXTMP:300
  1. .S PXCREATE=$$DT^XLFDT
  1. .S PXPURGE=$$HTFM^XLFDT($H+PXPRGNO)
  1. .S @PXTMP=PXCREATE_"^"_PXPURGE_"^"_PXDESC
  1. .L -@PXTMP
  1. I '$G(PXXTMP2) Q 1
  1. S PXTMP="^XTMP("_""""_PXXTMP_""""_","_""""_PXXTMP2_""""_")"
  1. L +@PXTMP:300
  1. S @PXTMP=$G(PXDATA)
  1. L -@PXTMP
  1. Q 1
  1. DELETE(PXXTMP,PXXTMP2) ;
  1. N PXTMP
  1. S PXTMP="^XTMP("_""""_PXXTMP_""""_")"
  1. I $G(PXXTMP2)'="" G SKIP
  1. L +@PXTMP:300
  1. K @PXTMP
  1. L -@PXTMP
  1. Q
  1. SKIP S PXTMP="^XTMP("_""""_PXXTMP_""""_","_""""_PXXTMP2_""""_")"
  1. L +@PXTMP:300
  1. K @PXTMP
  1. L -@PXTMP
  1. Q