Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melisa-karatas/nursing_patient_diagnostic_information_system

In this simple python project with database, I tried to make a patient diagnostic information system using SQL.
https://github.com/melisa-karatas/nursing_patient_diagnostic_information_system

class health healthcare management-system medical nurse nursing object-oriented-programming python sql sqlite sqlite3

Last synced: 3 days ago
JSON representation

In this simple python project with database, I tried to make a patient diagnostic information system using SQL.

Awesome Lists containing this project

README

        

# Nursing_Patient_Diagnostic_Information_System
In this simple python project with database, I tried to make a patient diagnostic information system using SQL.

#### ❗️ I will be updating this project in time since it is still ongoing.
_____
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.
____
## Operations You Can Do In This System
* You can add, update or remove a patient.
![hasta_yatis](https://github.com/Melisa-Karatas/Nursing_Patient_Diagnostic_Information_System/assets/145010761/9a59fdec-ebfe-4d22-b94f-27fe1eb73a3d)
![database](https://github.com/Melisa-Karatas/Nursing_Patient_Diagnostic_Information_System/assets/145010761/95bf8755-cb23-4cc8-aa1a-6c859e402261)

* You can add, update or remove vital signs for the patient.

![anta](https://github.com/Melisa-Karatas/Nursing_Patient_Diagnostic_Information_System/assets/145010761/7afcde14-46ca-4f4e-95a4-e269ca85b38f)
![anta_database](https://github.com/Melisa-Karatas/Nursing_Patient_Diagnostic_Information_System/assets/145010761/189f9da1-fcad-41ad-8698-d860e9ffbc30)

* 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.