├── Backend ├── Admin.php ├── Admin.sublime-workspace ├── Admin_script.js ├── Ch_pass.php ├── Login.html ├── Logout.php ├── Patient.php ├── Patient_reg.php ├── Patient_script.js ├── Style │ ├── 1869189 - Copy.jpg │ ├── 1869189.jpg │ ├── 18691897.jpg │ ├── Admin_style.css │ ├── Patient_style.css │ ├── doctor_css.css │ ├── logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg │ ├── profile_css.css │ └── report_style.css ├── Validate │ ├── doctor.js │ └── patient.js ├── aimage │ ├── admin_icon.jpg │ ├── adnan.jpg │ └── di.jpg ├── appointment.php ├── change_p.php ├── connection.php ├── doc_delete.php ├── doctor.php ├── doctor_mod.php ├── doctor_mod1.php ├── doctor_mod2.php ├── doctor_reg.php ├── doctor_script.js ├── doctor_view.php ├── history.php ├── index.html ├── insert_doc.php ├── insert_doct.php ├── logincheck.php ├── patient_delete.php ├── patient_mod.php ├── patient_mod1.php ├── patient_mod2.php ├── patient_view.php ├── profile.php ├── profile_script.js ├── report.php ├── report_script.js ├── report_upload.php ├── reportfile │ ├── 1258.pdf │ ├── 466-466-1-PB.pdf │ ├── Challan.pdf │ ├── DigiUniv.pdf │ ├── License.rtf │ ├── TDC new system.pdf │ ├── bank_charges.pdf │ ├── bsc-IT_syllabus.pdf │ ├── extension notice.pdf │ └── refund_policy.pdf └── valid │ ├── Patient_reg.php │ └── patient.js ├── Frontend ├── Image │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── cancel_app.php ├── cancel_app1.php ├── confirm_app.php ├── connection.php ├── contact.html ├── d_cancel_app.php ├── d_cancel_app1.php ├── d_logincheck.php ├── d_logout.php ├── d_view_app.php ├── dlogin_inc.php ├── doctor.php ├── doctor_profile.php ├── doctor_src.php ├── doctor_src1.php ├── f_comment.php ├── feedback.php ├── feedback_validate.js ├── getday.php ├── gettime.php ├── his_delete.php ├── his_update.php ├── his_update1.php ├── his_update2.php ├── his_upload.php ├── his_upload1.php ├── his_view.php ├── img │ ├── 123.jpg │ ├── 1869189 - Copy.jpg │ ├── 1869189.jpg │ ├── 18691897.jpg │ ├── about_header.jpg │ ├── logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg │ ├── patients-visitors.jpg │ └── slider-41.jpg ├── imge │ ├── b310405e699502b30bb8518e177fb3f82.jpg │ ├── divyanshu.jpg │ ├── doctor.jpg │ ├── hospital-symbol-vector-1052373.jpg │ ├── outer-wrapper.png │ └── patient.jpg ├── index.html ├── login_inc.php ├── make_app.php ├── p_logincheck.php ├── p_logout.php ├── p_report.php ├── p_report_upload.php ├── patient.php ├── patient_profile.php ├── report_download.php ├── signup.php ├── signup_com.php ├── signup_script.js ├── test.php └── view_app.php ├── README.md └── database_con.php /Backend/Admin.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Admin|Home 11 | 12 | 63 | 64 | 65 | 66 | 67 | 68 |
69 |
70 |
71 |
Hospital Management System
72 |
73 |
74 |
75 |
76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 |
86 |
87 |
88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 |
102 |
103 |
104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 |
118 |
119 |
120 | 121 | 122 | 123 | 124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 |
141 |
142 |
143 |
Sign out
144 |
145 |
146 | 172 | 173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
Welcome To the Hospital Mr. Admin
181 |
182 |
183 |
184 |
186 | 187 | 188 | 189 | 190 | 191 | 193 | 194 |
192 |
195 |
196 | 197 | 198 | -------------------------------------------------------------------------------- /Backend/Admin.sublime-workspace: -------------------------------------------------------------------------------- 1 | { 2 | "auto_complete": 3 | { 4 | "selected_items": 5 | [ 6 | ] 7 | }, 8 | "buffers": 9 | [ 10 | ], 11 | "build_system": "", 12 | "build_system_choices": 13 | [ 14 | ], 15 | "build_varint": "", 16 | "command_palette": 17 | { 18 | "height": 0.0, 19 | "last_filter": "", 20 | "selected_items": 21 | [ 22 | ], 23 | "width": 0.0 24 | }, 25 | "console": 26 | { 27 | "height": 0.0, 28 | "history": 29 | [ 30 | ] 31 | }, 32 | "distraction_free": 33 | { 34 | "menu_visible": true, 35 | "show_minimap": false, 36 | "show_open_files": false, 37 | "show_tabs": false, 38 | "side_bar_visible": false, 39 | "status_bar_visible": false 40 | }, 41 | "file_history": 42 | [ 43 | "/C/Users/Vidhikara/Desktop/google code jam/A22.cpp", 44 | "/H/Project/Hospital/Backend/connection.php", 45 | "/C/Users/Vidhikara/Desktop/google code jam/practice2_ind.cpp", 46 | "/C/Users/Vidhikara/Desktop/google code jam/fractiles.cpp", 47 | "/C/Users/Vidhikara/Desktop/resume.html", 48 | "/C/Users/Vidhikara/AppData/Local/Temp/Rar$DIa0.933/t1_c.cpp", 49 | "/C/Users/Vidhikara/Desktop/google code jam/practice0.cpp", 50 | "/C/Users/Vidhikara/AppData/Local/Temp/Rar$DIa0.808/t1_c.cpp", 51 | "/C/Users/Vidhikara/Downloads/LAPIN (1).cpp", 52 | "/C/Users/Vidhikara/AppData/Local/Temp/Rar$DIa0.133/t1_c.cpp", 53 | "/C/Users/Vidhikara/Desktop/google code jam/practice_ind.cpp", 54 | "/C/Users/Vidhikara/Desktop/google code jam/c_ind.cpp", 55 | "/C/Users/Vidhikara/Downloads/LAPIN.cpp", 56 | "/C/Users/Vidhikara/AppData/Local/Temp/Rar$DIa0.481/A.cpp", 57 | "/C/Users/Vidhikara/AppData/Local/Temp/Rar$DIa0.469/A.cpp", 58 | "/E/Dev Zone/C++ Zone/Argv.c", 59 | "/C/Users/Vidhikara/Desktop/google code jam/B.cc", 60 | "/E/Dev Zone/Google code jam/Google code jam.cbp", 61 | "/C/Users/Vidhikara/Desktop/google code jam/C_ind.cc", 62 | "/C/Users/Vidhikara/Desktop/google code jam/C.cc", 63 | "/C/Users/Vidhikara/Desktop/New folder/A.cpp", 64 | "/C/Users/Vidhikara/Desktop/New folder/solve.cpp", 65 | "/C/Users/Vidhikara/Desktop/New folder/A22.cpp", 66 | "/E/Dev Zone/C++ Zone/hello.cpp", 67 | "/E/Documents/Project/Hospital/Backend/Admin.php" 68 | ], 69 | "find": 70 | { 71 | "height": 0.0 72 | }, 73 | "find_in_files": 74 | { 75 | "height": 0.0, 76 | "where_history": 77 | [ 78 | ] 79 | }, 80 | "find_state": 81 | { 82 | "case_sensitive": false, 83 | "find_history": 84 | [ 85 | ], 86 | "highlight": true, 87 | "in_selection": false, 88 | "preserve_case": false, 89 | "regex": false, 90 | "replace_history": 91 | [ 92 | ], 93 | "reverse": false, 94 | "show_context": true, 95 | "use_buffer2": true, 96 | "whole_word": false, 97 | "wrap": true 98 | }, 99 | "groups": 100 | [ 101 | { 102 | "sheets": 103 | [ 104 | ] 105 | } 106 | ], 107 | "incremental_find": 108 | { 109 | "height": 0.0 110 | }, 111 | "input": 112 | { 113 | "height": 0.0 114 | }, 115 | "layout": 116 | { 117 | "cells": 118 | [ 119 | [ 120 | 0, 121 | 0, 122 | 1, 123 | 1 124 | ] 125 | ], 126 | "cols": 127 | [ 128 | 0.0, 129 | 1.0 130 | ], 131 | "rows": 132 | [ 133 | 0.0, 134 | 1.0 135 | ] 136 | }, 137 | "menu_visible": true, 138 | "output.find_results": 139 | { 140 | "height": 0.0 141 | }, 142 | "pinned_build_system": "", 143 | "project": "Admin.sublime-project", 144 | "replace": 145 | { 146 | "height": 0.0 147 | }, 148 | "save_all_on_build": true, 149 | "select_file": 150 | { 151 | "height": 0.0, 152 | "last_filter": "", 153 | "selected_items": 154 | [ 155 | ], 156 | "width": 0.0 157 | }, 158 | "select_project": 159 | { 160 | "height": 0.0, 161 | "last_filter": "", 162 | "selected_items": 163 | [ 164 | ], 165 | "width": 0.0 166 | }, 167 | "select_symbol": 168 | { 169 | "height": 0.0, 170 | "last_filter": "", 171 | "selected_items": 172 | [ 173 | ], 174 | "width": 0.0 175 | }, 176 | "selected_group": 0, 177 | "settings": 178 | { 179 | }, 180 | "show_minimap": true, 181 | "show_open_files": false, 182 | "show_tabs": true, 183 | "side_bar_visible": true, 184 | "side_bar_width": 150.0, 185 | "status_bar_visible": true, 186 | "template_settings": 187 | { 188 | } 189 | } 190 | -------------------------------------------------------------------------------- /Backend/Admin_script.js: -------------------------------------------------------------------------------- 1 | function show_course() 2 | { 3 | document.getElementById("apDiv8").style.visibility="visible"; 4 | } 5 | function hide_course() 6 | { 7 | document.getElementById("apDiv8").style.visibility="hidden"; 8 | } 9 | function show() 10 | { 11 | document.getElementById("apDiv9").style.visibility="visible"; 12 | } 13 | function hide() 14 | { 15 | document.getElementById("apDiv9").style.visibility="hidden"; 16 | } 17 | function show1() 18 | { 19 | document.getElementById("apDiv10").style.visibility="visible"; 20 | } 21 | function hide1() 22 | { 23 | document.getElementById("apDiv10").style.visibility="hidden"; 24 | } 25 | function show2() 26 | { 27 | document.getElementById("apDiv11").style.visibility="visible"; 28 | } 29 | function hide2() 30 | { 31 | document.getElementById("apDiv11").style.visibility="hidden"; 32 | } 33 | function show3() 34 | { 35 | document.getElementById("apDiv13").style.visibility="visible"; 36 | } 37 | function hide3() 38 | { 39 | document.getElementById("apDiv13").style.visibility="hidden"; 40 | } 41 | function validate() 42 | { 43 | var a=document.f1.pass1.value; 44 | var b=document.f1.pass2.value; 45 | var c=document.f1.pass3.value; 46 | if(a=="") 47 | { 48 | alert("Current Password Not Entered"); 49 | return false; 50 | } 51 | if(b=="") 52 | { 53 | alert("New Password Not Entered"); 54 | return false; 55 | } 56 | if(c=="") 57 | { 58 | alert("Re-enter new Password"); 59 | return false; 60 | } 61 | if(b!=c) 62 | { 63 | alert("New Password doesn't match."); 64 | return false; 65 | } 66 | } 67 | 68 | -------------------------------------------------------------------------------- /Backend/Ch_pass.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Change Password 11 | 12 | 81 | 82 | 83 | 84 |
85 |
86 |
87 |
Hospital Management System
88 |
89 |
90 |
91 | 117 |
118 |
119 |
120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 |
130 |
131 |
132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 |
146 |
147 |
148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 |
162 |
163 |
164 | 165 | 166 | 167 | 168 |
169 |
170 |
171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 |
185 |
186 |
187 |
Sign out
188 |
189 |
190 |
191 | 192 | 193 | 194 | 195 | 197 | 198 | 199 | 200 | 201 | 203 | 204 | 205 | 206 | 207 | 209 | 210 | 211 | 214 | 215 |
Enter Current Password
  196 |
