TIUU ; SLC/JER - Utility subroutines for Discharge Summary ;9/7/94 16:37
Source file <TIUU.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
TITLE(X) | ; Pads titles
; Recieves: X=title to be padded |
|
JUSTIFY(X,JUST) | ; Justifies Text
; Receives: X=text to be justified ; JUST="L" --> left, "C" --> center, "R" --> right, ; "J" --> justified to WIDTH ; WIDTH=justification width (when JUST="j" |
|
STOP(PROMPT,SCROLL) | ; Call DIR at bottom of screen
|
|
STOPX | ||
READ(TYPE,PROMPT,DEFAULT,HELP,SCREEN) | ; Calls reader, returns response
|
|
READX | ||
UPDATE | ; Updates fields in review screen
; Receives: X=new value of field ; FLD=name of field to be modified |
|
LISTREAD(TIULIST,ANSTYPE) | ; Present list to user for selection of item(s)
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|