ORQPTQ11 ; SLC/CLA - Functs which return patient lists and sources pt 1B ;05/21/14 21:32
Source file <ORQPTQ11.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
DEFSRC(Y) | ; return current user's default list source
|
|
FDEFSRC(ORDUZ) | ; extrinsic function return user's (ORDUZ) default list source
|
|
LISTSRC(ORDUZ,TYPE) | ; extrinsic function return user's (ORDUZ) list source
; for list type team, ward, primary provider, specialty, clinic, combination (TYPE) |
|
DEFLIST(Y) | ; return current user's default patient list
|
|
DEFSORT(Y) | ; Return user's default sort.
; SLC/PKS - 4/6/2001 |
|
PNAMWRIT(ORROOT,ORDFN) | ; Write patient name to ^TMP global.
|
|
RPLMAKE(Y,ORTL) | ; Make global restricted pt. array from Team List.
|
|
RPLREAD(Y,ORJ,ORFROM,ORDIR) | ; Read disk-based patient array from TMP.
|
|
RPLCLEAN(Y,ORJ) | ; Kill global data using passed global root value.
|
RPC Name | Call Tags |
---|---|
ORQPT DEFAULT PATIENT LIST | DEFLIST |
ORQPT DEFAULT LIST SOURCE | DEFSRC |
ORQPT DEFAULT LIST SORT | DEFSORT |
ORQPT MAKE RPL | RPLMAKE |
ORQPT READ RPL | RPLREAD |
ORQPT KILL RPL | RPLCLEAN |