IBDFU91 ;ALB/CJM - ENCOUNTER FORM - transforms needed to validate,display and pass data;AUG 18,1995
Source file <IBDFU91.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| OUTPUT(PI,Y) | ;xecutes the output transform of the package interface on Y
|
|
| INPUT(PI,X) | ;xecutes the input transform of the package interface on X
|
|
| CHOICE(PI,X) | ;executes the selector of the package interface=PI, user input is X
; -- X should be passed by reference. ; -- sets IBLABEL,IBID,IBQUAL |
|
| FDCHOICE(PI,X) | ;executes the selector of the package interface=PI,X=the user input, then runs it through the input transform for a value that can be passed to the PCE GDI
; -- X should be passed by reference. |
|
| HPTRNS(TYPEDATA,X,IBFORMID) | ;used to transform a value read from a hand print field (X) into a value that can be passed to the database
|
|
| VALIDATE(PI,X) | ;used to validate the value stored with a selection(file 357.3)
|
|
| HELP(PI) | ;writes the help message for the package interface
|
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|