TIUSRVR ; SLC/JER - Server fns for record manipulation ; 01/22/2002 16:18
Source file <TIUSRVR.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
SGET(TIUY,DA) | ; Get fixed fields for record TIUDA
|
|
TGET(TIUY,TIUDA,TIUJ,TIUDAD) | ; Get each component
|
|
GET4EDIT(TIUY,TIUDA,DR) | ; Get data in preparation for editing a record
|
|
CPGT4EDT(TIUY,TIUDA) | ; Get data in preparation for editing a record
|
|
IFTEXT() | ;
|
|
GETPREF(TIUY,USER) | ; Get user's personal preferences
; Call with TIUY (by ref) ; USER is pointer to file 200 ; Returns TIUY = USER ^ DEFAULT LOCATION ^ REVIEW SCREEN SORT FIELD ^ ; ==>REVIEW SCREEN SORT ORDER ^ DISPLAY MENUS ^ PATIENT ; ==>SELECTION PREFERENCE ^ ASK 'Save changes?' AFTER ; ==>EDIT ^ ASK SUBJECT FOR PROGRESS NOTES ^ |
|
GETALRT(TIUY,XQAID) | ; Retrieve DFN and document type for a TIU alert
|
|
GET1405(TIUY,TIUDA) | ; Get the Request (field #1405) for a document
|
|
MERGTEXT(TIUDA) | ; Merge text from "TEMP"-node to "TEXT"-node
|
|
CLEANTXT(TIUDA) | ; Remove "TEXT"-nodes of document and components
|
RPC Name | Call Tags |
---|---|
TIU GET PERSONAL PREFERENCES | GETPREF |
TIU LOAD RECORD FOR EDIT | GET4EDIT |
TIU GET ALERT INFO | GETALRT |
TIU GET REQUEST | GET1405 |
ORWORB GET TIU ALERT INFO | GETALRT |
TIU LOAD RECORD TEXT | CPGT4EDT |