Enter New Password
  202 |
Re-enter New Password
  208 |
212 | 213 |
216 |
217 |
218 |
219 |
220 | 221 | 222 | 223 | 224 | 225 | 227 | 228 |
226 |
229 |
230 | 231 | 232 | -------------------------------------------------------------------------------- /Backend/Login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Administrator! 4 | 180 | 197 | 198 | 199 |
200 |
201 |
202 |
Hospital Management System
203 |
204 |
205 |
206 |
207 |
208 | 209 | 210 | 211 | 212 | 214 | 215 | 216 | 217 | 218 | 220 | 221 | 222 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 |
Username
  213 |
Password
  219 |
223 | 224 |
  
  
234 |
235 |
236 |
237 |
Administrator
238 |
239 |
240 | 241 | 242 | -------------------------------------------------------------------------------- /Backend/Logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Backend/Patient_reg.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient Registration 11 | 12 | 60 | 61 | 62 | 63 | 64 | 65 | 66 |
67 |
68 |
69 |
Hospital Management System
70 |
71 |
72 |
73 |
74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 |
84 |
85 |
86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 |
116 |
117 |
118 | 119 | 120 | 121 | 122 |
123 |
124 |
125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 |
139 |
140 |
141 |
Sign out
142 |
143 |
144 | 170 | 171 |
172 |
174 | 175 | 176 | 177 | 178 | 179 | 181 | 182 |
180 |
183 |
184 |
185 |

Patient Registered Successfully

