├── DRAFT.pdf ├── ER diagrams ├── ER.png.dup0 ├── doctor.png ├── donor.png ├── er.png ├── head.png ├── organ.png ├── organization.png ├── patient.png └── user.png ├── ER.png ├── LICENSE ├── README.md ├── create_tables.sql ├── inserting_data ├── insert_doctor.sql ├── insert_donor.sql ├── insert_organization.sql ├── insert_patient.sql ├── insert_them_all.sql ├── insert_trans.sql ├── insert_user.sql └── insert_user_phone.sql ├── main.py ├── static ├── Patient_stat.jpeg ├── Patient_stat.jpg ├── donor_stat.jpeg ├── donor_stat.jpg ├── donor_stat.png └── success.jpeg └── templates ├── add_page.html ├── contact_admin_page.html ├── error_page ├── home.html ├── home_student.html ├── login.html ├── remove_doctor.html ├── remove_donor.html ├── remove_organization.html ├── remove_organization_head.html ├── remove_patient.html ├── remove_user.html ├── search_and_show_list.html ├── search_detail.html ├── show_detail.html ├── show_detail_2.html ├── statistics.html ├── update_detail.html ├── update_doctor_page.html ├── update_donor_page.html ├── update_organization_head_page.html ├── update_organization_page.html ├── update_patient_page.html └── update_user_page.html /DRAFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/DRAFT.pdf -------------------------------------------------------------------------------- /ER diagrams/ER.png.dup0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/ER.png.dup0 -------------------------------------------------------------------------------- /ER diagrams/doctor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/doctor.png -------------------------------------------------------------------------------- /ER diagrams/donor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/donor.png -------------------------------------------------------------------------------- /ER diagrams/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/er.png -------------------------------------------------------------------------------- /ER diagrams/head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/head.png -------------------------------------------------------------------------------- /ER diagrams/organ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/organ.png -------------------------------------------------------------------------------- /ER diagrams/organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/organization.png -------------------------------------------------------------------------------- /ER diagrams/patient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/patient.png -------------------------------------------------------------------------------- /ER diagrams/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER diagrams/user.png -------------------------------------------------------------------------------- /ER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/ER.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /create_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/create_tables.sql -------------------------------------------------------------------------------- /inserting_data/insert_doctor.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_doctor.sql -------------------------------------------------------------------------------- /inserting_data/insert_donor.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_donor.sql -------------------------------------------------------------------------------- /inserting_data/insert_organization.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_organization.sql -------------------------------------------------------------------------------- /inserting_data/insert_patient.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_patient.sql -------------------------------------------------------------------------------- /inserting_data/insert_them_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_them_all.sql -------------------------------------------------------------------------------- /inserting_data/insert_trans.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_trans.sql -------------------------------------------------------------------------------- /inserting_data/insert_user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_user.sql -------------------------------------------------------------------------------- /inserting_data/insert_user_phone.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/inserting_data/insert_user_phone.sql -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/main.py -------------------------------------------------------------------------------- /static/Patient_stat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/Patient_stat.jpeg -------------------------------------------------------------------------------- /static/Patient_stat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/Patient_stat.jpg -------------------------------------------------------------------------------- /static/donor_stat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/donor_stat.jpeg -------------------------------------------------------------------------------- /static/donor_stat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/donor_stat.jpg -------------------------------------------------------------------------------- /static/donor_stat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/donor_stat.png -------------------------------------------------------------------------------- /static/success.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/static/success.jpeg -------------------------------------------------------------------------------- /templates/add_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/add_page.html -------------------------------------------------------------------------------- /templates/contact_admin_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/contact_admin_page.html -------------------------------------------------------------------------------- /templates/error_page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/error_page -------------------------------------------------------------------------------- /templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/home.html -------------------------------------------------------------------------------- /templates/home_student.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/home_student.html -------------------------------------------------------------------------------- /templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/login.html -------------------------------------------------------------------------------- /templates/remove_doctor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_doctor.html -------------------------------------------------------------------------------- /templates/remove_donor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_donor.html -------------------------------------------------------------------------------- /templates/remove_organization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_organization.html -------------------------------------------------------------------------------- /templates/remove_organization_head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_organization_head.html -------------------------------------------------------------------------------- /templates/remove_patient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_patient.html -------------------------------------------------------------------------------- /templates/remove_user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/remove_user.html -------------------------------------------------------------------------------- /templates/search_and_show_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/search_and_show_list.html -------------------------------------------------------------------------------- /templates/search_detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/search_detail.html -------------------------------------------------------------------------------- /templates/show_detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/show_detail.html -------------------------------------------------------------------------------- /templates/show_detail_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/show_detail_2.html -------------------------------------------------------------------------------- /templates/statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/statistics.html -------------------------------------------------------------------------------- /templates/update_detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_detail.html -------------------------------------------------------------------------------- /templates/update_doctor_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_doctor_page.html -------------------------------------------------------------------------------- /templates/update_donor_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_donor_page.html -------------------------------------------------------------------------------- /templates/update_organization_head_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_organization_head_page.html -------------------------------------------------------------------------------- /templates/update_organization_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_organization_page.html -------------------------------------------------------------------------------- /templates/update_patient_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_patient_page.html -------------------------------------------------------------------------------- /templates/update_user_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tarun360/Organ-Donation-and-Procurement-Network-Management-System/HEAD/templates/update_user_page.html --------------------------------------------------------------------------------