| GENERAL DESCRIPTION |
This RPC returns the user's list of preferred date
ranges for clinic appointment search, as well as their default date range.
The return array from this RPC will look like this:
RESULT(0)="T^T"
RESULT(1)="T;T^Today"
RESULT(2)="T+1;T+1^Tomorrow"
RESULT(3)="T-1;T-1^Yesterday"
RESULT(4)="T-7;T^Past Week"
RESULT(5)="T-31;T^Past Month"
RESULT(6)="S^Specify Date Range..."
Where the 0th element of the array is the user's default range, and the
subsequent elements are the remaining choices to be presented for list
retrieval.
|