Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: HLOUSR3

Package: Health Level Seven

Routine: HLOUSR3


Information

HLOUSR3 ;ALB/CJM/RBN -ListManager Screen for viewing messages(continued);12 JUN 1997 10:00 am ;03/26/2012

Source Information

Source file <HLOUSR3.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Main entry point.
SEARCH ; Find a message.
END ; Return to List Manager.
ADDTO(DIR,TIME,APP,MSG,EVENT,IEN) ; Add message to queue.
LJ(STRING,LEN) ;
I() ;
ASK(PARMS) ; Ask for parameter values.
ASKMAX() ; Ask for the maximum number of messages.
ASKAPP() ; Ask for application name.
ASKMSG() ;
ASKEVENT() ; Ask for event.
ASKDIR() ; Ask message direction
HDR ; Set the List Manager header
HLP ;
EXIT ; Clean up and exit back to List Manager
SETPURGE ; Set a message up for purging.
SCREEN() ; Screen for message purge status.
RESEND ; If outbound message has been sent, resends it.
REPROC ; If inbound message has been processed, reprocesses it.
MSGPREP ; Enable or disable menu options

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Can not set purge yet!"
  • Line Location: SETPURGE+5
Function Call: WRITE
  • Prompt: !,"**** You are not authorized to use this option ****"
  • Line Location: RESEND+4
Function Call: WRITE
  • Prompt: !,"Sorry that option is not available for this message."
  • Line Location: RESEND+9
Function Call: WRITE
  • Prompt: !,"Message is not an outbound message"
  • Line Location: RESEND+13
Function Call: WRITE
  • Prompt: !,"Message has not been sent!"
  • Line Location: RESEND+14
Function Call: WRITE
  • Prompt: ERROR
  • Line Location: RESEND+17
Function Call: WRITE
  • Prompt: !,"The message has been copied to MsgID ",MSGIEN," which will be displayed next"
  • Line Location: RESEND+18
Function Call: WRITE
  • Prompt: !,"**** You are not authorized to use this option ****"
  • Line Location: REPROC+5
Function Call: WRITE
  • Prompt: !,"Sorry that option is not available for this message."
  • Line Location: REPROC+9
Function Call: WRITE
  • Prompt: !,"Message is not an inbound message"
  • Line Location: REPROC+13
Function Call: WRITE
  • Prompt: !,"Message has not been processed"
  • Line Location: REPROC+14
Function Call: WRITE
  • Prompt: ERROR
  • Line Location: REPROC+16
Function Call: WRITE
  • Prompt: !,"Done! The message has been reprocessed by the application."
  • Line Location: REPROC+17
Info |  Source |  Entry Points |  Interaction Calls