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/HLTPCK2B.m

    r628 r636  
    1 HLTPCK2B ;OIFO-O/RJH - Message Header Validation (Con't) ;10/04/2007  16:00
    2  ;;1.6;HEALTH LEVEL SEVEN;**120,133,122**;Oct 13, 1995;Build 14
     1HLTPCK2B ;OIFO-O/RJH - Message Header Validation (Con't) ;09/13/2006
     2 ;;1.6;HEALTH LEVEL SEVEN;**120,133**;Oct 13, 1995;Build 13
    33 ;Per VHA Directive 2004-038, this routine should not be modified.
    44 ;
     
    2323 . S X=$G(^HLMA(ARY("MTIENS"),0)),ARY("EIDS")=$P(X,U,8),ARY("ACK")=$P(X,U,10)
    2424 . ;if no subscriber protocol then response msg. is invalid
    25  . ;
    26  . ; patch HL*1.6*122 start
    27  . ; comment out the following code: for patch 109- dynamic addressing
    28  . ; I ('ARY("EIDS")) S:(ERR="") ERR="Invalid Message Control ID in MSA Segment - No Subscr. IEN in 773" Q
     25 . I ('ARY("EIDS")) S:(ERR="") ERR="Invalid Message Control ID in MSA Segment - No Subscr. IEN in 773" Q
    2926 . ;get message text ien in file 772 and server protocol, 'EID'
    3027 . S ARY("MTIEN")=+X,X=$G(^HL(772,+X,0)),ARY("EID")=$P(X,U,10)
    3128 . I ('ARY("EID")) S:(ERR="") ERR="Event Protocol not found" Q
    32  . ; D EVENT^HLUTIL1(ARY("EIDS"),"770,773",.HLN)
    33  . I ARY("EIDS") D EVENT^HLUTIL1(ARY("EIDS"),"770,773",.HLN)
    34  . ; patch HL*1.6*122 end
     29 . D EVENT^HLUTIL1(ARY("EIDS"),"770,773",.HLN)
    3530 ;
    3631 ;Find Server Protocol - based on sending application, message type,
Note: See TracChangeset for help on using the changeset viewer.