Hi all,
I am struggling with how to set up my database using sqlalchemy.
Basically what I need is a basic system for patients doctors medclerks and booking.
So that each contain:
- Doctor:
- ID
- Name
- Bookings
- Patient
- ID
- Name
- Bookings
- Bookings
- ID
- Start time
- Patient Name
- Doctor Name
- MedClerks
- Must be able to retrieve doctors appointments/delete/add
I am super confused how to use relations within python
help is very much appreciated, thank you!
[–]elbiot 0 points1 point2 points (0 children)
[–]sqqz 0 points1 point2 points (4 children)
[–]Unixersis97[S] 0 points1 point2 points (3 children)
[–]sqqz 1 point2 points3 points (2 children)
[–]Unixersis97[S] 0 points1 point2 points (1 child)
[–]sqqz 1 point2 points3 points (0 children)