Print Page as PDF
Clinic schedule API ICR (7076)

Clinic schedule API    ICR (7076)

Name Value
NUMBER 7076
IA # 7076
DATE CREATED 2019/05/15
CUSTODIAL PACKAGE SCHEDULING
USAGE Controlled Subscription
TYPE Routine
ROUTINE SDEC02
NAME Clinic schedule API
GENERAL DESCRIPTION
Returns appointments scheduled for a set of resources.
STATUS Pending
DURATION Till Otherwise Agreed
ID SDEC02
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT VARIABLES
CRSCHED
VARIABLES TYPE VARIABLES DESCRIPTION
SDECY Output
Name of the global array where results are returned.

Line 0 contains a header as follows:

I00020APPOINTMENTID ^ D00030START_TIME ^ D00030END_TIME ^ D00030CHECKIN ^
D00030AUXTIME ^ I00020PATIENTID ^ T00030PATIENTNAME ^ T00030RESOURCENAME ^
I00005NOSHOW ^ T00020HRN ^ I00005ACCESSTYPEID ^ I00005WALKIN ^ D00030CHECKOUT
^ I00020VPROVIDER ^ T00020CANCELLED ^ T00250NOTE ^ T00030DAPTDT ^
T00030APPTREQTYPE ^ T00030DIEDON ^ T00030EESTAT ^ T00250MULT ^ T00030SDPARENT
^ T00050SDLAST ^ T00030SSN ^ T00030DOB ^ T00100SENSITIVE

The remaining lines return lines of data separated by ^ as follows:

1. APPOINTMENT ID - pointer to Appointments file (#409.84) 2. START_TIME -
appointment start date/time (external format) 3. END_TIME - appointment end
date/time (external format) 4. CHECKIN - check-in date/time (external format)
5. AUXTIME - check-in date/time entered (external format) 6. PATIENTID -
pointer to Patient file (#2) 7. PATIENTNAME - patient's name 8. RESOURCENAME -
name of resource (from #409.831) 9. NOSHOW - no show date/time (external
format) 10. HRN - medical record number 11. ACCESSTYPEID - access type
(pointer to #409.1) 12. WALKIN - appointment is walk-in (y) or not (n) 13.
CHECKOUT - appointment check-out date/time (external format) 14. VPROVIDER -
unused 15. CANCELLED - cancellation date/time (external format) 16. NOTE -
appointment note 17. DAPTDT - desired date of appointment (external format)
18. APPTREQTYPE - appointment request type (A=APPT, C=Consult, E=EWL,
R=Recall) 19. DIEDON - patient's date of death (FileMan format) 20. EESTAT -
Patient Status  N=NEW  E=ESTABLISHED 21. MULT   - unused 22. SDPARENT - unused
SDECRES Input
List of resources (pointers to #409.831 or resource
names) separated by |.  REQUIRED
SDECSTART Input
Start date (external format).  REQUIRED
SDECEND Input
End date (external format).  REQUIRED
SDECWKIN Input
Include walk-ins (1) or not (0).  OPTIONAL.  Default
is 0.
MAXREC Input
Maximum number of records to return.  OPTIONAL.
Default is 99999.
LASTSUB Input
Unused.