TIUSRVLL ; SLC/JER - Server functions for LOCAL lists ;7/16/01
Source file <TIUSRVLL.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
LIST(TIUY,CLASS,DFN,EARLY,LATE) | ; Build List user can select from to browse
|
|
GATHER(TIUY,DFN,CLASS,TIUI) | ; Find/sort records for the list to browse
|
|
CONTEXT(TIUY,CLASS,CONTEXT,DFN,EARLY,LATE,PERSON,OCCLIM,SEQUENCE,TIUEXPKD) | ; main
; --- Call with: TIUY - Return array, pass by reference ; CLASS - Pointer to TIU DOCUMENT DEFINITION #8925.1 ; CONTEXT - 1=All Signed (by PT), ; - 2="Unsigned (by PT&(AUTHOR!TANSCRIBER)) ; - 3="Uncosigned (by PT&EXPECTED COSIGNER ; - 4="Signed notes (by PT&selected author) ; - 5="Signed notes (by PT&date range) ; DFN - Pointer to Patient (#2) ; [EARLY] - FM date/time to begin search ; [LATE] - FM date/time to end search ; [PERSON] - Pointer to file 200 (DUZ if not passed) ; [OCCLIM] - Occurrence Limit (optional) ; [SEQUENCE] - "A"=ascending (Regular date/time) (dflt) ; - "D"=descending (Reverse date/time) ; [TIUEXPKD] - Return array, pass by ref. ; TIUEXPKD(IFN)="", where we will expand IFN ; so ID kids/adda that meet criteria are ; displayed under it. |
|
ACLPT(ARRAY,CLASS,DFN,TIME1,TIME2,OCCLIM,SEQUENCE) | ; Signed,
|
|
SETARRY(ARRAY,TIUORDER) | ; Set ARRAY(SUB)=DA, which is passed
|
|
REPLACE(TIUDA,DATTIM,EXPAND,FORGETAD) | ; Populate ^TMP("TIUREPLACE",$J) with
|
|
ACLAU(ARRAY,CLASS,AUTHOR,DFN,TIME1,TIME2,SEQUENCE,TIUEXPKD) | ; Unsigned
|
|
ACLEC(ARRAY,CLASS,EXCOSIGN,DFN,TIME1,TIME2,SEQUENCE,TIUEXPKD) | ; Uncosigned
|
|
ACLSB(ARRAY,CLASS,SIGNEDBY,DFN,TIME1,TIME2,SEQUENCE,TIUEXPKD) | ; Signed, by author
|
|
APTCL(ARRAY,CLASS,TIUAUTH,DFN,TIME1,TIME2,SEQUENCE,TIUEXPKD) | ; Signed, by author
|