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

LHSPST1.m

Go to the documentation of this file.
  1. LHSPST1 ;ALB/BNT - LIGHTHOUSE INITIAL DEPLOYMENT POST INSTALL ;23-FEB-2020
  1. ;;1.0;LIGHTHOUSE;****;23-FEB-2020;Build 9
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. ;
  1. POST ; Add the Lighthouse Proxy Account
  1. N IEN200
  1. D MES^XPDUTL("Adding entry 'LHS,APPLICATION PROXY' to the New Person file (#200)")
  1. S IEN200=$$CREATE^XUSAP("LHS,APPLICATION PROXY","","LHS RPC CONTEXT")
  1. I +IEN200=0 D MES^XPDUTL("........'LHS,APPLICATION PROXY' already exists.")
  1. I +IEN200>0 D MES^XPDUTL("........'LHS,APPLICATION PROXY' added.")
  1. I IEN200<0 D MES^XPDUTL("........'ERROR: LHS,APPLICATION PROXY' NOT added.")
  1. Q