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

    r628 r636  
    1 HLOFILER ;ALB/CJM- Passes messages on the incoming queue to the applications - 10/4/94 1pm ;07/10/2007
    2  ;;1.6;HEALTH LEVEL SEVEN;**126,131,134,137**;Oct 13, 1995;Build 21
     1HLOFILER ;ALB/CJM- Passes messages on the incoming queue to the applications - 10/4/94 1pm ;03/28/2007
     2 ;;1.6;HEALTH LEVEL SEVEN;**126,131,134**;Oct 13, 1995;Build 30
    33 ;Per VHA Directive 2004-038, this routine should not be modified.
    44 ;
     
    115115 D DEQUE()
    116116 ;
    117  ;may need to change the status to Error
     117 ;may need to change the status to Application Error
    118118 D
    119119 .N NODE,RAPP,SAPP,FS,CS,REP,ESCAPE,SUBCOMP,HDR,DIR,NOW
     
    121121 .S NODE=$G(^HLB(MSGIEN,0))
    122122 .Q:NODE=""
    123  .Q:$P(NODE,"^",20)="ER"
    124  .S $P(NODE,"^",20)="ER",$P(NODE,"^",21)="APPLICATION ROUTINE ERROR"
     123 .Q:$P(NODE,"^",20)="AE"
     124 .S $P(NODE,"^",20)="AE",$P(NODE,"^",21)="APPLICATION ROUTINE ERROR"
    125125 .S DIR=$S($E($P(NODE,"^",4))="I":"IN",1:"OUT")
    126126 .I $P(NODE,"^",9) K ^HLB("AD",DIR,$P(NODE,"^",9),MSGIEN)
     
    138138 .I RAPP="" S RAPP="UNKNOWN"
    139139 .S SAPP=$$DESCAPE^HLOPRS1($P($P(HDR,FS,3),CS),FS,CS,SUBCOMP,REP,ESCAPE)
    140  .S ^HLB("ERRORS",RAPP,NOW,MSGIEN)=""
     140 .S ^HLB("ERRORS","AE",RAPP,NOW,MSGIEN)=""
    141141 .D COUNT^HLOESTAT(DIR,RAPP,SAPP,"UNKNOWN")
    142142 ;
Note: See TracChangeset for help on using the changeset viewer.