OOPSGUI3 ;WIOFO/LLH-UTILITY BROKER CALLS ;10/03/01
Source file <OOPSGUI3.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| SETLCK(RESULTS,IEN) | ; Set Lock on Claim being edited
; Input: IEN - ASISTS Internal record number to be locked ; Output: RESULTS - Status message, if record not locked |
|
| CLRLCK(RESULTS,IEN) | ; Clears Lock on Claim being edited
; Input: IEN - ASISTS Internal record number to be cleared ; Output: RESULTS - Status message, if appropriate |
|
| GETLIST(RESULTS,FLD) | ; RPC Call - Get Pointed to List
; Input: FLD - will be the file and field # in FILE,FIELD format. ; if there is a 3 piece of FLD, it will contain the ; piece number of an extra data element to be ; returned. The format is FILE^FIELD^PIECE# ; Output: RESULTS - return array |
|
| SET1 | ;-- extract a set of codes --
|
|
| EN2 | ||
| SET3 | ;-- extract items from pointed-to file --
|
|
| GETSCHED(RESULTS,INPUT) | ;
; Input: INPUT - Is the file, field #, and IEN in ; FILE^FIELD^IEN fmt ; Output: RESULTS - return array (Integers indicating schedule) |
|
| REPLMULT(RESULTS,INPUT,DATA) | ;
; Input: INPUT - contains the FILE, FIELD, and IEN of the record ; to have the data filed into. ; DATA - contains the replacement data (internal code/ptr) ; Output: RESULTS - results array to be sent back to client |
|
| REPLIN | ;
|
|
| REPLDEL | ;
|
|
| REPLADD | ;
|
|
| BODY(RESULTS) | ; get valid Body Parts from file 2261.1
; Input: - none ; Output: RESULTS - an array containing the body parts |
|
| GETDATA(RESULTS,INPUT) | ; Retrieves Set of Code, WP, and Multiple valued fields
; for any file and field passed in the INPUT parameter ; Input - INPUT contains the File & Field # of the file to retrieve the ; data from and the File IEN. The format is FILE^FIELD^IEN ; Output - RESULTS, the array containing the data being returned |
|
| SET | ;
|
|
| EN1 | ||
| SETMULT | ;
|
|
| ENM | ||
| PTR | ; Pointer fields
|
|
| PTRMULT | ; Multiple pointer value fields
|
|
| WPFLD | ; Word processing fields
|
|
| STATINFO(RESULTS,STATIEN) | ;Get Station Info from DIC(4
; Input STATIEN - Required valid IEN for a station in DIC 4. ; Output RESULTS - Station Address info stored in this format ; STREET^CITY^STATE^ZIP or if not a valid IEN ; "INVALID STATION" |
| RPC Name | Call Tags |
|---|---|
| OOPS GET POINTED TO | GETLIST |
| OOPS GET BODY PART | BODY |
| OOPS GET CKRANGE | GETSCHED |
| OOPS GET DATA | GETDATA |
| OOPS REPLACE MULTIPLE | REPLMULT |
| OOPS GET STATION INFORMATION | STATINFO |
| OOPS SET RECORD LOCK | SETLCK |
| OOPS RELEASE RECORD LOCK | CLRLCK |
| FileNo | Call Tags |
|---|---|
| ^OOPS(2260 - [#2260] | GET1^DID |
| ^DIC(4 - [#4] | GET1^DIQ |