In this simple python project with database, I tried to make a patient diagnostic information system using SQL.
Every day, nurses have to gather those informations from all the patients they are responsible for. So to make it easier to store the data, in this project I created two classes: one for patients and the other for vital signs.
- In class 'Hasta' you can save the personal and clinic info you gathered from the patient.
- In class 'Anta' you can save the vital signs of the patient. Anta is an abbreviation for all the elements you should be checking for vitals in my mother language.
- In class 'Ilac' you can save the medicine of the patient that is used for the current treatment or used permanently.
- You can see the list of the patients, medicines and all the vital sign informations.
- You can look for a patient, medicines and all the vital sign informations by entering their personal id number.