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

HMPDJFS1.m

Go to the documentation of this file.
  1. HMPDJFS1 ;ASMR/CPC,hrubovcak - for Extract and Freshness Stream;Oct 15, 2015 18:39:51
  1. ;;2.0;ENTERPRISE HEALTH MANAGEMENT PLATFORM;**;Sep 01, 2011;Build 63
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. Q
  1. ; continuation code for HMPDJFSP
  1. ;
  1. BACKDOM ; task patient domain to the background, called from HMPDJFSP
  1. N ZTDESC,ZTDTH,ZTIO,ZTRTN,ZTSAVE,ZTSK
  1. S ZTRTN="DQBACKDM^HMPDJFS1",ZTIO="",ZTDTH=$H
  1. S ZTSAVE("HMPBATCH")="",ZTSAVE("HMPFDFN")=""
  1. S ZTSAVE("HMPFDOMI")="",ZTSAVE("ZTQUEUED")="",ZTSAVE("HMPMETA")="",ZTSAVE("HMPFDOM(")=""
  1. S ZTSAVE("HMPFZTSK")=""
  1. S ZTSAVE("HMPENVIR(")="" ; environment information
  1. S ZTSAVE("HMPSTMP")="" ; Operational data stamptime US6734
  1. S ZTDESC="Build HMP subdomains for a patient"
  1. D ^%ZTLOAD
  1. I $G(ZTSK) S ^XTMP(HMPBATCH,0,"task","b",ZTSK)="" Q
  1. ; no task, log error
  1. D SETERR^HMPDJFS("Task not created")
  1. Q
  1. ;
  1. DQBACKDM ; TaskMan entry point
  1. ; patient's domain has been "chunked"
  1. N HMPFBJ S HMPFBJ=1 ; flag, background job
  1. D DOMPT^HMPDJFSP(HMPFDOM(HMPFDOMI))
  1. K ^XTMP(HMPBATCH,0,"task","b",ZTSK)
  1. Q
  1. ;