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

MDCA03.m

Go to the documentation of this file.
  1. MDCA03 ;HINES OIFO/DP/BJ/TJ - HL7 Build Discharge/End Visit (A03) Message;21-JUN-2007
  1. ;;1.0;CLINICAL PROCEDURES;**16,12**;Apr 01, 2004;Build 318
  1. ; Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. VALID ;;VDEF HL7 MESSAGE BUILDER
  1. Q
  1. ;
  1. EN(KEY,VFLAG,OUT,MSHP) ;
  1. ;
  1. ; Inputs:
  1. ; KEY - IEN of file to create message from
  1. ; VFLAG - "V" for VistA HL7 destination
  1. ; OUT - target array, passed by reference
  1. ; MSHP - Piece 4 contains message subtype
  1. ;
  1. ; Output: Two part string with parts separated by "^"
  1. ; Part 1: "LM" - output in local array passed in "OUT" parameter
  1. ; "GM" - output in ^TMP("HLS",$J)
  1. ; Part 2: No longer used ;
  1. ;
  1. ;
  1. Q $$BLDMSG^MDCADT(KEY,VFLAG,.OUT,MSHP,"A03")
  1. ;