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

SCMSPRE.m

Go to the documentation of this file.
  1. SCMSPRE ;ALB/JRP - AMB CARE PRE INIT DRIVER;28-MAY-1996
  1. ;;5.3;Scheduling;**44,1015**;AUG 13, 1993;Build 21
  1. CHKPTS ;Create check points for pre-init
  1. ;Input : All variables set by KIDS
  1. ;Output : None
  1. ;
  1. ;Declare variables
  1. N TMP
  1. ;Create check points
  1. ;Create Z00 HL7 Event Code
  1. S TMP=$$NEWCP^XPDUTL("SCMS01","HL7EVNT^SCMSP0")
  1. ;Create HL7 Applications
  1. S TMP=$$NEWCP^XPDUTL("SCMS02","HL7APPS^SCMSP0")
  1. ;Create Mail Group for HL7 Logical Link
  1. S TMP=$$NEWCP^XPDUTL("SCMS03","MAILGRP^SCMSP0")
  1. ;Create HL7 Lower Level Protocol Parameters
  1. S TMP=$$NEWCP^XPDUTL("SCMS04","HL7LLPP^SCMSP0")
  1. ;Create HL7 Logical Link
  1. S TMP=$$NEWCP^XPDUTL("SCMS05","HL7LINK^SCMSP0")
  1. ;Done
  1. Q