"; 194 | } 195 | else 196 | { 197 | print mysql_error(); 198 | 199 | } 200 | ?> 201 |
202 |
203 | 204 | 205 | -------------------------------------------------------------------------------- /Backend/Patient_script.js: -------------------------------------------------------------------------------- 1 | function show_course() 2 | { 3 | document.getElementById("apDiv8").style.visibility="visible"; 4 | } 5 | function hide_course() 6 | { 7 | document.getElementById("apDiv8").style.visibility="hidden"; 8 | } 9 | function show() 10 | { 11 | document.getElementById("apDiv9").style.visibility="visible"; 12 | } 13 | function hide() 14 | { 15 | document.getElementById("apDiv9").style.visibility="hidden"; 16 | } 17 | function show1() 18 | { 19 | document.getElementById("apDiv10").style.visibility="visible"; 20 | } 21 | function hide1() 22 | { 23 | document.getElementById("apDiv10").style.visibility="hidden"; 24 | } 25 | function show2() 26 | { 27 | document.getElementById("apDiv11").style.visibility="visible"; 28 | } 29 | function hide2() 30 | { 31 | document.getElementById("apDiv11").style.visibility="hidden"; 32 | } 33 | function show3() 34 | { 35 | document.getElementById("apDiv13").style.visibility="visible"; 36 | } 37 | function hide3() 38 | { 39 | document.getElementById("apDiv13").style.visibility="hidden"; 40 | } 41 | function validate() 42 | { 43 | var a=document.f1.pass1.value; 44 | var b=document.f1.pass2.value; 45 | var c=document.f1.pass3.value; 46 | if(a=="") 47 | { 48 | alert("Current Password Not Entered"); 49 | return false; 50 | } 51 | if(b=="") 52 | { 53 | alert("New Password Not Entered"); 54 | return false; 55 | } 56 | if(c=="") 57 | { 58 | alert("Re-enter new Password"); 59 | return false; 60 | } 61 | if(b!=c) 62 | { 63 | alert("New Password doesn't match."); 64 | return false; 65 | } 66 | } 67 | 68 | -------------------------------------------------------------------------------- /Backend/Style/1869189 - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/Style/1869189 - Copy.jpg -------------------------------------------------------------------------------- /Backend/Style/1869189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/Style/1869189.jpg -------------------------------------------------------------------------------- /Backend/Style/18691897.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/Style/18691897.jpg -------------------------------------------------------------------------------- /Backend/Style/Admin_style.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background: #232526; 3 | font-family: Arial, Helvetica, sans-serif; 4 | margin: 0 auto; 5 | padding:0px; 6 | } 7 | 8 | #apDiv1 { 9 | position: absolute; 10 | width: 1093px; 11 | height: 788px; 12 | z-index: 1; 13 | left: 133px; 14 | top: 2px; 15 | background-color: transparent; 16 | background: linear-gradient(to top, #f6f1d3 20%, #648880 50%, #293f50 75%); 17 | } 18 | #apDiv2 { 19 | position: absolute; 20 | width: 1094px; 21 | height: 122px; 22 | z-index: 1; 23 | left: 0px; 24 | top: -1px; 25 | color: #D6D6D6; 26 | background-color: #CCCCCC; 27 | background-image: url(18691897.jpg); 28 | } 29 | #apDiv3 {position: absolute; 30 | width: 785px; 31 | height: 74px; 32 | z-index: 1; 33 | left: 157px; 34 | top: 27px; 35 | font-size: 45px; 36 | font-family: "Comic Sans MS", cursive; 37 | color: #ffffff; 38 | font-weight: bold; 39 | text-shadow: 8px -7px 8px #06F; 40 | } 41 | #apDiv4 {position: absolute; 42 | width: 151px; 43 | height: 120px; 44 | z-index: 2; 45 | /*border-top-left-radius:20px;*/ 46 | border-top-right-radius:70px; 47 | border-bottom-right-radius:70px; 48 | border-bottom-left-radius:70px; 49 | border-top-left-radius:70px; 50 | background-image: url(logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg); 51 | } 52 | #apDiv5 { 53 | position: absolute; 54 | width: 1093px; 55 | height: 48px; 56 | z-index: 2; 57 | left: -1px; 58 | top: 120px; 59 | background-image: url(18691897.jpg); 60 | font-size: 24px; 61 | color: #FFF; 62 | font-weight: bold; 63 | border-radius: 5px; 64 | border: 1px solid #36b0b6; 65 | } 66 | #apDiv5 div:hover a { 67 | -webkit-border-radius: 5px; 68 | -moz-border-radius: 5px; 69 | -ms-border-radius: 5px; 70 | -o-border-radius: 5px; 71 | border-radius: 5px; 72 | display: block; 73 | border: 1px solid #133e40; 74 | -moz-box-shadow: inset 0 5px 10px #133e40; 75 | -webkit-box-shadow: inset 0 5px 10px #133e40; 76 | box-shadow: inset 0 5px 10px #133e40; 77 | } 78 | #apDiv5 div:hover { 79 | -webkit-border-radius: 5px; 80 | -moz-border-radius: 5px; 81 | -ms-border-radius: 5px; 82 | -o-border-radius: 5px; 83 | border-radius: 5px; 84 | border: 1px solid #36b0b6; 85 | } 86 | a:link 87 | { 88 | text-decoration: none; 89 | color: #ffffff; 90 | font-family: "Comic Sans MS", cursive; 91 | font-size: 18px; 92 | } 93 | #apDiv6 { 94 | position: absolute; 95 | width: 165px; 96 | height: 78px; 97 | z-index: 3; 98 | left: 183px; 99 | top: 160px; 100 | } 101 | #apDiv6 div:hover { 102 | visiblity: hidden; 103 | } 104 | #apDiv6 div{ 105 | outline: none; 106 | display: block; 107 | position: relative; 108 | text-align: center; 109 | text-decoration: none; 110 | text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); 111 | font-weight: 700; 112 | font-size: 13px; 113 | font-family: Arial, Helvetica, sans-serif; 114 | border-right: 1px solid #080808; 115 | color: #ffffff; 116 | padding: 12px 20px; 117 | } 118 | #apDiv7 { 119 | position: absolute; 120 | width: 172px; 121 | height: 115px; 122 | z-index: 3; 123 | left: 175px; 124 | top: 166px; 125 | visibility:hidden; 126 | } 127 | 128 | #apDiv8 { 129 | position: absolute; 130 | width: 166px; 131 | height: 80px; 132 | z-index: 3; 133 | left: 183px; 134 | top: 168px; 135 | border: 2px solid #133e40; 136 | border-radius: 5px; 137 | background-color: #1e2a36; 138 | background-image:url(1869189.jpg); 139 | visibility:hidden; 140 | } 141 | #apDiv8 div:hover a { 142 | border: 1px solid #36b0b6; 143 | -webkit-border-radius: 5px; 144 | -moz-border-radius: 5px; 145 | -ms-border-radius: 5px; 146 | -o-border-radius: 5px; 147 | border-radius: 5px; 148 | display: block; 149 | font-size:18px; 150 | /* background: #1e6468;*/ 151 | border: 2px solid #133e40; 152 | -moz-box-shadow: inset 0 5px 10px #133e40; 153 | -webkit-box-shadow: inset 0 5px 10px #133e40; 154 | box-shadow: inset 0 5px 10px #133e40; 155 | } 156 | #apDiv9 { 157 | position: absolute; 158 | width: 172px; 159 | height: 80px; 160 | z-index: 3; 161 | left: 356px; 162 | top: 168px; 163 | border: 2px solid #133e40; 164 | border-radius: 5px; 165 | background-image: url(1869189%20-%20Copy.jpg); 166 | visibility:hidden; 167 | } 168 | #apDiv9 div:hover a { 169 | -webkit-border-radius: 5px; 170 | -moz-border-radius: 5px; 171 | -ms-border-radius: 5px; 172 | -o-border-radius: 5px; 173 | border-radius: 5px; 174 | display: block; 175 | font-size:18px; 176 | border: 1px solid #133e40; 177 | -moz-box-shadow: inset 0 5px 10px #133e40; 178 | -webkit-box-shadow: inset 0 5px 10px #133e40; 179 | box-shadow: inset 0 5px 10px #133e40; 180 | } 181 | #apDiv10 { 182 | position: absolute; 183 | width: 280x; 184 | height: 46px; 185 | z-index: 3; 186 | left: 535px; 187 | top: 169px; 188 | border: 2px solid #133e40; 189 | border-radius: 5px; 190 | background-image:url(1869189.jpg); 191 | visibility:hidden; 192 | } 193 | #apDiv10 div:hover a { 194 | -webkit-border-radius: 5px; 195 | -moz-border-radius: 5px; 196 | -ms-border-radius: 5px; 197 | -o-border-radius: 5px; 198 | border-radius: 5px; 199 | display: block; 200 | font-size:18px; 201 | border: 1px solid #133e40; 202 | -moz-box-shadow: inset 0 5px 10px #133e40; 203 | -webkit-box-shadow: inset 0 5px 10px #133e40; 204 | box-shadow: inset 0 5px 10px #133e40; 205 | } 206 | 207 | #apDiv11 { 208 | position: absolute; 209 | width: 200px; 210 | height: 147px; 211 | z-index: 4; 212 | left: 722px; 213 | top: 168px; 214 | border: 2px solid #133e40; 215 | border-radius: 5px; 216 | background-image: url(1869189%20-%20Copy.jpg); 217 | visibility:hidden; 218 | } 219 | #apDiv11 div:hover a { 220 | -webkit-border-radius: 5px; 221 | -moz-border-radius: 5px; 222 | -ms-border-radius: 5px; 223 | -o-border-radius: 5px; 224 | border-radius: 5px; 225 | display: block; 226 | font-size:18px; 227 | border: 1px solid #133e40; 228 | -moz-box-shadow: inset 0 5px 10px #133e40; 229 | -webkit-box-shadow: inset 0 5px 10px #133e40; 230 | box-shadow: inset 0 5px 10px #133e40; 231 | } 232 | #apDiv8, #apDiv9, #apDiv10, #apDiv11 a:link 233 | { 234 | font-family:"Comic Sans MS", cursive; 235 | font-size:20; 236 | } 237 | #apDiv12 { 238 | position: absolute; 239 | width: 108px; 240 | height: 29px; 241 | z-index: 5; 242 | left: 986px; 243 | top: -1px; 244 | text-decoration:blink; 245 | } 246 | #apDiv12 div:hover a { 247 | -webkit-border-radius: 5px; 248 | -moz-border-radius: 5px; 249 | -ms-border-radius: 5px; 250 | -o-border-radius: 5px; 251 | border-radius: 5px; 252 | display: block; 253 | font-size:18px; 254 | border: 1px solid #133e40; 255 | -moz-box-shadow: inset 0 5px 10px #133e40; 256 | -webkit-box-shadow: inset 0 5px 10px #133e40; 257 | box-shadow: inset 0 5px 10px #133e40; 258 | } 259 | 260 | #apDiv13 { 261 | position: absolute; 262 | width: 154px; 263 | height: 85px; 264 | z-index: 2; 265 | left: 1063px; 266 | top: 167px; 267 | border: 2px solid #133e40; 268 | border-radius: 5px; 269 | background-image:url(1869189.jpg); 270 | visibility:hidden; 271 | } 272 | #apDiv13 div:hover a { 273 | -webkit-border-radius: 5px; 274 | -moz-border-radius: 5px; 275 | -ms-border-radius: 5px; 276 | -o-border-radius: 5px; 277 | border-radius: 5px; 278 | display: block; 279 | font-size:18px; 280 | border: 1px solid #133e40; 281 | -moz-box-shadow: inset 0 5px 10px #133e40; 282 | -webkit-box-shadow: inset 0 5px 10px #133e40; 283 | box-shadow: inset 0 5px 10px #133e40; 284 | } 285 | -------------------------------------------------------------------------------- /Backend/Style/Patient_style.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background: #232526; 3 | font-family: Arial, Helvetica, sans-serif; 4 | margin: 0 auto; 5 | padding: 0px; 6 | color: #FFF; 7 | } 8 | 9 | #apDiv1 { 10 | position: absolute; 11 | width: 1093px; 12 | height: 802px; 13 | z-index: 1; 14 | left: 133px; 15 | top: 2px; 16 | background-color: transparent; 17 | background: linear-gradient(to top, #f6f1d3 20%, #648880 50%, #293f50 75%); 18 | } 19 | #apDiv2 { 20 | position: absolute; 21 | width: 1094px; 22 | height: 122px; 23 | z-index: 1; 24 | left: 0px; 25 | top: -1px; 26 | color: #D6D6D6; 27 | background-color: #CCCCCC; 28 | background-image: url(18691897.jpg); 29 | } 30 | #apDiv3 {position: absolute; 31 | width: 785px; 32 | height: 74px; 33 | z-index: 1; 34 | left: 157px; 35 | top: 27px; 36 | font-size: 45px; 37 | font-family: "Comic Sans MS", cursive; 38 | color: #ffffff; 39 | font-weight: bold; 40 | text-shadow: 8px -7px 8px #06F; 41 | } 42 | #apDiv4 {position: absolute; 43 | width: 151px; 44 | height: 120px; 45 | z-index: 2; 46 | /*border-top-left-radius:20px;*/ 47 | border-top-right-radius:70px; 48 | border-bottom-right-radius:70px; 49 | border-bottom-left-radius:70px; 50 | border-top-left-radius:70px; 51 | background-image: url(logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg); 52 | } 53 | #apDiv5 { 54 | position: absolute; 55 | width: 1093px; 56 | height: 48px; 57 | z-index: 2; 58 | left: -1px; 59 | top: 120px; 60 | background-image: url(18691897.jpg); 61 | font-size: 24px; 62 | color: #FFF; 63 | font-weight: bold; 64 | border-radius: 5px; 65 | border: 1px solid #36b0b6; 66 | } 67 | #apDiv5 div:hover a { 68 | -webkit-border-radius: 5px; 69 | -moz-border-radius: 5px; 70 | -ms-border-radius: 5px; 71 | -o-border-radius: 5px; 72 | border-radius: 5px; 73 | display: block; 74 | border: 1px solid #133e40; 75 | -moz-box-shadow: inset 0 5px 10px #133e40; 76 | -webkit-box-shadow: inset 0 5px 10px #133e40; 77 | box-shadow: inset 0 5px 10px #133e40; 78 | } 79 | #apDiv5 div:hover { 80 | -webkit-border-radius: 5px; 81 | -moz-border-radius: 5px; 82 | -ms-border-radius: 5px; 83 | -o-border-radius: 5px; 84 | border-radius: 5px; 85 | border: 1px solid #36b0b6; 86 | } 87 | a:link 88 | { 89 | text-decoration: none; 90 | color: #ffffff; 91 | font-family: "Comic Sans MS", cursive; 92 | font-size: 18px; 93 | } 94 | #apDiv6 { 95 | position: absolute; 96 | width: 165px; 97 | height: 78px; 98 | z-index: 3; 99 | left: 183px; 100 | top: 160px; 101 | } 102 | #apDiv6 div:hover { 103 | visiblity: hidden; 104 | } 105 | #apDiv6 div{ 106 | outline: none; 107 | display: block; 108 | position: relative; 109 | text-align: center; 110 | text-decoration: none; 111 | text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); 112 | font-weight: 700; 113 | font-size: 13px; 114 | font-family: Arial, Helvetica, sans-serif; 115 | border-right: 1px solid #080808; 116 | color: #ffffff; 117 | padding: 12px 20px; 118 | } 119 | #apDiv7 { 120 | position: absolute; 121 | width: 172px; 122 | height: 115px; 123 | z-index: 3; 124 | left: 175px; 125 | top: 166px; 126 | visibility:hidden; 127 | } 128 | 129 | #apDiv8 { 130 | position: absolute; 131 | width: 166px; 132 | height: 80px; 133 | z-index: 3; 134 | left: 183px; 135 | top: 168px; 136 | border: 2px solid #133e40; 137 | border-radius: 5px; 138 | background-color: #1e2a36; 139 | background-image:url(1869189.jpg); 140 | visibility:hidden; 141 | } 142 | #apDiv8 div:hover a { 143 | border: 1px solid #36b0b6; 144 | -webkit-border-radius: 5px; 145 | -moz-border-radius: 5px; 146 | -ms-border-radius: 5px; 147 | -o-border-radius: 5px; 148 | border-radius: 5px; 149 | display: block; 150 | font-size:18px; 151 | /* background: #1e6468;*/ 152 | border: 2px solid #133e40; 153 | -moz-box-shadow: inset 0 5px 10px #133e40; 154 | -webkit-box-shadow: inset 0 5px 10px #133e40; 155 | box-shadow: inset 0 5px 10px #133e40; 156 | } 157 | #apDiv9 { 158 | position: absolute; 159 | width: 172px; 160 | height: 80px; 161 | z-index: 3; 162 | left: 356px; 163 | top: 168px; 164 | border: 2px solid #133e40; 165 | border-radius: 5px; 166 | background-image: url(1869189%20-%20Copy.jpg); 167 | visibility:hidden; 168 | } 169 | #apDiv9 div:hover a { 170 | -webkit-border-radius: 5px; 171 | -moz-border-radius: 5px; 172 | -ms-border-radius: 5px; 173 | -o-border-radius: 5px; 174 | border-radius: 5px; 175 | display: block; 176 | font-size:18px; 177 | border: 1px solid #133e40; 178 | -moz-box-shadow: inset 0 5px 10px #133e40; 179 | -webkit-box-shadow: inset 0 5px 10px #133e40; 180 | box-shadow: inset 0 5px 10px #133e40; 181 | } 182 | #apDiv10 { 183 | position: absolute; 184 | width: 280x; 185 | height: 46px; 186 | z-index: 3; 187 | left: 535px; 188 | top: 169px; 189 | border: 2px solid #133e40; 190 | border-radius: 5px; 191 | background-image:url(1869189.jpg); 192 | visibility:hidden; 193 | } 194 | #apDiv10 div:hover a { 195 | -webkit-border-radius: 5px; 196 | -moz-border-radius: 5px; 197 | -ms-border-radius: 5px; 198 | -o-border-radius: 5px; 199 | border-radius: 5px; 200 | display: block; 201 | font-size:18px; 202 | border: 1px solid #133e40; 203 | -moz-box-shadow: inset 0 5px 10px #133e40; 204 | -webkit-box-shadow: inset 0 5px 10px #133e40; 205 | box-shadow: inset 0 5px 10px #133e40; 206 | } 207 | 208 | #apDiv11 { 209 | position: absolute; 210 | width: 200px; 211 | height: 147px; 212 | z-index: 4; 213 | left: 722px; 214 | top: 168px; 215 | border: 2px solid #133e40; 216 | border-radius: 5px; 217 | background-image: url(1869189%20-%20Copy.jpg); 218 | visibility:hidden; 219 | } 220 | #apDiv11 div:hover a { 221 | -webkit-border-radius: 5px; 222 | -moz-border-radius: 5px; 223 | -ms-border-radius: 5px; 224 | -o-border-radius: 5px; 225 | border-radius: 5px; 226 | display: block; 227 | font-size:18px; 228 | border: 1px solid #133e40; 229 | -moz-box-shadow: inset 0 5px 10px #133e40; 230 | -webkit-box-shadow: inset 0 5px 10px #133e40; 231 | box-shadow: inset 0 5px 10px #133e40; 232 | } 233 | #apDiv8, #apDiv9, #apDiv10, #apDiv11 a:link 234 | { 235 | font-family:"Comic Sans MS", cursive; 236 | font-size:20; 237 | } 238 | #apDiv12 { 239 | position: absolute; 240 | width: 108px; 241 | height: 29px; 242 | z-index: 5; 243 | left: 986px; 244 | top: -1px; 245 | text-decoration:blink; 246 | } 247 | #apDiv12 div:hover a { 248 | -webkit-border-radius: 5px; 249 | -moz-border-radius: 5px; 250 | -ms-border-radius: 5px; 251 | -o-border-radius: 5px; 252 | border-radius: 5px; 253 | display: block; 254 | font-size:18px; 255 | border: 1px solid #133e40; 256 | -moz-box-shadow: inset 0 5px 10px #133e40; 257 | -webkit-box-shadow: inset 0 5px 10px #133e40; 258 | box-shadow: inset 0 5px 10px #133e40; 259 | } 260 | 261 | #apDiv13 { 262 | position: absolute; 263 | width: 154px; 264 | height: 85px; 265 | z-index: 2; 266 | left: 1063px; 267 | top: 167px; 268 | border: 2px solid #133e40; 269 | border-radius: 5px; 270 | background-image:url(1869189.jpg); 271 | visibility:hidden; 272 | } 273 | #apDiv13 div:hover a { 274 | -webkit-border-radius: 5px; 275 | -moz-border-radius: 5px; 276 | -ms-border-radius: 5px; 277 | -o-border-radius: 5px; 278 | border-radius: 5px; 279 | display: block; 280 | font-size:18px; 281 | border: 1px solid #133e40; 282 | -moz-box-shadow: inset 0 5px 10px #133e40; 283 | -webkit-box-shadow: inset 0 5px 10px #133e40; 284 | box-shadow: inset 0 5px 10px #133e40; 285 | } 286 | -------------------------------------------------------------------------------- /Backend/Style/doctor_css.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background: #232526; 3 | font-family: Arial, Helvetica, sans-serif; 4 | margin: 0 auto; 5 | padding:0px; 6 | } 7 | 8 | #apDiv1 { 9 | position: absolute; 10 | width: 1093px; 11 | height: 902px; 12 | z-index: 1; 13 | left: 133px; 14 | top: 2px; 15 | background-color: transparent; 16 | background: linear-gradient(to top, #f6f1d3 20%, #648880 50%, #293f50 75%); 17 | } 18 | #apDiv2 { 19 | position: absolute; 20 | width: 1094px; 21 | height: 122px; 22 | z-index: 1; 23 | left: 0px; 24 | top: -1px; 25 | color: #D6D6D6; 26 | background-color: #CCCCCC; 27 | background-image: url(18691897.jpg); 28 | } 29 | #apDiv3 {position: absolute; 30 | width: 785px; 31 | height: 74px; 32 | z-index: 1; 33 | left: 157px; 34 | top: 27px; 35 | font-size: 45px; 36 | font-family: "Comic Sans MS", cursive; 37 | color: #ffffff; 38 | font-weight: bold; 39 | text-shadow: 8px -7px 8px #06F; 40 | } 41 | #apDiv4 {position: absolute; 42 | width: 151px; 43 | height: 120px; 44 | z-index: 2; 45 | /*border-top-left-radius:20px;*/ 46 | border-top-right-radius:70px; 47 | border-bottom-right-radius:70px; 48 | border-bottom-left-radius:70px; 49 | border-top-left-radius:70px; 50 | background-image: url(logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg); 51 | } 52 | #apDiv5 { 53 | position: absolute; 54 | width: 1093px; 55 | height: 48px; 56 | z-index: 2; 57 | left: -1px; 58 | top: 120px; 59 | background-image: url(18691897.jpg); 60 | font-size: 24px; 61 | color: #FFF; 62 | font-weight: bold; 63 | border-radius: 5px; 64 | border: 1px solid #36b0b6; 65 | } 66 | #apDiv5 div:hover a { 67 | -webkit-border-radius: 5px; 68 | -moz-border-radius: 5px; 69 | -ms-border-radius: 5px; 70 | -o-border-radius: 5px; 71 | border-radius: 5px; 72 | display: block; 73 | border: 1px solid #133e40; 74 | -moz-box-shadow: inset 0 5px 10px #133e40; 75 | -webkit-box-shadow: inset 0 5px 10px #133e40; 76 | box-shadow: inset 0 5px 10px #133e40; 77 | } 78 | #apDiv5 div:hover { 79 | -webkit-border-radius: 5px; 80 | -moz-border-radius: 5px; 81 | -ms-border-radius: 5px; 82 | -o-border-radius: 5px; 83 | border-radius: 5px; 84 | border: 1px solid #36b0b6; 85 | } 86 | a:link 87 | { 88 | text-decoration: none; 89 | color: #ffffff; 90 | font-family: "Comic Sans MS", cursive; 91 | font-size: 18px; 92 | } 93 | #apDiv6 { 94 | position: absolute; 95 | width: 165px; 96 | height: 78px; 97 | z-index: 3; 98 | left: 183px; 99 | top: 160px; 100 | } 101 | #apDiv6 div:hover { 102 | visiblity: hidden; 103 | } 104 | #apDiv6 div{ 105 | outline: none; 106 | display: block; 107 | position: relative; 108 | text-align: center; 109 | text-decoration: none; 110 | text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); 111 | font-weight: 700; 112 | font-size: 13px; 113 | font-family: Arial, Helvetica, sans-serif; 114 | border-right: 1px solid #080808; 115 | color: #ffffff; 116 | padding: 12px 20px; 117 | } 118 | #apDiv7 { 119 | position: absolute; 120 | width: 172px; 121 | height: 115px; 122 | z-index: 3; 123 | left: 175px; 124 | top: 166px; 125 | visibility:hidden; 126 | } 127 | 128 | #apDiv8 { 129 | position: absolute; 130 | width: 166px; 131 | height: 80px; 132 | z-index: 3; 133 | left: 183px; 134 | top: 168px; 135 | border: 2px solid #133e40; 136 | border-radius: 5px; 137 | background-color: #1e2a36; 138 | background-image:url(1869189.jpg); 139 | visibility:hidden; 140 | } 141 | #apDiv8 div:hover a { 142 | border: 1px solid #36b0b6; 143 | -webkit-border-radius: 5px; 144 | -moz-border-radius: 5px; 145 | -ms-border-radius: 5px; 146 | -o-border-radius: 5px; 147 | border-radius: 5px; 148 | display: block; 149 | font-size:18px; 150 | /* background: #1e6468;*/ 151 | border: 2px solid #133e40; 152 | -moz-box-shadow: inset 0 5px 10px #133e40; 153 | -webkit-box-shadow: inset 0 5px 10px #133e40; 154 | box-shadow: inset 0 5px 10px #133e40; 155 | } 156 | #apDiv9 { 157 | position: absolute; 158 | width: 172px; 159 | height: 80px; 160 | z-index: 3; 161 | left: 356px; 162 | top: 168px; 163 | border: 2px solid #133e40; 164 | border-radius: 5px; 165 | background-image: url(1869189%20-%20Copy.jpg); 166 | visibility:hidden; 167 | } 168 | #apDiv9 div:hover a { 169 | -webkit-border-radius: 5px; 170 | -moz-border-radius: 5px; 171 | -ms-border-radius: 5px; 172 | -o-border-radius: 5px; 173 | border-radius: 5px; 174 | display: block; 175 | font-size:18px; 176 | border: 1px solid #133e40; 177 | -moz-box-shadow: inset 0 5px 10px #133e40; 178 | -webkit-box-shadow: inset 0 5px 10px #133e40; 179 | box-shadow: inset 0 5px 10px #133e40; 180 | } 181 | #apDiv10 { 182 | position: absolute; 183 | width: 280x; 184 | height: 46px; 185 | z-index: 3; 186 | left: 535px; 187 | top: 169px; 188 | border: 2px solid #133e40; 189 | border-radius: 5px; 190 | background-image:url(1869189.jpg); 191 | visibility:hidden; 192 | } 193 | #apDiv10 div:hover a { 194 | -webkit-border-radius: 5px; 195 | -moz-border-radius: 5px; 196 | -ms-border-radius: 5px; 197 | -o-border-radius: 5px; 198 | border-radius: 5px; 199 | display: block; 200 | font-size:18px; 201 | border: 1px solid #133e40; 202 | -moz-box-shadow: inset 0 5px 10px #133e40; 203 | -webkit-box-shadow: inset 0 5px 10px #133e40; 204 | box-shadow: inset 0 5px 10px #133e40; 205 | } 206 | 207 | #apDiv11 { 208 | position: absolute; 209 | width: 200px; 210 | height: 147px; 211 | z-index: 4; 212 | left: 722px; 213 | top: 168px; 214 | border: 2px solid #133e40; 215 | border-radius: 5px; 216 | background-image: url(1869189%20-%20Copy.jpg); 217 | visibility:hidden; 218 | } 219 | #apDiv11 div:hover a { 220 | -webkit-border-radius: 5px; 221 | -moz-border-radius: 5px; 222 | -ms-border-radius: 5px; 223 | -o-border-radius: 5px; 224 | border-radius: 5px; 225 | display: block; 226 | font-size:18px; 227 | border: 1px solid #133e40; 228 | -moz-box-shadow: inset 0 5px 10px #133e40; 229 | -webkit-box-shadow: inset 0 5px 10px #133e40; 230 | box-shadow: inset 0 5px 10px #133e40; 231 | } 232 | #apDiv8, #apDiv9, #apDiv10, #apDiv11 a:link 233 | { 234 | font-family:"Comic Sans MS", cursive; 235 | font-size:20; 236 | } 237 | #apDiv12 { 238 | position: absolute; 239 | width: 108px; 240 | height: 29px; 241 | z-index: 5; 242 | left: 986px; 243 | top: -1px; 244 | text-decoration:blink; 245 | } 246 | #apDiv12 div:hover a { 247 | -webkit-border-radius: 5px; 248 | -moz-border-radius: 5px; 249 | -ms-border-radius: 5px; 250 | -o-border-radius: 5px; 251 | border-radius: 5px; 252 | display: block; 253 | font-size:18px; 254 | border: 1px solid #133e40; 255 | -moz-box-shadow: inset 0 5px 10px #133e40; 256 | -webkit-box-shadow: inset 0 5px 10px #133e40; 257 | box-shadow: inset 0 5px 10px #133e40; 258 | } 259 | 260 | #apDiv13 { 261 | position: absolute; 262 | width: 154px; 263 | height: 85px; 264 | z-index: 2; 265 | left: 1063px; 266 | top: 167px; 267 | border: 2px solid #133e40; 268 | border-radius: 5px; 269 | background-image:url(1869189.jpg); 270 | visibility:hidden; 271 | } 272 | #apDiv13 div:hover a { 273 | -webkit-border-radius: 5px; 274 | -moz-border-radius: 5px; 275 | -ms-border-radius: 5px; 276 | -o-border-radius: 5px; 277 | border-radius: 5px; 278 | display: block; 279 | font-size:18px; 280 | border: 1px solid #133e40; 281 | -moz-box-shadow: inset 0 5px 10px #133e40; 282 | -webkit-box-shadow: inset 0 5px 10px #133e40; 283 | box-shadow: inset 0 5px 10px #133e40; 284 | } 285 | -------------------------------------------------------------------------------- /Backend/Style/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/Style/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg -------------------------------------------------------------------------------- /Backend/Style/profile_css.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background-color:#232526; 3 | font-family: Arial, Helvetica, sans-serif; 4 | margin: 0 auto; 5 | padding:0px; 6 | } 7 | 8 | #apDiv1 { 9 | position: absolute; 10 | width: 1093px; 11 | height: 699px; 12 | z-index: 1; 13 | left: 158px; 14 | top: 2px; 15 | background-color: #FFFFFF; 16 | background: #648880; 17 | background: linear-gradient(to top, #f6f1d3 20%, #648880 50%, #293f50 75%); 18 | } 19 | #apDiv2 { 20 | position: absolute; 21 | width: 1094px; 22 | height: 122px; 23 | z-index: 1; 24 | left: 0px; 25 | top: -1px; 26 | color: #D6D6D6; 27 | background-color: #CCCCCC; 28 | background-image: url(18691897.jpg); 29 | } 30 | #apDiv3 {position: absolute; 31 | width: 785px; 32 | height: 74px; 33 | z-index: 1; 34 | left: 157px; 35 | top: 27px; 36 | font-size: 45px; 37 | font-family: "Comic Sans MS", cursive; 38 | color: #ffffff; 39 | font-weight: bold; 40 | text-shadow: 8px -7px 8px #06F; 41 | } 42 | #apDiv4 {position: absolute; 43 | width: 151px; 44 | height: 120px; 45 | z-index: 2; 46 | /*border-top-left-radius:20px;*/ 47 | border-top-right-radius:70px; 48 | border-bottom-right-radius:70px; 49 | border-bottom-left-radius:70px; 50 | border-top-left-radius:70px; 51 | background-image: url(logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg); 52 | } 53 | #apDiv5 { 54 | position: absolute; 55 | width: 1093px; 56 | height: 48px; 57 | z-index: 2; 58 | left: -1px; 59 | top: 120px; 60 | background-image: url(18691897.jpg); 61 | font-size: 24px; 62 | color: #FFF; 63 | font-weight: bold; 64 | border-radius: 5px; 65 | border: 1px solid #36b0b6; 66 | } 67 | #apDiv5 div:hover a { 68 | -webkit-border-radius: 5px; 69 | -moz-border-radius: 5px; 70 | -ms-border-radius: 5px; 71 | -o-border-radius: 5px; 72 | border-radius: 5px; 73 | display: block; 74 | border: 1px solid #133e40; 75 | -moz-box-shadow: inset 0 5px 10px #133e40; 76 | -webkit-box-shadow: inset 0 5px 10px #133e40; 77 | box-shadow: inset 0 5px 10px #133e40; 78 | } 79 | #apDiv5 div:hover { 80 | -webkit-border-radius: 5px; 81 | -moz-border-radius: 5px; 82 | -ms-border-radius: 5px; 83 | -o-border-radius: 5px; 84 | border-radius: 5px; 85 | border: 1px solid #36b0b6; 86 | } 87 | a:link 88 | { 89 | text-decoration: none; 90 | color: #ffffff; 91 | font-family: "Comic Sans MS", cursive; 92 | font-size: 18px; 93 | } 94 | #apDiv6 { 95 | position: absolute; 96 | width: 165px; 97 | height: 78px; 98 | z-index: 3; 99 | left: 183px; 100 | top: 160px; 101 | } 102 | #apDiv6 div:hover { 103 | visiblity: hidden; 104 | } 105 | #apDiv6 div{ 106 | outline: none; 107 | display: block; 108 | position: relative; 109 | text-align: center; 110 | text-decoration: none; 111 | text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); 112 | font-weight: 700; 113 | font-size: 13px; 114 | font-family: Arial, Helvetica, sans-serif; 115 | border-right: 1px solid #080808; 116 | color: #ffffff; 117 | padding: 12px 20px; 118 | } 119 | #apDiv7 { 120 | position: absolute; 121 | width: 172px; 122 | height: 115px; 123 | z-index: 3; 124 | left: 175px; 125 | top: 166px; 126 | visibility:hidden; 127 | } 128 | 129 | #apDiv8 { 130 | position: absolute; 131 | width: 166px; 132 | height: 80px; 133 | z-index: 3; 134 | left: 183px; 135 | top: 168px; 136 | border: 2px solid #133e40; 137 | border-radius: 5px; 138 | background-color: #1e2a36; 139 | background-image:url(1869189.jpg); 140 | visibility:hidden; 141 | } 142 | #apDiv8 div:hover a { 143 | border: 1px solid #36b0b6; 144 | -webkit-border-radius: 5px; 145 | -moz-border-radius: 5px; 146 | -ms-border-radius: 5px; 147 | -o-border-radius: 5px; 148 | border-radius: 5px; 149 | display: block; 150 | font-size:18px; 151 | /* background: #1e6468;*/ 152 | border: 2px solid #133e40; 153 | -moz-box-shadow: inset 0 5px 10px #133e40; 154 | -webkit-box-shadow: inset 0 5px 10px #133e40; 155 | box-shadow: inset 0 5px 10px #133e40; 156 | } 157 | #apDiv9 { 158 | position: absolute; 159 | width: 172px; 160 | height: 80px; 161 | z-index: 3; 162 | left: 356px; 163 | top: 168px; 164 | border: 2px solid #133e40; 165 | border-radius: 5px; 166 | background-image: url(1869189%20-%20Copy.jpg); 167 | visibility:hidden; 168 | } 169 | #apDiv9 div:hover a { 170 | -webkit-border-radius: 5px; 171 | -moz-border-radius: 5px; 172 | -ms-border-radius: 5px; 173 | -o-border-radius: 5px; 174 | border-radius: 5px; 175 | display: block; 176 | font-size:18px; 177 | border: 1px solid #133e40; 178 | -moz-box-shadow: inset 0 5px 10px #133e40; 179 | -webkit-box-shadow: inset 0 5px 10px #133e40; 180 | box-shadow: inset 0 5px 10px #133e40; 181 | } 182 | #apDiv10 { 183 | position: absolute; 184 | width: 280x; 185 | height: 46px; 186 | z-index: 3; 187 | left: 535px; 188 | top: 169px; 189 | border: 2px solid #133e40; 190 | border-radius: 5px; 191 | background-image:url(1869189.jpg); 192 | visibility:hidden; 193 | } 194 | #apDiv10 div:hover a { 195 | -webkit-border-radius: 5px; 196 | -moz-border-radius: 5px; 197 | -ms-border-radius: 5px; 198 | -o-border-radius: 5px; 199 | border-radius: 5px; 200 | display: block; 201 | font-size:18px; 202 | border: 1px solid #133e40; 203 | -moz-box-shadow: inset 0 5px 10px #133e40; 204 | -webkit-box-shadow: inset 0 5px 10px #133e40; 205 | box-shadow: inset 0 5px 10px #133e40; 206 | } 207 | 208 | #apDiv11 { 209 | position: absolute; 210 | width: 200px; 211 | height: 147px; 212 | z-index: 4; 213 | left: 722px; 214 | top: 168px; 215 | border: 2px solid #133e40; 216 | border-radius: 5px; 217 | background-image: url(1869189%20-%20Copy.jpg); 218 | visibility:hidden; 219 | } 220 | #apDiv11 div:hover a { 221 | -webkit-border-radius: 5px; 222 | -moz-border-radius: 5px; 223 | -ms-border-radius: 5px; 224 | -o-border-radius: 5px; 225 | border-radius: 5px; 226 | display: block; 227 | font-size:18px; 228 | border: 1px solid #133e40; 229 | -moz-box-shadow: inset 0 5px 10px #133e40; 230 | -webkit-box-shadow: inset 0 5px 10px #133e40; 231 | box-shadow: inset 0 5px 10px #133e40; 232 | } 233 | #apDiv8, #apDiv9, #apDiv10, #apDiv11 a:link 234 | { 235 | font-family:"Comic Sans MS", cursive; 236 | font-size:20; 237 | } 238 | #apDiv12 { 239 | position: absolute; 240 | width: 108px; 241 | height: 29px; 242 | z-index: 5; 243 | left: 986px; 244 | top: -1px; 245 | text-decoration:blink; 246 | } 247 | #apDiv12 div:hover a { 248 | -webkit-border-radius: 5px; 249 | -moz-border-radius: 5px; 250 | -ms-border-radius: 5px; 251 | -o-border-radius: 5px; 252 | border-radius: 5px; 253 | display: block; 254 | font-size:18px; 255 | border: 1px solid #133e40; 256 | -moz-box-shadow: inset 0 5px 10px #133e40; 257 | -webkit-box-shadow: inset 0 5px 10px #133e40; 258 | box-shadow: inset 0 5px 10px #133e40; 259 | } 260 | 261 | #apDiv13 { 262 | position: absolute; 263 | width: 154px; 264 | height: 85px; 265 | z-index: 2; 266 | left: 1063px; 267 | top: 167px; 268 | border: 2px solid #133e40; 269 | border-radius: 5px; 270 | background-image:url(1869189.jpg); 271 | visibility:hidden; 272 | } 273 | #apDiv13 div:hover a { 274 | -webkit-border-radius: 5px; 275 | -moz-border-radius: 5px; 276 | -ms-border-radius: 5px; 277 | -o-border-radius: 5px; 278 | border-radius: 5px; 279 | display: block; 280 | font-size:18px; 281 | border: 1px solid #133e40; 282 | -moz-box-shadow: inset 0 5px 10px #133e40; 283 | -webkit-box-shadow: inset 0 5px 10px #133e40; 284 | box-shadow: inset 0 5px 10px #133e40; 285 | } 286 | -------------------------------------------------------------------------------- /Backend/Style/report_style.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background: #232526; 3 | font-family: Arial, Helvetica, sans-serif; 4 | margin: 0 auto; 5 | padding:0px; 6 | } 7 | 8 | #apDiv1 { 9 | position: absolute; 10 | width: 1093px; 11 | height: 699px; 12 | z-index: 1; 13 | left: 133px; 14 | top: 2px; 15 | background-color:transparent; 16 | background: linear-gradient(to top, #f6f1d3 20%, #648880 50%, #293f50 75%); 17 | } 18 | #apDiv2 { 19 | position: absolute; 20 | width: 1094px; 21 | height: 122px; 22 | z-index: 1; 23 | left: 0px; 24 | top: -1px; 25 | color: #D6D6D6; 26 | background-color: #CCCCCC; 27 | background-image: url(18691897.jpg); 28 | } 29 | #apDiv3 {position: absolute; 30 | width: 785px; 31 | height: 74px; 32 | z-index: 1; 33 | left: 157px; 34 | top: 27px; 35 | font-size: 45px; 36 | font-family: "Comic Sans MS", cursive; 37 | color: #ffffff; 38 | font-weight: bold; 39 | text-shadow: 8px -7px 8px #06F; 40 | } 41 | #apDiv4 {position: absolute; 42 | width: 151px; 43 | height: 120px; 44 | z-index: 2; 45 | /*border-top-left-radius:20px;*/ 46 | border-top-right-radius:70px; 47 | border-bottom-right-radius:70px; 48 | border-bottom-left-radius:70px; 49 | border-top-left-radius:70px; 50 | background-image: url(logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg); 51 | } 52 | #apDiv5 { 53 | position: absolute; 54 | width: 1093px; 55 | height: 48px; 56 | z-index: 2; 57 | left: -1px; 58 | top: 120px; 59 | background-image: url(18691897.jpg); 60 | font-size: 24px; 61 | color: #FFF; 62 | font-weight: bold; 63 | border-radius: 5px; 64 | border: 1px solid #36b0b6; 65 | } 66 | #apDiv5 div:hover a { 67 | -webkit-border-radius: 5px; 68 | -moz-border-radius: 5px; 69 | -ms-border-radius: 5px; 70 | -o-border-radius: 5px; 71 | border-radius: 5px; 72 | display: block; 73 | border: 1px solid #133e40; 74 | -moz-box-shadow: inset 0 5px 10px #133e40; 75 | -webkit-box-shadow: inset 0 5px 10px #133e40; 76 | box-shadow: inset 0 5px 10px #133e40; 77 | } 78 | #apDiv5 div:hover { 79 | -webkit-border-radius: 5px; 80 | -moz-border-radius: 5px; 81 | -ms-border-radius: 5px; 82 | -o-border-radius: 5px; 83 | border-radius: 5px; 84 | border: 1px solid #36b0b6; 85 | } 86 | a:link 87 | { 88 | text-decoration: none; 89 | color: #ffffff; 90 | font-family: "Comic Sans MS", cursive; 91 | font-size: 18px; 92 | } 93 | #apDiv6 { 94 | position: absolute; 95 | width: 165px; 96 | height: 78px; 97 | z-index: 3; 98 | left: 183px; 99 | top: 160px; 100 | } 101 | #apDiv6 div:hover { 102 | visiblity: hidden; 103 | } 104 | #apDiv6 div{ 105 | outline: none; 106 | display: block; 107 | position: relative; 108 | text-align: center; 109 | text-decoration: none; 110 | text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); 111 | font-weight: 700; 112 | font-size: 13px; 113 | font-family: Arial, Helvetica, sans-serif; 114 | border-right: 1px solid #080808; 115 | color: #ffffff; 116 | padding: 12px 20px; 117 | } 118 | #apDiv7 { 119 | position: absolute; 120 | width: 172px; 121 | height: 115px; 122 | z-index: 3; 123 | left: 175px; 124 | top: 166px; 125 | visibility:hidden; 126 | } 127 | 128 | #apDiv8 { 129 | position: absolute; 130 | width: 166px; 131 | height: 80px; 132 | z-index: 3; 133 | left: 183px; 134 | top: 168px; 135 | border: 2px solid #133e40; 136 | border-radius: 5px; 137 | background-color: #1e2a36; 138 | background-image:url(1869189.jpg); 139 | visibility:hidden; 140 | } 141 | #apDiv8 div:hover a { 142 | border: 1px solid #36b0b6; 143 | -webkit-border-radius: 5px; 144 | -moz-border-radius: 5px; 145 | -ms-border-radius: 5px; 146 | -o-border-radius: 5px; 147 | border-radius: 5px; 148 | display: block; 149 | font-size:18px; 150 | /* background: #1e6468;*/ 151 | border: 2px solid #133e40; 152 | -moz-box-shadow: inset 0 5px 10px #133e40; 153 | -webkit-box-shadow: inset 0 5px 10px #133e40; 154 | box-shadow: inset 0 5px 10px #133e40; 155 | } 156 | #apDiv9 { 157 | position: absolute; 158 | width: 172px; 159 | height: 80px; 160 | z-index: 3; 161 | left: 356px; 162 | top: 168px; 163 | border: 2px solid #133e40; 164 | border-radius: 5px; 165 | background-image: url(1869189%20-%20Copy.jpg); 166 | visibility:hidden; 167 | } 168 | #apDiv9 div:hover a { 169 | -webkit-border-radius: 5px; 170 | -moz-border-radius: 5px; 171 | -ms-border-radius: 5px; 172 | -o-border-radius: 5px; 173 | border-radius: 5px; 174 | display: block; 175 | font-size:18px; 176 | border: 1px solid #133e40; 177 | -moz-box-shadow: inset 0 5px 10px #133e40; 178 | -webkit-box-shadow: inset 0 5px 10px #133e40; 179 | box-shadow: inset 0 5px 10px #133e40; 180 | } 181 | #apDiv10 { 182 | position: absolute; 183 | width: 280x; 184 | height: 46px; 185 | z-index: 3; 186 | left: 535px; 187 | top: 169px; 188 | border: 2px solid #133e40; 189 | border-radius: 5px; 190 | background-image:url(1869189.jpg); 191 | visibility:hidden; 192 | } 193 | #apDiv10 div:hover a { 194 | -webkit-border-radius: 5px; 195 | -moz-border-radius: 5px; 196 | -ms-border-radius: 5px; 197 | -o-border-radius: 5px; 198 | border-radius: 5px; 199 | display: block; 200 | font-size:18px; 201 | border: 1px solid #133e40; 202 | -moz-box-shadow: inset 0 5px 10px #133e40; 203 | -webkit-box-shadow: inset 0 5px 10px #133e40; 204 | box-shadow: inset 0 5px 10px #133e40; 205 | } 206 | 207 | #apDiv11 { 208 | position: absolute; 209 | width: 200px; 210 | height: 147px; 211 | z-index: 4; 212 | left: 722px; 213 | top: 168px; 214 | border: 2px solid #133e40; 215 | border-radius: 5px; 216 | background-image: url(1869189%20-%20Copy.jpg); 217 | visibility:hidden; 218 | } 219 | #apDiv11 div:hover a { 220 | -webkit-border-radius: 5px; 221 | -moz-border-radius: 5px; 222 | -ms-border-radius: 5px; 223 | -o-border-radius: 5px; 224 | border-radius: 5px; 225 | display: block; 226 | font-size:18px; 227 | border: 1px solid #133e40; 228 | -moz-box-shadow: inset 0 5px 10px #133e40; 229 | -webkit-box-shadow: inset 0 5px 10px #133e40; 230 | box-shadow: inset 0 5px 10px #133e40; 231 | } 232 | #apDiv8, #apDiv9, #apDiv10, #apDiv11 a:link 233 | { 234 | font-family:"Comic Sans MS", cursive; 235 | font-size:20; 236 | } 237 | #apDiv12 { 238 | position: absolute; 239 | width: 108px; 240 | height: 29px; 241 | z-index: 5; 242 | left: 986px; 243 | top: -1px; 244 | text-decoration:blink; 245 | } 246 | #apDiv12 div:hover a { 247 | -webkit-border-radius: 5px; 248 | -moz-border-radius: 5px; 249 | -ms-border-radius: 5px; 250 | -o-border-radius: 5px; 251 | border-radius: 5px; 252 | display: block; 253 | font-size:18px; 254 | border: 1px solid #133e40; 255 | -moz-box-shadow: inset 0 5px 10px #133e40; 256 | -webkit-box-shadow: inset 0 5px 10px #133e40; 257 | box-shadow: inset 0 5px 10px #133e40; 258 | } 259 | 260 | #apDiv13 { 261 | position: absolute; 262 | width: 154px; 263 | height: 85px; 264 | z-index: 2; 265 | left: 1063px; 266 | top: 167px; 267 | border: 2px solid #133e40; 268 | border-radius: 5px; 269 | background-image:url(1869189.jpg); 270 | visibility:hidden; 271 | } 272 | #apDiv13 div:hover a { 273 | -webkit-border-radius: 5px; 274 | -moz-border-radius: 5px; 275 | -ms-border-radius: 5px; 276 | -o-border-radius: 5px; 277 | border-radius: 5px; 278 | display: block; 279 | font-size:18px; 280 | border: 1px solid #133e40; 281 | -moz-box-shadow: inset 0 5px 10px #133e40; 282 | -webkit-box-shadow: inset 0 5px 10px #133e40; 283 | box-shadow: inset 0 5px 10px #133e40; 284 | } 285 | -------------------------------------------------------------------------------- /Backend/Validate/doctor.js: -------------------------------------------------------------------------------- 1 | function validate() 2 | { 3 | var a=document.doctor.dname.value; 4 | var c=document.doctor.age.value; 5 | var d=document.doctor.phone.value; 6 | var f=document.doctor.email.value; 7 | var h=document.doctor.doctor.value; 8 | if(a=="") 9 | { 10 | alert("Name Not Entered"); 11 | document.doctor.fname.focus(); 12 | return false; 13 | } 14 | if(c=="") 15 | { 16 | alert("Age not Entered"); 17 | document.doctor.age.focus(); 18 | return false; 19 | } 20 | if(isNaN(c)) 21 | { 22 | alert("Please Enter age in Number"); 23 | return false; 24 | } 25 | var phoneno = /^\d{10}$/; 26 | if(!(d.match(phoneno)) ) 27 | { 28 | alert("Not a valid Phone Number"); 29 | return false; 30 | } 31 | if ((document.doctor.gender[0].checked == false ) && ( document.doctor.gender[1].checked == false ) ) 32 | { 33 | alert ( "Please choose your Gender"); 34 | return false; 35 | } 36 | var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; 37 | if(f.match(mailformat)) 38 | { 39 | document.doctor.email.focus(); 40 | return true; 41 | } 42 | else 43 | { 44 | alert("You have entered an invalid email address!"); 45 | document.doctor.email.focus(); 46 | return false; 47 | } 48 | if(h=="") 49 | { 50 | alert("Doctor Name Not Entered"); 51 | document.doctor.doctor.focus(); 52 | return false; 53 | } 54 | if(document.doctor.texts.value=="") 55 | { 56 | alert("Address Not Entered"); 57 | document.doctor.texts.focus(); 58 | return false; 59 | } 60 | return true; 61 | 62 | } -------------------------------------------------------------------------------- /Backend/Validate/patient.js: -------------------------------------------------------------------------------- 1 | function validate() 2 | { 3 | var a=document.patient.pname.value; 4 | var c=document.patient.age.value; 5 | var d=document.patient.phone.value; 6 | var f=document.patient.email.value; 7 | var h=document.patient.doctor.value; 8 | 9 | if(a=="") 10 | { 11 | alert("Name Not Entered"); 12 | document.patient.fname.focus(); 13 | return false; 14 | } 15 | if(c=="") 16 | { 17 | alert("Age not Entered"); 18 | document.patient.age.focus(); 19 | return false; 20 | } 21 | if(isNaN(c)) 22 | { 23 | alert("Please Enter age in Number"); 24 | return false; 25 | } 26 | var phoneno = /^\d{10}$/; 27 | if(!(d.match(phoneno)) ) 28 | { 29 | alert("Not a valid Phone Number"); 30 | return false; 31 | } 32 | if ((document.patient.gender[0].checked == false ) && ( document.patient.gender[1].checked == false ) ) 33 | { 34 | alert ( "Please choose your Gender"); 35 | return false; 36 | } 37 | var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; 38 | if(f.match(mailformat)) 39 | { 40 | document.patient.email.focus(); 41 | return true; 42 | } 43 | else 44 | { 45 | alert("You have entered an invalid email address!"); 46 | document.patient.email.focus(); 47 | return false; 48 | } 49 | if(h=="") 50 | { 51 | alert("Doctor Name Not Entered"); 52 | document.patient.doctor.focus(); 53 | return false; 54 | } 55 | if(document.patient.texts.value=="") 56 | { 57 | alert("Address Not Entered"); 58 | document.patient.texts.focus(); 59 | return false; 60 | } 61 | return true; 62 | } -------------------------------------------------------------------------------- /Backend/aimage/admin_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/aimage/admin_icon.jpg -------------------------------------------------------------------------------- /Backend/aimage/adnan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/aimage/adnan.jpg -------------------------------------------------------------------------------- /Backend/aimage/di.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/aimage/di.jpg -------------------------------------------------------------------------------- /Backend/appointment.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Appointment Lists 11 | 12 | 88 | 89 | 90 | 91 | 92 | 93 |
94 |
95 |
96 |
Hospital Management System
97 |
98 |
99 |
100 |
101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 |
111 |
112 |
113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 |
127 |
128 |
129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 |
143 |
144 |
145 | 146 | 147 | 148 | 149 |
150 |
151 |
152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 |
166 |
167 |
168 |
Sign out
169 |
170 |
171 | 197 | 198 |
199 |
200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | "; 217 | print ""; 218 | print ""; 219 | print ""; 220 | print ""; 221 | print ""; 222 | print ""; 223 | 224 | } 225 | ?> 226 | 227 |
Patient NameDoctor NameAppointment No.DateTime
".$patient['pname']."".$doctor['dname']."".$result['app_no']."".$result['date']."".$result['time']."
228 |
229 |
230 |
232 | 233 | 234 | 235 | 236 | 237 | 239 | 240 |
238 |
241 |
242 | 243 | 244 | -------------------------------------------------------------------------------- /Backend/change_p.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Change Password 11 | 12 | 88 | 89 | 90 | 91 |
92 |
93 |
94 |
Hospital Management System
95 |
96 |
97 |
98 |
99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 |
109 |
110 |
111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 |
141 |
142 |
143 | 144 | 145 | 146 | 147 |
148 |
149 |
150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 |
164 |
165 |
166 |
Sign out
167 |
168 |
169 | 195 |
196 |
197 |
198 | 199 | 200 | 201 | 202 | 203 | 205 | 206 |
204 |
207 |
208 |
209 | Password changed successfully"; 230 | } 231 | else 232 | { 233 | print "Old password is incorrect"; 234 | } 235 | ?> 236 |
237 | 238 | 239 | -------------------------------------------------------------------------------- /Backend/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Backend/doc_delete.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Doctor delete 11 | 12 | 34 | 35 | 36 | 37 | 38 | 39 |
40 |
41 |
42 |
Hospital Management System
43 |
44 |
45 |
46 |
47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 |
57 |
58 |
59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |
89 |
90 |
91 | 92 | 93 | 94 | 95 |
96 |
97 |
98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 |
112 |
113 |
114 |
Sign out
115 |
116 |
117 | 143 | 144 |
145 |
146 | Data deleted successfully"; 154 | } 155 | else 156 | { 157 | print mysql_error(); 158 | } 159 | ?> 160 |
161 |
162 |
164 | 165 | 166 | 167 | 168 | 169 | 171 | 172 |
170 |
173 |
174 | 175 | 176 | -------------------------------------------------------------------------------- /Backend/doctor_mod.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | Doctor Modify 12 | 13 | 70 | 71 | 72 | 73 | 74 | 75 |
76 |
77 |
78 |
Hospital Management System
79 |
80 |
81 |
82 |
83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
93 |
94 |
95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 |
109 |
110 |
111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 |
132 |
133 |
134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 |
148 |
149 |
150 |
Sign out
151 |
152 |
153 | 179 |
180 |
181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | "; 199 | print ""; 200 | print ""; 201 | print ""; 202 | print ""; 203 | $did=$doctor['doctorID']; 204 | print ""; 207 | print ""; 210 | print ""; 211 | } 212 | } 213 | ?> 214 | 215 |
Doctor NameEmail-IDAddressPhone No.Modify
".$doctor['dname']."".$doctor['doctorID']."".$doctor['address']."".$doctor['phoneno'].""; 205 | print "Edit"; 206 | print ""; 208 | print "Delete"; 209 | print "
216 |
217 |
218 |
220 | 221 | 222 | 223 | 224 | 225 | 227 | 228 |
226 |
229 |
230 | 231 | 232 | -------------------------------------------------------------------------------- /Backend/doctor_mod2.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Doctor Modify 11 | 12 | 57 | 58 | 59 | 60 | 61 | 62 |
63 |
64 |
65 |
Hospital Management System
66 |
67 |
68 |
69 |
70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |
80 |
81 |
82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 |
96 |
97 |
98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 |
112 |
113 |
114 | 115 | 116 | 117 | 118 |
119 |
120 |
121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 |
135 |
136 |
137 |
Sign out
138 |
139 |
140 | 166 | 167 |
168 |
169 |
170 | Doctor data updated successfully"; 183 | } 184 | else 185 | { 186 | print mysql_error(); 187 | } 188 | ?> 189 |
190 |
191 |
192 |
194 | 195 | 196 | 197 | 198 | 199 | 201 | 202 |
200 |
203 |
204 | 205 | 206 | -------------------------------------------------------------------------------- /Backend/doctor_script.js: -------------------------------------------------------------------------------- 1 | function show_course() 2 | { 3 | document.getElementById("apDiv8").style.visibility="visible"; 4 | } 5 | function hide_course() 6 | { 7 | document.getElementById("apDiv8").style.visibility="hidden"; 8 | } 9 | function show() 10 | { 11 | document.getElementById("apDiv9").style.visibility="visible"; 12 | } 13 | function hide() 14 | { 15 | document.getElementById("apDiv9").style.visibility="hidden"; 16 | } 17 | function show1() 18 | { 19 | document.getElementById("apDiv10").style.visibility="visible"; 20 | } 21 | function hide1() 22 | { 23 | document.getElementById("apDiv10").style.visibility="hidden"; 24 | } 25 | function show2() 26 | { 27 | document.getElementById("apDiv11").style.visibility="visible"; 28 | } 29 | function hide2() 30 | { 31 | document.getElementById("apDiv11").style.visibility="hidden"; 32 | } 33 | function show3() 34 | { 35 | document.getElementById("apDiv13").style.visibility="visible"; 36 | } 37 | function hide3() 38 | { 39 | document.getElementById("apDiv13").style.visibility="hidden"; 40 | } 41 | function validate() 42 | { 43 | var a=document.f1.pass1.value; 44 | var b=document.f1.pass2.value; 45 | var c=document.f1.pass3.value; 46 | if(a=="") 47 | { 48 | alert("Current Password Not Entered"); 49 | return false; 50 | } 51 | if(b=="") 52 | { 53 | alert("New Password Not Entered"); 54 | return false; 55 | } 56 | if(c=="") 57 | { 58 | alert("Re-enter new Password"); 59 | return false; 60 | } 61 | if(b!=c) 62 | { 63 | alert("New Password doesn't match."); 64 | return false; 65 | } 66 | } 67 | 68 | -------------------------------------------------------------------------------- /Backend/doctor_view.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | Doctor Lists 12 | 13 | 61 | 62 | 63 | 64 | 65 | 66 |
67 |
68 |
69 |
Hospital Management System
70 |
71 |
72 |
73 |
74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 |
84 |
85 |
86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 |
116 |
117 |
118 | 119 | 120 | 121 | 122 |
123 |
124 |
125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 |
139 |
140 |
141 |
Sign out
142 |
143 |
144 | 170 |
171 |
172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | "; 191 | print ""; 192 | print ""; 193 | print ""; 194 | print ""; 195 | print ""; 196 | print ""; 197 | print ""; 198 | } 199 | } 200 | ?> 201 | 202 |
Doctor NameEmail-IDAddressSpecilistPhone No.Gender
".$doctor['dname']."".$doctor['doctorID']."".$doctor['address']."".$doctor['specilist']."".$doctor['phoneno']."".$doctor['gender']."
203 |
204 |
205 |
207 | 208 | 209 | 210 | 211 | 212 | 214 | 215 |
213 |
216 |
217 | 218 | 219 | -------------------------------------------------------------------------------- /Backend/history.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient History 11 | 12 | 88 | 89 | 90 | 91 | 92 | 93 |
94 |
95 |
96 |
Hospital Management System
97 |
98 |
99 |
100 |
101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 |
111 |
112 |
113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 |
127 |
128 |
129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 |
143 |
144 |
145 | 146 | 147 | 148 | 149 |
150 |
151 |
152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 |
166 |
167 |
168 |
Sign out
169 |
170 |
171 | 197 | 198 |
199 |
200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | "; 217 | print ""; 218 | print ""; 219 | print ""; 220 | print ""; 221 | print ""; 222 | print ""; 223 | 224 | } 225 | ?> 226 | 227 |
Patient NameDoctor NameDetailsDateTime
".$patient['pname']."".$doctor['dname']."".$result['details']."".$result['date']."".$result['time']."
228 |
229 |
230 |
232 | 233 | 234 | 235 | 236 | 237 | 239 | 240 |
238 |
241 |
242 | 243 | 244 | -------------------------------------------------------------------------------- /Backend/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Administrator 4 | 179 | 196 | 197 | 198 |
199 |
200 |
201 |
Hospital Management System
202 |
203 |
204 |
205 |
206 |
207 | 208 | 209 | 210 | 211 | 213 | 214 | 215 | 216 | 217 | 219 | 220 | 221 | 226 | 227 | 228 | 229 |
Username
  212 |
