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

HLPAT67.m

Go to the documentation of this file.
  1. HLPAT67 ;SFCIOFO/JIC POSTINIT ;12/07/2000 16:10 [ 04/02/2003 8:38 AM ]
  1. ;;1.6;HEALTH LEVEL SEVEN;**1004**;APR 1, 2003
  1. ;;1.6;HEALTH LEVEL SEVEN;**67**;JUL 17, 1995
  1. ENTER ; For Cache/NT sites which have patch HL*1.6*39 installed,
  1. ; for every TCP link to a VA site, set the SAY HELO field to YES
  1. D BMES^XPDUTL("Checking to see if the post-init should run:")
  1. I ^%ZOSF("OS")'["OpenM" D Q
  1. . D MES^XPDUTL("This is not a Cache/NT site. Post-init not needed.")
  1. E D
  1. . D MES^XPDUTL("This is a Cache/NT site. Post-init needed.")
  1. I '$$PATCH^XPDUTL("HL*1.6*39") D Q
  1. . D MES^XPDUTL("HL*1.6*39 is not installed. Post-init will not run.")
  1. . D MES^XPDUTL("You will have to manually identify TCP VA links and")
  1. . D MES^XPDUTL("set their SAY HELO field to YES.")
  1. E D
  1. . D MES^XPDUTL("HL*1.6*39 is installed. Post-init will run.")
  1. D BMES^XPDUTL("Post-init will identify all TCP links to VA sites (name starts with 'VA')")
  1. D MES^XPDUTL("and set the SAY HELO field to YES:")
  1. N HLTCP,HLL,HLNAME
  1. S HLTCP=$O(^HLCS(869.1,"B","TCP",0)) Q:'HLTCP
  1. S HLL=0
  1. F S HLL=$O(^HLCS(870,"ALLP",HLTCP,HLL)) Q:'HLL D
  1. . S HLNAME=$P($G(^HLCS(870,HLL,0)),U,1)
  1. . I $E(HLNAME,1,2)'="VA",HLNAME'="MPIVA" Q ; must be link to VA site
  1. . D MES^XPDUTL("ien="_HLL_", name="_$P(^HLCS(870,HLL,0),U,1))
  1. . S $P(^HLCS(870,HLL,400),U,7)="Y"
  1. D BMES^XPDUTL("The SAY HELO field was set to YES for the above TCP Links.")
  1. D MES^XPDUTL("Please review this. If any is not a VA site, set its SAY HELO field to NO.")
  1. Q