DESCRIPTION |
This RPC call will generate a list sorted by Patient Name, Patient IEN,
and Order IEN based on all Orders for a particular PROVIDER at the
ORDER ACTIONS level where the Activity Date/Time is within the date
range passed in. The list will also contain the Order Status and Date
Order Entered In. Parameters it accepts are Provider IEN from File
#200 along with Begin Date and End Date in FileMan format.
|
RETURN PARAMETER DESCRIPTION |
This returns a list of Patient Names, Patient IENs, and Order IENs
along with Order Status and Date When Order Entered In, e.g.:
^TMP("ORPATORD",$J,1)=<Patient Name>^<Patient IEN>^<Order IEN>^
<Order Status>^<Date When Order Entered In>
|