Wednesday, October 30, 2019

Making a scheduling app/programm for recurring treatment

I am trying to make a scheduling app/program for recurring treatments..ie.. for patients requiring treatments daily (5 days a week) for about 6-7 weeks.

Scheduling has to happen for 6-7 rooms with each room accommodating 50 patients each per day, and each treatment slot extending anywhere between 20-40min (based on the site and type of treatment)

My idea is to have the following data in the front end:
  1. patient name
  2. Hospital ID
  3. Site of treatment
  4. modality of treatment
  5. Expected starting date
  6. No of fractions (no. of recurrences)
Based on the data on 3-6 above, the room has to be allotted for the patient and also further booking for the next 6-7weeks (based on the no. of fractions) has to be blocked for him [except on saturdays and sundays] against his name and ID.

I am completely new to django and python and don't have a background in programming
I have taught myself a bit of python and django and use PyCharm

Kindly help me out

Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/257b2fd2-3b93-4370-8bd4-f07b47f64d5a%40googlegroups.com.

No comments:

Post a Comment