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

BMCPOST.m

Go to the documentation of this file.
  1. BMCPOST ; IHS/PHXAO/TMJ - NEW INSTALLS POST ;
  1. ;;4.0;REFERRED CARE INFO SYSTEM;;JAN 09, 2006
  1. ;5.28.04 IHS/ITSC/FCJ UPDATED BY REMOVING INVALID COMMENTS
  1. ; AND XREF REINDEX
  1. ;
  1. START ; ENTRY POINT
  1. W !!,"Installing Taxonomies..." D ^BMCTX
  1. K ^TMP($J)
  1. W !!,"Installing 4 Mail Groups..." D ^BMCPOST1
  1. W !!,"Adding Mail Group Entries to Bulletins..." D ^BMCPOST2
  1. D PROV
  1. D VENDOR
  1. ;Site Parm Message
  1. W !!,"This is a first time install, be sure to populate the Site Paramters",!
  1. Q
  1. ;
  1. PROV ;Message to Site Manager - Locum Tenum Physician Entry
  1. ;
  1. S DA=$O(^VA(200,"B","LOCUM,TENUM CONTRACT",""))
  1. I DA W !,"LOCUM,TENUM CONTRACT Entry Exists",!
  1. I 'DA D
  1. .W !,"Message to Site Manager--",!!,"Add the following new Provider",!
  1. .W !,"Name = LOCUM,TENUM CONTRACT"
  1. .W !,"Provider Class = PHYSICIAN"
  1. .W !,"Code = 998"
  1. .W !,"Affiliation = CONTRACT"
  1. .W !,"Initials = LTC"
  1. .W !!,"The Referred Care Package requires this Provider entry.",!!
  1. Q
  1. ;
  1. VENDOR ;Message to Site Manager - UNSPECIFIED Vendor Entry
  1. ;
  1. S DA=$O(^AUTTVNDR("B","UNSPECIFIED",""))
  1. I DA W !,"UNSPECIFIED Vendor Entry Exists",!
  1. I 'DA D
  1. .W !,"Message to Site Manager--",!!,"Add the following new Vendor",!
  1. .W !,"Name = UNSPECIFIED"
  1. .W !,"Vendor Type = 16"
  1. .W !,"Mnemonic = UN"
  1. .W !,"EIN No. = 2999999999"
  1. .W !!,"The Referred Care Package requires this Vendor entry.",!!
  1. Q