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

IBCNEHLO.m

Go to the documentation of this file.
  1. IBCNEHLO ;DAOU/ALA - Outgoing HL7 messages ;17-JUN-2002
  1. ;;2.0;INTEGRATED BILLING;**184,300**;21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. ;**Program Description**
  1. ; This program passes the HL7 protocol (variable IBCNHLP - defined by
  1. ; the calling routine) to INIT^HLFNC2, which loads protocol specific
  1. ; variables needed to generate an HL7 message into the HL array.
  1. ; In addition, the protocol IEN is set using the extrinsic function,
  1. ; $$HLP^IBCNEHLU.
  1. ;
  1. ; Input Parameters
  1. ; IBCNHLP = Protocol Name
  1. ;
  1. ;
  1. INIT ; Initialization for HL7
  1. D INIT^HLFNC2(IBCNHLP,.HL)
  1. S HLFS=HL("FS"),HLECH=$E(HL("ECH"),1),HL("SAF")=$P($$SITE^VASITE,U,2,3)
  1. ; S HLEID=$$HLP^IBCNEHLU(IBCNHLP)
  1. Q
  1. ;