SC(IEN,'S',DATE |
|
Loops through ^SC(ien,"S",date to get patients with
appointments in all clinics within a date range (date range is from 30 days
before installation to 30 days after installation).
|
SC(IEN,'S',DATE,1,APPTIEN) |
|
Loops through appointments within clinic at specific
date/time.
|
SC(IEN,'S',DATE,1,APPTIEN,0) |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
.01 |
Direct Global Read & w/Fileman |
This will allow us to retrieve the PATIENT file pointer
for appts within the date range. We use this to pass to the orders conversion
process. This ensures patients who were recently seen (or who will be seen in
the near future) get their orders converted as early as possible in the
process.
|
PATIENT |
0;1 |
|
|