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

MDPOST91.m

Go to the documentation of this file.
  1. MDPOST91 ;HPS/CW - Post Installation Tasks ; 9/11/19 8:38am
  1. ;;1.0;CLINICAL PROCEDURES;**91**;Apr 01, 2004;Build 5
  1. ;;Per VA Directive 6402, this routine should not be modified..
  1. ;
  1. ; This routine uses the following IAs:
  1. ; IA# 10141 MES^XPDUTL Kernel
  1. ; IA# 2263 [Supported] XPAR Utilities
  1. ;
  1. Q
  1. EN ; Post installation tasks to bring Legacy CP up to snuff
  1. ;
  1. D BMES^XPDUTL(" Setting CP web link")
  1. D EN^XPAR("SYS","MD WEBLINK",1,$$URL())
  1. ;
  1. K MDK,MDKLST
  1. D BMES^XPDUTL(" MD*1.0*91 Post Init complete")
  1. ;
  1. Q
  1. ;
  1. URL() ; [Function] Return Clinical Procedures Homepage URL
  1. Q "dvagov.sharepoint.com/sites/oitspmhspcsclinproc"
  1. ;Q "dvagov.sharepoint.com/sites/OITEPMOClinicalProcedures/SitePages/Home.aspx"
  1. ;
  1. Q