IBJPC2 ;ALB/FA - IBJP HCSR Wards Parameter Screen ;17-JUL-2014
Source file <IBJPC2.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ;EP
; Main entry point for IBJP HCSR PARAMETERS |
|
HDR | ;EP
; Header code |
|
INIT | ;EP
; Initialize variables and list array |
|
BLD | ; Build screen array, no variables required for input
|
|
SETTEXT(TEXT,LN,COL,RV) | ; Sets a line of text into the body of the template
; Input: TEXT - Text to be displayed ; LN - Body line to display text on ; COL - Column to begin display the text in ; RV - 1 - Set Video Control Characters. Null Otherwise ; ^TMP("IBJPC2") - Current global array of body display lines ; Output: ^TMP("IBJPC2") - Updated global array of body display lines ; Returns: LN - Next body line after the one just set |
|
SET1(STR,LN,COL,WD,RV) | ; Sets up TMP array with screen data
; Input: STR - Text to be set into the line of the body ; LN - Line of the body to be set ; COL - Column to begin displaying text in ; WD - Width of the text to be displayed ; RV - 1 - Set Video Control Characters. Null Otherwise ; ^TMP("IBJPC2") - Current global array of body display lines ; Output: ^TMP("IBJPC2") - Updated global array of body display lines |
|
HELP | ;EP
; Help code |
|
OP | ;EP
; Listman Protocol Action to Edit 'Other' HBCSR Site Parameters in node 62 |
|
EXIT | ;EP
; Exit code |
|
EXPND | ;EP
; Expand code |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|