From 43901b5bdadb87e3a1c8b2609fd09cd445260d02 Mon Sep 17 00:00:00 2001 From: Marwan Alwali Date: Tue, 9 Sep 2025 01:15:48 +0300 Subject: [PATCH] update --- .idea/hospital_management_system_v4.iml | 1 + .idea/jsLibraryMappings.xml | 6 + .../__pycache__/flows.cpython-312.pyc | Bin 182 -> 182 bytes appointments/__pycache__/urls.cpython-312.pyc | Bin 3505 -> 4394 bytes .../__pycache__/views.cpython-312.pyc | Bin 80105 -> 80125 bytes appointments/urls.py | 7 + appointments/views.py | 4 +- db.sqlite3 | Bin 40853504 -> 40906752 bytes logs/hospital_management.log | 4130 +++++++++++++++++ patients/__pycache__/admin.cpython-312.pyc | Bin 17048 -> 16905 bytes patients/__pycache__/forms.cpython-312.pyc | Bin 15321 -> 15169 bytes patients/__pycache__/models.cpython-312.pyc | Bin 45438 -> 44450 bytes patients/__pycache__/urls.cpython-312.pyc | Bin 7693 -> 7698 bytes patients/__pycache__/views.cpython-312.pyc | Bin 132065 -> 132049 bytes patients/admin.py | 13 +- patients/forms.py | 15 +- ...ile_patients_pa_ssn_07bec5_idx_and_more.py | 92 + ...e_insuranceinfo_subscriber_ssn_and_more.py | 35 + ...pa_ssn_07bec5_idx_and_more.cpython-312.pyc | Bin 0 -> 2776 bytes ...fo_subscriber_ssn_and_more.cpython-312.pyc | Bin 0 -> 1328 bytes patients/models.py | 92 +- patients/urls.py | 2 +- patients/views.py | 4 +- static/js/htmx.min.js | 2 +- .../appointment_template_detail.html | 167 + .../templates/appointment_template_list.html | 233 + templates/base.html | 83 +- templates/patients/dashboard.html | 14 +- .../patients/insurance/insurance_form.html | 918 ++-- .../partials/insurance_info_list.html | 3 +- templates/patients/partials/patient_list.html | 95 +- .../patients/partials/patient_notes_list.html | 3 +- templates/patients/patient_registration.html | 455 +- .../patients/profiles/patient_detail.html | 2 +- templates/patients/profiles/patient_list.html | 50 +- 35 files changed, 5410 insertions(+), 1016 deletions(-) create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 patients/migrations/0002_remove_patientprofile_patients_pa_ssn_07bec5_idx_and_more.py create mode 100644 patients/migrations/0003_remove_insuranceinfo_subscriber_ssn_and_more.py create mode 100644 patients/migrations/__pycache__/0002_remove_patientprofile_patients_pa_ssn_07bec5_idx_and_more.cpython-312.pyc create mode 100644 patients/migrations/__pycache__/0003_remove_insuranceinfo_subscriber_ssn_and_more.cpython-312.pyc create mode 100644 templates/appointments/templates/appointment_template_detail.html create mode 100644 templates/appointments/templates/appointment_template_list.html diff --git a/.idea/hospital_management_system_v4.iml b/.idea/hospital_management_system_v4.iml index 2ba500b1..4a26f8a2 100644 --- a/.idea/hospital_management_system_v4.iml +++ b/.idea/hospital_management_system_v4.iml @@ -19,6 +19,7 @@ +