I'm designing my first database for the purpose of recording appointments for multiple therapists/patients and i'm looking at what fields to include in the appointment table.
When it comes to the time and length of the appointment, is it better to specify a start time and duration or a start and end time?
Also, should i have separate fields for year/day/hour/minute etc or treat this as one moment in time specified by all those things?
and, would it be better to have a database per year or one ongoing database?
the data will be used for displaying and printing timetables for patients and therapists and possibly summarizing the number of appoints for individuals and similar types of report. Appointments are multiples of 15 mins.
The general approach I'm taking is a table of appointments and tables for patients, therapists, types of therapy.
I'd value any opinions!
When it comes to the time and length of the appointment, is it better to specify a start time and duration or a start and end time?
Also, should i have separate fields for year/day/hour/minute etc or treat this as one moment in time specified by all those things?
and, would it be better to have a database per year or one ongoing database?
the data will be used for displaying and printing timetables for patients and therapists and possibly summarizing the number of appoints for individuals and similar types of report. Appointments are multiples of 15 mins.
The general approach I'm taking is a table of appointments and tables for patients, therapists, types of therapy.
I'd value any opinions!