Password
  218 |
222 |
223 | 224 |
225 |
  
230 |
231 |
232 |
233 |
Administrator
234 |
235 |
236 | 237 | 238 | -------------------------------------------------------------------------------- /Backend/insert_doc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Backend/insert_doct.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Admin|Doctor 11 | 12 | 63 | 64 | 65 | 66 | 67 | 68 |
69 |
70 |
71 |
Hospital Management System
72 |
73 |
74 |
75 |
76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 |
86 |
87 |
88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 |
102 |
103 |
104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 |
118 |
119 |
120 | 121 | 122 | 123 | 124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 |
141 |
142 |
143 |
Sign out
144 |
145 |
146 | 172 | 173 |
174 |
175 | Doctor added Successfully"; 189 | } 190 | ?> 191 |
192 | 193 |
194 |
195 | 196 | 197 | 198 | 199 | 200 | 202 | 203 |
201 |
204 |
205 | 206 | 207 | -------------------------------------------------------------------------------- /Backend/logincheck.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Backend/patient_delete.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient Delete 11 | 12 | 35 | 36 | 37 | 38 | 39 | 40 |
41 |
42 |
43 |
Hospital Management System
44 |
45 |
46 |
47 |
48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 |
58 |
59 |
60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 |
74 |
75 |
76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 |
90 |
91 |
92 | 93 | 94 | 95 | 96 |
97 |
98 |
99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 |
113 |
114 |
115 |
Sign out
116 |
117 |
118 | 144 | 145 |
146 |
147 | Data deleted successfully"; 154 | } 155 | else 156 | { 157 | print mysql_error(); 158 | } 159 | ?> 160 |
161 |
162 |
164 | 165 | 166 | 167 | 168 | 169 | 171 | 172 |
170 |
173 |
174 | 175 | 176 | -------------------------------------------------------------------------------- /Backend/patient_mod.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | Patient Modify 12 | 13 | 71 | 72 | 73 | 74 | 75 | 76 |
77 |
78 |
79 |
Hospital Management System
80 |
81 |
82 |
83 |
84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 |
94 |
95 |
96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
110 |
111 |
112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 |
126 |
127 |
128 | 129 | 130 | 131 | 132 |
133 |
134 |
135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 |
149 |
150 |
151 |
Sign out
152 |
153 |
154 | 180 | 181 |
182 |
183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | "; 203 | print ""; 204 | print ""; 205 | print ""; 206 | print ""; 207 | print ""; 208 | print ""; 209 | $pid=$patient['patientID']; 210 | print ""; 213 | print ""; 216 | print ""; 217 | } 218 | } 219 | ?> 220 | 221 |
Patient NameEmail-IDAgeAddressPhone No.GenderModify
".$patient['pname']."".$patient['patientID']."".$patient['age']."".$patient['address']."".$patient['phone']."".$patient['gender'].""; 211 | print "Edit"; 212 | print ""; 214 | print "Delete"; 215 | print "
222 |
223 |
224 |
226 | 227 | 228 | 229 | 230 | 231 | 233 | 234 |
232 |
235 |
236 | 237 | 238 | -------------------------------------------------------------------------------- /Backend/patient_mod2.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient Modify 11 | 12 | 49 | 50 | 51 | 52 | 53 | 54 | 55 |
56 |
57 |
58 |
Hospital Management System
59 |
60 |
61 |
62 |
63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |
89 |
90 |
91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 |
105 |
106 |
107 | 108 | 109 | 110 | 111 |
112 |
113 |
114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 |
128 |
129 |
130 |
Sign out
131 |
132 |
133 | 159 | 160 |
161 |
162 |
163 | Patient data updated successfully"; 176 | } 177 | else 178 | { 179 | print mysql_error(); 180 | } 181 | ?> 182 |
183 |
184 |
185 |
187 | 188 | 189 | 190 | 191 | 192 | 194 | 195 |
193 |
196 |
197 | 198 | 199 | -------------------------------------------------------------------------------- /Backend/patient_view.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | Patient Lists 12 | 13 | 63 | 64 | 65 | 66 | 67 | 68 |
69 |
70 |
71 |
Hospital Management System
72 |
73 |
74 |
75 |
76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 |
86 |
87 |
88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 |
102 |
103 |
104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 |
118 |
119 |
120 | 121 | 122 | 123 | 124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 |
141 |
142 |
143 |
Sign out
144 |
145 |
146 | 172 | 173 |
174 |
175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | "; 194 | print ""; 195 | print ""; 196 | print ""; 197 | print ""; 198 | print ""; 199 | print ""; 200 | print ""; 201 | } 202 | } 203 | ?> 204 | 205 |
Patient NameEmail-IDAgeAddressPhone No.Gender
".$patient['pname']."".$patient['patientID']."".$patient['age']."".$patient['address']."".$patient['phone']."".$patient['gender']."
206 |
207 |
208 |
210 | 211 | 212 | 213 | 214 | 215 | 217 | 218 |
216 |
219 |
220 | 221 | 222 | -------------------------------------------------------------------------------- /Backend/profile.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Admin|Profile 11 | 12 | 102 | 103 | 104 | 105 |
106 |
107 |
108 |
Hospital Management System
109 |
110 |
111 |
112 |
113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 |
123 |
124 |
125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 |
139 |
140 |
141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 |
155 |
156 |
157 | 158 | 159 | 160 | 161 |
162 |
163 |
164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 |
178 |
179 |
180 |
Sign out
181 |
182 |
208 |
209 |
210 |
211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 |
Divyanshu Sharma
B.sc (Computer Science) - 6th Semester
ds909201@gmail.com
+91 88 76 241398
225 |
226 |
227 |
228 |
229 |
230 |
231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 |
Adnan Arif
B.sc (Computer Science) - 6th Semester
aarif8363@gmail.com
+91 87 21 820119
245 |
246 |
247 |
248 |
249 | 250 | 251 | 252 | 253 | 254 | 256 | 257 |
255 |
258 |
259 | 260 | 261 | -------------------------------------------------------------------------------- /Backend/profile_script.js: -------------------------------------------------------------------------------- 1 | function show_course() 2 | { 3 | document.getElementById("apDiv8").style.visibility="visible"; 4 | } 5 | function hide_course() 6 | { 7 | document.getElementById("apDiv8").style.visibility="hidden"; 8 | } 9 | function show() 10 | { 11 | document.getElementById("apDiv9").style.visibility="visible"; 12 | } 13 | function hide() 14 | { 15 | document.getElementById("apDiv9").style.visibility="hidden"; 16 | } 17 | function show1() 18 | { 19 | document.getElementById("apDiv10").style.visibility="visible"; 20 | } 21 | function hide1() 22 | { 23 | document.getElementById("apDiv10").style.visibility="hidden"; 24 | } 25 | function show2() 26 | { 27 | document.getElementById("apDiv11").style.visibility="visible"; 28 | } 29 | function hide2() 30 | { 31 | document.getElementById("apDiv11").style.visibility="hidden"; 32 | } 33 | function show3() 34 | { 35 | document.getElementById("apDiv13").style.visibility="visible"; 36 | } 37 | function hide3() 38 | { 39 | document.getElementById("apDiv13").style.visibility="hidden"; 40 | } -------------------------------------------------------------------------------- /Backend/report_script.js: -------------------------------------------------------------------------------- 1 | function show_course() 2 | { 3 | document.getElementById("apDiv8").style.visibility="visible"; 4 | } 5 | function hide_course() 6 | { 7 | document.getElementById("apDiv8").style.visibility="hidden"; 8 | } 9 | function show() 10 | { 11 | document.getElementById("apDiv9").style.visibility="visible"; 12 | } 13 | function hide() 14 | { 15 | document.getElementById("apDiv9").style.visibility="hidden"; 16 | } 17 | function show1() 18 | { 19 | document.getElementById("apDiv10").style.visibility="visible"; 20 | } 21 | function hide1() 22 | { 23 | document.getElementById("apDiv10").style.visibility="hidden"; 24 | } 25 | function show2() 26 | { 27 | document.getElementById("apDiv11").style.visibility="visible"; 28 | } 29 | function hide2() 30 | { 31 | document.getElementById("apDiv11").style.visibility="hidden"; 32 | } 33 | function show3() 34 | { 35 | document.getElementById("apDiv13").style.visibility="visible"; 36 | } 37 | function hide3() 38 | { 39 | document.getElementById("apDiv13").style.visibility="hidden"; 40 | } 41 | function validate() 42 | { 43 | var a=document.f1.pass1.value; 44 | var b=document.f1.pass2.value; 45 | var c=document.f1.pass3.value; 46 | if(a=="") 47 | { 48 | alert("Current Password Not Entered"); 49 | return false; 50 | } 51 | if(b=="") 52 | { 53 | alert("New Password Not Entered"); 54 | return false; 55 | } 56 | if(c=="") 57 | { 58 | alert("Re-enter new Password"); 59 | return false; 60 | } 61 | if(b!=c) 62 | { 63 | alert("New Password doesn't match."); 64 | return false; 65 | } 66 | } 67 | 68 | -------------------------------------------------------------------------------- /Backend/report_upload.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient|Report 11 | 12 | 56 | 57 | 58 | 59 | 60 |
61 |
62 |
63 |
Hospital Management System
64 |
65 |
66 |
67 |
68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 |
78 |
79 |
80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 |
94 |
95 |
96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
110 |
111 |
112 | 113 | 114 | 115 | 116 |
117 |
118 |
119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 |
133 |
134 |
135 |
Sign out
136 |
137 |
138 | 164 | 165 |
166 |
167 |
168 | File Uploaded Successfully ".$rid; 190 | } 191 | else 192 | { 193 | print mysql_error(); 194 | } 195 | ?> 196 |
197 |
198 |
199 |
201 | 202 | 203 | 204 | 205 | 206 | 208 | 209 |
207 |
210 |
211 | 212 | 213 | -------------------------------------------------------------------------------- /Backend/reportfile/1258.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/1258.pdf -------------------------------------------------------------------------------- /Backend/reportfile/466-466-1-PB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/466-466-1-PB.pdf -------------------------------------------------------------------------------- /Backend/reportfile/Challan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/Challan.pdf -------------------------------------------------------------------------------- /Backend/reportfile/DigiUniv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/DigiUniv.pdf -------------------------------------------------------------------------------- /Backend/reportfile/TDC new system.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/TDC new system.pdf -------------------------------------------------------------------------------- /Backend/reportfile/bank_charges.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/bank_charges.pdf -------------------------------------------------------------------------------- /Backend/reportfile/bsc-IT_syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/bsc-IT_syllabus.pdf -------------------------------------------------------------------------------- /Backend/reportfile/extension notice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/extension notice.pdf -------------------------------------------------------------------------------- /Backend/reportfile/refund_policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Backend/reportfile/refund_policy.pdf -------------------------------------------------------------------------------- /Backend/valid/Patient_reg.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | Patient Registration 11 | 12 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |
68 |
69 |
70 |
Hospital Management System
71 |
72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 |
85 |
86 |
87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 |
101 |
102 |
103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 |
117 |
118 |
119 | 120 | 121 | 122 | 123 |
124 |
125 |
126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 |
140 |
141 |
142 |
Sign out
143 |
144 |
145 | 171 | 172 |
173 |
175 | 176 | 177 | 178 | 179 | 180 | 182 | 183 |
181 |
184 |
185 |
186 |

