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: HLEMP1

Package: Health Level Seven

Routine: HLEMP1


Information

HLEMP1 ;ALB/CJM-HL7 - Selector for Events Log Profiles ;07/10/2003

Source Information

Source file <HLEMP1.m>

Entry Points

Name Comments DBIA/ICR reference
SELECT(USER,SCRNSIZE) ;
AGAIN ;
FINDALL(USER,ARY) ;finds all of the profiles belonging to USER and puts them on @ARY,returns the count
CHOOSE(ARY) ;asks the user to select a profile - @ARY@("#", is the array of profiles displayed so far(subscripted by the number on the list), @ARY@("NAME", the entire array (subscripted by name,ien)
HELP ;choosing help restarts the display (by setting NAME="")
MSG ;
PAUSE ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Please select the profile you wish to use"
  • Line Location: SELECT+23
Function Call: WRITE
  • Prompt: !,COUNT," ",NAME
  • Line Location: AGAIN+4
Function Call: WRITE
  • Prompt: !,"You can choose a profile by the number or by it's name.",!
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !,"You must enter the number or name of the profile!"
  • Line Location: MSG+1
Function Call: WRITE
  • Prompt: !,$C(7),"Press RETURN to continue..."
  • Line Location: PAUSE+2
Info |  Source |  Entry Points |  Interaction Calls