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

SD53107P.m

Go to the documentation of this file.
  1. SD53107P ;ALB/REV - PST-INST SD*5.3*107 UPDATE ^SC("TEAM" XREF 3/10/97
  1. ;;5.3;SCHEDULING;**107**;AUG 13, 1993
  1. EN ;
  1. N SCCLTM,DIK
  1. D BMES^XPDUTL("Beginning cleanup of team cross-reference in")
  1. D MES^XPDUTL("Hospital Location file . . .")
  1. D KILLOLD
  1. D ADDNEW
  1. D BMES^XPDUTL("Cross-references corrected!")
  1. Q
  1. ;
  1. KILLOLD ; if team in SC("TEAM" not in 404.51, kill the XREF entry
  1. D BMES^XPDUTL("Removing invalid cross-references.")
  1. S SCCLTM=""
  1. F S SCCLTM=$O(^SC("TEAM",SCCLTM)) Q:SCCLTM="" D
  1. .I '$D(^SCTM(404.51,"B",SCCLTM)) K ^SC("TEAM",SCCLTM)
  1. Q
  1. ;
  1. ADDNEW ; make sure each team with assoc clinics has an SC("TEAM" xref
  1. D BMES^XPDUTL("Updating cross-references from TEAM file.")
  1. S DIK="^SCTM(404.51,",DIK(1)=".01^ASCTEAM" D ENALL^DIK
  1. Q
  1. ;