Patient Registered Successfully

"; 195 | } 196 | else 197 | { 198 | print mysql_error(); 199 | 200 | } 201 | ?> 202 |
203 |
204 | 205 | 206 | -------------------------------------------------------------------------------- /Backend/valid/patient.js: -------------------------------------------------------------------------------- 1 | function validate() 2 | { 3 | var a=document.patient.pname.value; 4 | var c=document.patient.age.value; 5 | var d=document.patient.phone.value; 6 | var f=document.patient.email.value; 7 | var h=document.patient.doctor.value; 8 | 9 | if(a=="") 10 | { 11 | alert("Name Not Entered"); 12 | document.patient.fname.focus(); 13 | return false; 14 | } 15 | if(c=="") 16 | { 17 | alert("Age not Entered"); 18 | document.patient.age.focus(); 19 | return false; 20 | } 21 | if(isNaN(c)) 22 | { 23 | alert("Please Enter age in Number"); 24 | return false; 25 | } 26 | var phoneno = /^\d{10}$/; 27 | if(!(d.match(phoneno)) ) 28 | { 29 | alert("Not a valid Phone Number"); 30 | return false; 31 | } 32 | if ((document.patient.gender[0].checked == false ) && ( document.patient.gender[1].checked == false ) ) 33 | { 34 | alert ( "Please choose your Gender"); 35 | return false; 36 | } 37 | var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; 38 | if(f.match(mailformat)) 39 | { 40 | document.patient.email.focus(); 41 | return true; 42 | } 43 | else 44 | { 45 | alert("You have entered an invalid email address!"); 46 | document.patient.email.focus(); 47 | return false; 48 | } 49 | if(h=="") 50 | { 51 | alert("Doctor Name Not Entered"); 52 | document.patient.doctor.focus(); 53 | return false; 54 | } 55 | if(document.patient.texts.value=="") 56 | { 57 | alert("Address Not Entered"); 58 | document.patient.texts.focus(); 59 | return false; 60 | } 61 | return true; 62 | } -------------------------------------------------------------------------------- /Frontend/Image/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/1.jpg -------------------------------------------------------------------------------- /Frontend/Image/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/2.jpg -------------------------------------------------------------------------------- /Frontend/Image/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/3.jpg -------------------------------------------------------------------------------- /Frontend/Image/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/4.jpg -------------------------------------------------------------------------------- /Frontend/Image/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/5.jpg -------------------------------------------------------------------------------- /Frontend/Image/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/Image/6.jpg -------------------------------------------------------------------------------- /Frontend/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frontend/d_logincheck.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frontend/d_logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frontend/f_comment.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | Feedback 4 | 151 | 152 | 153 |
154 |
155 |
156 |
Hospital Management System
157 |
158 |
159 |
160 |
161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 |
170 |
171 |
172 | 180 |
181 |
182 | Thanks for your feedback
"; 192 | } 193 | else 194 | { 195 | print mysql_error(); 196 | } 197 | ?> 198 |
199 | 200 | 201 | 202 | -------------------------------------------------------------------------------- /Frontend/feedback_validate.js: -------------------------------------------------------------------------------- 1 | function validate() 2 | { 3 | var a=document.patient.email.value; 4 | var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; 5 | if(a.match(mailformat)) 6 | { 7 | alert("You have entered an invalid email address!"); 8 | document.doctor.email.focus(); 9 | return false; 10 | } 11 | return true; 12 | } -------------------------------------------------------------------------------- /Frontend/getday.php: -------------------------------------------------------------------------------- 1 | "; 5 | $qry="select * from docdays group by days"; 6 | $result=mysql_query($qry); 7 | if($result) 8 | { 9 | while($row=mysql_fetch_array($result)) 10 | { 11 | print ""; 14 | } 15 | } 16 | else 17 | { 18 | print ""; 21 | } 22 | 23 | print ""; 24 | 25 | ?> -------------------------------------------------------------------------------- /Frontend/gettime.php: -------------------------------------------------------------------------------- 1 | "; 5 | $qry="select * from docdays group by time"; 6 | $result=mysql_query($qry); 7 | if($result) 8 | { 9 | while($row=mysql_fetch_array($result)) 10 | { 11 | print ""; 14 | } 15 | } 16 | else 17 | { 18 | print ""; 21 | } 22 | 23 | print ""; 24 | 25 | ?> -------------------------------------------------------------------------------- /Frontend/img/123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/123.jpg -------------------------------------------------------------------------------- /Frontend/img/1869189 - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/1869189 - Copy.jpg -------------------------------------------------------------------------------- /Frontend/img/1869189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/1869189.jpg -------------------------------------------------------------------------------- /Frontend/img/18691897.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/18691897.jpg -------------------------------------------------------------------------------- /Frontend/img/about_header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/about_header.jpg -------------------------------------------------------------------------------- /Frontend/img/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg -------------------------------------------------------------------------------- /Frontend/img/patients-visitors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/patients-visitors.jpg -------------------------------------------------------------------------------- /Frontend/img/slider-41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/img/slider-41.jpg -------------------------------------------------------------------------------- /Frontend/imge/b310405e699502b30bb8518e177fb3f82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/b310405e699502b30bb8518e177fb3f82.jpg -------------------------------------------------------------------------------- /Frontend/imge/divyanshu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/divyanshu.jpg -------------------------------------------------------------------------------- /Frontend/imge/doctor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/doctor.jpg -------------------------------------------------------------------------------- /Frontend/imge/hospital-symbol-vector-1052373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/hospital-symbol-vector-1052373.jpg -------------------------------------------------------------------------------- /Frontend/imge/outer-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/outer-wrapper.png -------------------------------------------------------------------------------- /Frontend/imge/patient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/339b0c1fefebaf490282e9233ff9e76994413ffd/Frontend/imge/patient.jpg -------------------------------------------------------------------------------- /Frontend/p_logincheck.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frontend/p_logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frontend/signup_script.js: -------------------------------------------------------------------------------- 1 | function validate() { 2 | var a=document.signup.email.value; 3 | var b=document.signup.pass.value; 4 | var c=document.signup.repass.value; 5 | var d=document.signup.age.value; 6 | var e=document.signup.phone.value; 7 | var f=document.signup.pname.value; 8 | if(f=="") 9 | { 10 | alert("Patient name not entered"); 11 | return false; 12 | } 13 | if (a=="") { 14 | alert("Email-id not entered"); 15 | return false; 16 | } 17 | 18 | var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; 19 | if(!(a.match(mailformat)) ) 20 | { 21 | alert("You have entered an invalid email address!"); 22 | document.signup.email.focus(); 23 | return false; 24 | } 25 | if (b=="") 26 | { 27 | alert("Password not entered"); 28 | return false; 29 | } 30 | if(c=="") 31 | { 32 | alert("Re-enter your password"); 33 | return false; 34 | } 35 | if(b!=c) 36 | { 37 | alert("Password doesnot match !!"); 38 | return false; 39 | } 40 | if(d=="") 41 | { 42 | alert("Age not entered"); 43 | return false; 44 | } 45 | if(isNaN(d)) 46 | { 47 | alert("Invalid age"); 48 | return false; 49 | } 50 | var phoneno = /^\d{10}$/; 51 | if(!(e.match(phoneno)) ) 52 | { 53 | alert("Not a valid Phone Number"); 54 | return false; 55 | } 56 | if ( ( document.signup.gender[0].checked == false ) && ( document.signup.gender[1].checked == false ) ) 57 | { 58 | alert ( "Please choose your Gender: Male or Female" ); 59 | return false; 60 | } 61 | var val = document.signup.address.value; 62 | 63 | if (/^\s*$/g.test(val) || val.indexOf('\n') != -1) { 64 | alert('Wrong Address!'); 65 | return false; 66 | } 67 | return true; 68 | } -------------------------------------------------------------------------------- /Frontend/test.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Doctor-Appointment 2 | Developed using HTML5, CSS3, JavaScript, PHP 5.0+,AJAX ,MySql. 3 | -------------------------------------------------------------------------------- /database_con.php: -------------------------------------------------------------------------------- 1 | 19 | --------------------------------------------------------------------------------