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
6 Réponses
+ 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
+ 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.
+ 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.
+ 1
This is an assignment
0
Can u pliz write a code wc shows that
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