Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/HEALTH_LEVEL_SEVEN-HL/HLOCNRT.m

    r628 r636  
    1 HLOCNRT ;DAOU/ALA-Generate HL7 Optimized Message ;07/24/2007
    2  ;;1.6;HEALTH LEVEL SEVEN;**126,132,134,137**;Oct 13, 1995;Build 21
     1HLOCNRT ;DAOU/ALA-Generate HL7 Optimized Message ;03/15/2007
     2 ;;1.6;HEALTH LEVEL SEVEN;**126,132,134**;Oct 13, 1995;Build 30
    33 ;Per VHA Directive 2004-038, this routine should not be modified.
    44 ;
     
    1717 ;   ARYTYP = The array where HL7 message resides
    1818 ;   HLP = Additional HL7 message parameters (optional, pass by reference)
    19  ;        These optional subscripts to HLP are supported for input:
    20  ;             "APP ACK RESPONSE" = <tag^routine> to call when the app ack is received
    21  ;             "CONTPTR"
     19 ;        These optional subscripts to HLL are supported for input:
    2220 ;             "SECURITY"
    23  ;             "SEQUENCE QUEUE" - queue used to maintain the order of the messages via application acks.  If used, the application MUST specify that both an accept ack and application ack be returned.
     21 ;              "CONTPTR"
     22 ;              "APP ACK RESPONSE" = <tag^routine> to call when the app ack is received
    2423 ;       
    2524 ;   HLL  (optional, pass by reference) Additional message recipients being dynamically added
     
    5150 . I $G(HLP("CONTPTR"))'="" S APPARMS("CONTINUATION POINTER")=HLP("CONTPTR")
    5251 . I $G(HLP("QUEUE"))'="" S APPARMS("QUEUE")=HLP("QUEUE")
    53  . I $G(HLP("SEQUENCE QUEUE"))'="" S APPARMS("SEQUENCE QUEUE")=HLP("SEQUENCE QUEUE")
    5452 . I $G(HLP("APP ACK RESPONSE"))'="" S APPARMS("APP ACK RESPONSE")=HLP("APP ACK RESPONSE")
    5553 ;
Note: See TracChangeset for help on using the changeset viewer.