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

SD53P515.m

Go to the documentation of this file.
  1. SD53P515 ;bpoifo/swo post init 8.7.2007
  1. ;;5.3;Scheduling;**515**;Aug 13, 1993;Build 14
  1. Q ;no entry from top
  1. POST ;entry point post init
  1. N DA,DIE,DR,SCMCV1,SCMCV2,SCMCV3
  1. S SCMCV1=$$KSP^XUPARAM("INST")
  1. I SCMCV1="" D Q
  1. .D BMES^XPDUTL("Cannot determine your station. Post Init will abort, contact IRM")
  1. S SCMCV2=$O(^HL(771,"B","PCMM-515",""))
  1. I SCMCV2="" D Q
  1. .D BMES^XPDUTL("Cannot find HL7 APPLICATION PARAMETER ""PCMM-515"" Post Init will abort, contact IRM")
  1. D BMES^XPDUTL("Setting FACILITY NAME field of PCMM-515 application parameter to")
  1. D MES^XPDUTL(SCMCV1)
  1. S DIE="^HL(771,",DA=SCMCV2,DR="3///"_SCMCV1 D ^DIE
  1. S SCMCV3=$O(^ORD(101,"B","PCMM SEND CLIENT FOR ADT-A08",""))
  1. I SCMCV3="" D Q
  1. .D BMES^XPDUTL("Cannot find PROTOCOL ""PCMM SEND CLIENT FOR ADT-A08"" Post Init will abort, contact IRM")
  1. Q
  1. PRE ;entry point pre init
  1. I $D(^XTMP("SCMCHL")) D S XPDABORT=1 Q
  1. .D BMES^XPDUTL("PCMM HL7 transmission in progress. Patch cannot be installed at this time.")
  1. Q