Hw do write a program wc schedules patient appointments by date & time @ a hospital based on illnes,patient location,age . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hw do write a program wc schedules patient appointments by date & time @ a hospital based on illnes,patient location,age .

The information will be stored in a csv file and allow transfering of information in a dictionary structure

31st Oct 2020, 4:26 PM
Simbarashe Mpofu
Simbarashe Mpofu - avatar
6 Answers
+ 2
Hi, as far as I understood, you want hospital patient registration app. This is similar to hotel, motel guest registration app. it is not so difficult. Use tkinter for gui. Use sqlite3 for database Use python code to interact between them. Of course, you can use html, css, js for gui and then use eel library to interact between web browser and python code. Also it is possible to use electron js + python It is all up to you
31st Oct 2020, 6:13 PM
Shadoff
Shadoff - avatar
+ 1
You can maybe start like this. Use the csv module to read a csv file into a python dictionary. Then you can create a function that judges a patient based on his/her illness, age etc. and returns an integer value based on that. Then use can sort the values to get which patient is more critical.
31st Oct 2020, 4:45 PM
XXX
XXX - avatar
+ 1
Simbarashe Mpofu I hope this is just an assignment or homework assigned to you by a teacher or lecturer rather than an actual hospital management system that you're supposed to design. I say this because you haven't even shown an initial attempt at how you're going to approach designing or implementing this system. Also, these days hospital systems are expected to handle privacy concerns about patient health information and the security you need to have to keep the information private and secure.
31st Oct 2020, 11:06 PM
Macross-Plus
Macross-Plus - avatar
+ 1
This is an assignment
31st Oct 2020, 11:09 PM
Simbarashe Mpofu
Simbarashe Mpofu - avatar
0
Can u pliz write a code wc shows that
31st Oct 2020, 5:37 PM
Simbarashe Mpofu
Simbarashe Mpofu - avatar
0
Simbarashe Mpofu you should try it yourself and if you get stuck you can show your code and ask for help. But if you want somebody else to write the code for you, expect that you have to pay for it and also please use another platform for that. This place is for Q&A
31st Oct 2020, 5:53 PM
Benjamin Jürgens
Benjamin Jürgens - avatar