├── CMRI-Homepage-Slider01.jpg
├── CMRI-Homepage-Slider02.jpg
├── CMRI-Homepage-Slider03.jpg
├── Den2.jpg
├── OneCareLogo.jpg
├── README.md
├── about us logo.jpg
├── aboutus.html
├── adminappview.php
├── admindetails.php
├── admindocview.php
├── adminedit.php
├── adminfeedbackview.php
├── adminhome.php
├── adminlogin.php
├── adminloginstyle.css
├── adminregistration.php
├── adminregistrationstyle.css
├── adminreportview.php
├── approve.php
├── arrow-down.jpg
├── arrow-right.jpg
├── bb1.jpg
├── bin1.png
├── bin2.png
├── bin3.png
├── bin4.png
├── bin5.png
├── bin6.png
├── bloodbank.html
├── c1.jpg
├── c3.png
├── c6.jpg
├── cardialogy.html
├── cardic.jpg
├── cli1.jpg
├── clinical.html
├── collage.jpg
├── con1.jpg
├── connect.php
├── connection.php
├── cpyryts.html
├── dd.jpg
├── den5.jpg
├── dentistry.html
├── derma1.jpg
├── derma5.png
├── dermatology.html
├── developers.html
├── disadd.php
├── docadvice.php
├── docappointment.php
├── docdetails.php
├── doclogout.php
├── docpat_details.php
├── doctoredit.php
├── doctorhome.php
├── doctorlogin.php
├── doctorloginstyle.css
├── doctorregistration.php
├── doctorregistrationstyle.css
├── eme1.jpg
├── emergency.html
├── endo1.jpg
├── endo2.jpg
├── endocrinology.html
├── ent.html
├── ent.jpg
├── ent2.jpg
├── faqs.html
├── faqs.jpg
├── fb.png
├── feedback.php
├── ff.jpg
├── g1.jpg
├── g2.jpg
├── gasentrology.html
├── gen1.jpg
├── gen2.png
├── generalmedicine.html
├── gmap.jpg
├── gyn1.jpg
├── gyn2.png
├── gynaecology.html
├── help.html
├── home.html
├── homestyle.css
├── ins.jpg
├── jj.jpg
├── kk.jpg
├── labse1.jpg
├── labservices.html
├── listdoctor.php
├── lnk.png
├── log.jpg
├── neph1.jpg
├── nephrology.html
├── neuro1.jpg
├── neuro2.jpg
├── neurology.html
├── o2.jpg
├── o4.jpg
├── opthalmology.html
├── p1.jpg
├── p2.jpg
├── paediatrics.html
├── patapp.php
├── patappcancel.php
├── patappdoc.php
├── patappointtime.php
├── patappview.php
├── patdetails.php
├── patdocmsg.php
├── patedit.php
├── patienthome.php
├── patienthomestyle.css
├── patientlogin.php
├── patientloginstyle.css
├── patientregistration.php
├── patientregistrationstyle.css
├── patlogout.php
├── patpay.php
├── pe1.jpg
├── pe2.jpg
├── pharma.html
├── pin.png
├── sitemap.html
├── subha.css
├── sup1.jpg
├── support.html
├── tw.png
└── ytb.png
/CMRI-Homepage-Slider01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/CMRI-Homepage-Slider01.jpg
--------------------------------------------------------------------------------
/CMRI-Homepage-Slider02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/CMRI-Homepage-Slider02.jpg
--------------------------------------------------------------------------------
/CMRI-Homepage-Slider03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/CMRI-Homepage-Slider03.jpg
--------------------------------------------------------------------------------
/Den2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/Den2.jpg
--------------------------------------------------------------------------------
/OneCareLogo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/OneCareLogo.jpg
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # online-clinic-management-system
--------------------------------------------------------------------------------
/about us logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/about us logo.jpg
--------------------------------------------------------------------------------
/admindetails.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 | admin_name;
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
Contact Us: onecaremedicalclinic@gmail.com
34 | 033-244268/235263/345654
35 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
Welcome admin_name; ?>
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 | Admin ID :   " .$show_data['admin_id'] ." ";
91 | echo " Admin Name :  " .$show_data['admin_name'] ." ";
92 | echo " Admin Address :  ".$show_data['address']." ";
93 | echo " Admin DOB :  ".$show_data['dob']." ";
94 | echo " Admin Phone No. :  ".$show_data['contact_no']." ";
95 | echo " Admin mail :  ".$show_data['mail_id']." ";
96 | echo " Admin password :".$show_data['password']." ";
97 | echo " Admin Gender : ".$show_data['gender']." ";
98 |
99 | }
100 |
101 | ?>
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
124 |
130 |
131 |
One Care Medical Clinic
132 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
133 |
134 |
135 |
136 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
152 |
153 |
154 |
155 |
   
156 |
   
157 |
  
158 |
  
159 |
  
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
--------------------------------------------------------------------------------
/adminedit.php:
--------------------------------------------------------------------------------
1 | admin_id;
15 |
16 |
17 | if(isset($_POST) & !empty($_POST))
18 | {
19 | $admin_name= $_POST['admin_name'];
20 | $address=$_POST['address'];
21 | $dob=$_POST['dob'];
22 | $contact_no=$_POST['contact_no'];
23 | $mail_id=$_POST['mail_id'];
24 | $password=$_POST['password'];
25 | $repassword=$_POST['repassword'];
26 | $gender=$_POST['gender'];
27 |
28 | /* $count_sql="SELECT COUNT(pat_id) FROM pat_registration";
29 | $id_result = mysqli_query($connection,$count_sql);
30 | ++$id_result;
31 | $pat_id='p00' . $id_result;*/
32 |
33 |
34 |
35 |
36 |
37 | if($pat_pswd==$pat_repswd)
38 | {
39 | $update_sql="UPDATE admin_registration SET admin_name='$admin_name',address='$address',dob='$dob',contact_no='$contact_no',mail_id='$mail_id', password='$password',gender='$gender' WHERE admin_id='$result_id' " ;
40 | $result = mysql_query($update_sql);
41 | if($result)
42 | {
43 | session_start();
44 | $_SESSION['adminmail'] = $mail_id;
45 | header("Location:adminhome.php");
46 | }
47 | else{
48 | echo '';
51 | }
52 | }
53 | else{
54 | echo '';
57 | }
58 | }
59 |
60 |
61 |
62 | ?>
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 | admin edit
72 |
73 |
74 |
75 |
76 |
Edit your details
77 |
78 |
127 |
128 |
129 |
130 |
--------------------------------------------------------------------------------
/adminfeedbackview.php:
--------------------------------------------------------------------------------
1 |
14 |
15 |
16 |
17 |
18 |
19 | admin_name;
25 | ?>
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
Contact Us: onecaremedicalclinic@gmail.com
38 | 033-244268/235263/345654
39 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Have a look on various feedback, admin_name; ?>
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 | Name
88 | Phone no.
89 | Address
90 | Message
91 | Environment
92 | Ward
93 | Doctors
94 | Billing
95 | Reception
96 | Website
97 | Overall
98 |
99 |
100 |
101 | ";
104 |
105 | echo "".$show_data['name']." ";
106 | echo "".$show_data['phn']." ";
107 | echo "".$show_data['address']." ";
108 | echo "".$show_data['msg']." ";
109 | echo "".$show_data['env']." ";
110 | echo "".$show_data['ward']." ";
111 | echo "".$show_data['doc']." ";
112 | echo "".$show_data['bill']." ";
113 | echo "".$show_data['enq']." ";
114 | echo "".$show_data['online']." ";
115 | echo "".$show_data['overall']." ";
116 |
117 |
118 |
119 | echo "";
120 |
121 |
122 | }
123 | ?>
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
144 |
150 |
151 |
One Care Medical Clinic
152 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
153 |
154 |
155 |
156 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
172 |
173 |
174 |
175 |
   
176 |
   
177 |
  
178 |
  
179 |
  
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
--------------------------------------------------------------------------------
/adminhome.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 | admin_name;
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
Contact Us: onecaremedicalclinic@gmail.com
34 | 033-244268/235263/345654
35 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
Welcome admin_name; ?>
76 |
77 |
78 |
79 |
80 | ";
83 |
84 | echo " Admin ID :  " .$show_data['admin_id'] ." ";
85 | echo " Admin Name :  " .$show_data['admin_name'] ." ";
86 | echo " Admin Phone No. :  ".$show_data['contact_no']." ";
87 | echo " Admin mail :  ".$show_data['mail_id']." ";
88 |
89 | }
90 | ?>
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 | Thank you for joining us.
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
118 |
124 |
125 |
One Care Medical Clinic
126 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
127 |
128 |
129 |
130 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
146 |
147 |
148 |
149 |
   
150 |
   
151 |
  
152 |
  
153 |
  
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
--------------------------------------------------------------------------------
/adminlogin.php:
--------------------------------------------------------------------------------
1 | ';
17 | echo 'alert("PLEASE ENTER CORRECT EMAIL ID/PASSWORD COMBINATION")';
18 | echo '';
19 | }
20 | }
21 |
22 | ?>
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | adminlogin
31 |
32 |
33 |
34 |
35 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/adminloginstyle.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | padding: 0;
4 | font-family: 'arial';
5 | background-color: #3498db;
6 | }
7 |
8 | .adminlogin {
9 | width: 450px;
10 | height: 230px;
11 | overflow: hidden;
12 | margin: auto;
13 | margin-top: 180px;
14 | padding: "20px";
15 | background-color: #fff;
16 | border:1px solid silver;
17 | border-radius: 5px ;
18 |
19 | }
20 |
21 | .adminlogin input {
22 | width: 400px;
23 | height: 35px;
24 | margin-bottom: 10px;
25 | margin-left: 10px;
26 | border-radius: 3px;
27 | border: 1px solid silver;
28 | padding: 5px;
29 | }
30 |
31 | .adminlogin .btnlogin {
32 | width: 413px;
33 | height: 35px;
34 | margin-left: 10px;
35 | background-color: #3498db;
36 | color: #fff;
37 | border-radius: 3px;
38 | }
39 |
40 |
41 | #adminhead{
42 | text-align: center;
43 | }
--------------------------------------------------------------------------------
/adminregistration.php:
--------------------------------------------------------------------------------
1 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | admin registraion
33 |
34 |
35 |
36 |
37 |
Admin Registration
38 |
39 |
90 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/adminregistrationstyle.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'arial';
3 | margin: 0;
4 | padding: 0;
5 | background-color: #3498db;
6 | }
7 |
8 | .pat_wrapper{
9 | width: 530px;
10 | height: 600px;
11 | margin:auto;
12 | font-size: 20px;
13 | background-color: #fff;
14 | margin-top: 25px;
15 | border-radius: 5px;
16 |
17 | padding: 10px;
18 |
19 | }
20 | .field input{
21 | width: 250px;
22 | height: 20px;
23 | padding: 5px;
24 | margin-right: 10px;
25 | border-radius: 5px;
26 | margin-left: 30px;
27 | border:1px solid silver;
28 | }
29 | .sub input{
30 | width: 200px;
31 | height:40px;
32 | border-radius: 5px;
33 | font-size: 20px;
34 | border: 5px;
35 | text-align: center;
36 | margin-left: 150px;
37 | background-color: #24C28D;
38 |
39 | }
40 | .gender{
41 | margin-left: 150px;
42 | }
43 | #head{
44 | text-align: center;
45 | }
46 |
47 | #login{
48 | width: 200px;
49 | height: 30px;
50 | display: block;
51 | text-decoration: none;
52 | text-align: center;
53 | display: block;
54 | background-color: #FF1B04;
55 | color: #fff ;
56 | border-radius: 5px;
57 | }
58 |
59 | .loginbtn{
60 | margin-left: 150px;
61 | }
--------------------------------------------------------------------------------
/approve.php:
--------------------------------------------------------------------------------
1 |
18 |
19 |
20 |
21 |
22 |
23 | admin_name;
29 | ?>
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
Contact Us: onecaremedicalclinic@gmail.com
42 | 033-244268/235263/345654
43 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
75 |
76 |
77 |
78 |
79 |
Here you can add/approve yours Doctors admin_name; ?>
80 |
81 |
82 |
83 |
84 |
85 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
114 |
120 |
121 |
One Care Medical Clinic
122 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
123 |
124 |
125 |
126 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
142 |
143 |
144 |
145 |
   
146 |
   
147 |
  
148 |
  
149 |
  
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
--------------------------------------------------------------------------------
/arrow-down.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/arrow-down.jpg
--------------------------------------------------------------------------------
/arrow-right.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/arrow-right.jpg
--------------------------------------------------------------------------------
/bb1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bb1.jpg
--------------------------------------------------------------------------------
/bin1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin1.png
--------------------------------------------------------------------------------
/bin2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin2.png
--------------------------------------------------------------------------------
/bin3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin3.png
--------------------------------------------------------------------------------
/bin4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin4.png
--------------------------------------------------------------------------------
/bin5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin5.png
--------------------------------------------------------------------------------
/bin6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/bin6.png
--------------------------------------------------------------------------------
/c1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/c1.jpg
--------------------------------------------------------------------------------
/c3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/c3.png
--------------------------------------------------------------------------------
/c6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/c6.jpg
--------------------------------------------------------------------------------
/cardic.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/cardic.jpg
--------------------------------------------------------------------------------
/cli1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/cli1.jpg
--------------------------------------------------------------------------------
/collage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/collage.jpg
--------------------------------------------------------------------------------
/con1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/con1.jpg
--------------------------------------------------------------------------------
/connect.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/connection.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cpyryts.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | copyrights
5 |
6 |
7 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
Contact Us: onecaremedicalclinic@gmail.com
24 | 033-244268/235263/345654
25 |
29 |
30 |
Get Appointment
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
104 |
105 |
106 |
107 |
Privacy Policy
108 |
109 |
110 |
111 |
112 | Thank you for visiting the One Care Medical Clinic website. Visitors are guaranteed privacy and any information collected is kept private and never shared with other organizations. It is used only by One Care Medical Clinic to administer your request, if any.
113 | All rights are reserved by One Care Medical Clinic. The content, code and applications contained on this website, under the domain onecaremedicalclinic.in are copyright protected. Site visitors may not reproduce, copy, or redistribute content or code in any form without written permission from the site owner.
114 | This site has security measures in place to protect the loss, misuse and alteration of the information under our control. Unauthorized attempts to upload or change information (or otherwise cause damage to this website) are strictly prohibited.
115 |
116 |
--------------------------------------------------------------------------------
/dd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/dd.jpg
--------------------------------------------------------------------------------
/den5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/den5.jpg
--------------------------------------------------------------------------------
/dentistry.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | dentistry
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
ONE CARE MEDICAL CLINIC
108 |
109 |
110 |
111 |
112 |
113 | Dentistry
114 | Our skilled team at the Department of Dentistry and Maxillo-facial surgery includes paediatric dentists, orthodontists, endodontics, oral and maxillofacial surgery, prosthodontics and periodontics.
115 | The department has been catering to the dental needs of its patients since its inception. Our services are rendered to children, teens, adults and even patients with special health care needs.
116 | From common paediatric conditions like chipped tooth and overbites to more complex surgical treatments, our team of experts are equipped with years of experience to handle anything, with utmost care.
117 | Backed by a post-op rehabilitation and care team, the Department of Dentistry and Maxillo-facial surgery has delivered millions of smiles over the years.
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
138 |
144 |
145 |
One Care Medical Clinic
146 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
147 |
148 |
149 |
150 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
166 |
167 |
168 |
169 |
   
170 |
   
171 |
  
172 |
  
173 |
  
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
--------------------------------------------------------------------------------
/derma1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/derma1.jpg
--------------------------------------------------------------------------------
/derma5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/derma5.png
--------------------------------------------------------------------------------
/dermatology.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Dermatology
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
ONE CARE MEDICAL CLINIC
107 |
108 |
109 |
110 |
111 |
112 | Dermatology
113 |
114 | -The Department of Dermatology offers a comprehensive state-of-the-art skin care diagnostics and treatment.
115 | -The department provides a wide variety of speciality services in paediatric, surgical, medical and cosmetic dermatology.
116 | -Our experts have successfully treated all forms of disfigurements including skin cancers and melanoma to acne and skin related problems.
117 | -Our skilled approach at skincare is bound to have our patients discover the gift of glowing skins.
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
146 |
152 |
153 |
One Care Medical Clinic
154 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
155 |
156 |
157 |
158 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
174 |
175 |
176 |
177 |
   
178 |
   
179 |
  
180 |
  
181 |
  
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
--------------------------------------------------------------------------------
/disadd.php:
--------------------------------------------------------------------------------
1 |
18 |
19 |
20 |
21 |
22 |
23 | admin_name;
29 | ?>
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
Contact Us: onecaremedicalclinic@gmail.com
42 | 033-244268/235263/345654
43 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
75 |
76 |
77 |
78 |
79 |
Here you can disable yours Doctors admin_name; ?>
80 |
81 |
82 |
83 |
84 |
85 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
114 |
120 |
121 |
One Care Medical Clinic
122 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
123 |
124 |
125 |
126 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
142 |
143 |
144 |
145 |
   
146 |
   
147 |
  
148 |
  
149 |
  
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
--------------------------------------------------------------------------------
/docappointment.php:
--------------------------------------------------------------------------------
1 | doc_id;
11 |
12 |
13 | $sql="SELECT * FROM appointment where doc_id='$docid' ";
14 | $result=mysql_query($sql);
15 |
16 |
17 |
18 |
19 | ?>
20 |
21 |
22 |
23 |
24 |
25 |
26 | doc_name;
32 | ?>
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
Contact Us: onecaremedicalclinic@gmail.com
45 | 033-244268/235263/345654
46 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
77 |
78 |
79 |
80 |
81 |
View your appointments doc_name; ?>
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 | Appointment Id
90 | Patient Name
91 | Patient Id
92 | Doctor Name
93 | Doctor Id
94 | Department
95 | Visit Date
96 | Day
97 | Visit Time
98 |
99 |
100 |
101 | ";
104 |
105 | echo "".$show_data['appid']." ";
106 | echo "".$show_data['pat_name']." ";
107 | echo "".$show_data['pat_id']." ";
108 | echo "".$show_data['doc_name']." ";
109 | echo "".$show_data['doc_id']." ";
110 | echo "".$show_data['dept']." ";
111 | echo "".$show_data['app_date']." ";
112 | echo "".$show_data['day']." ";
113 | echo "".$show_data['app_time']." ";
114 | echo "";
115 |
116 |
117 | }
118 | ?>
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
138 |
144 |
145 |
One Care Medical Clinic
146 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
147 |
148 |
149 |
150 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
166 |
167 |
168 |
169 |
   
170 |
   
171 |
  
172 |
  
173 |
  
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
--------------------------------------------------------------------------------
/docdetails.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 | doc_name;
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
Contact Us: onecaremedicalclinic@gmail.com
34 | 033-244268/235263/345654
35 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
doc_name; ?>'s Details
75 |
76 |
77 |
78 |
79 |
80 |
81 | Doctor ID :   " .$show_data['doc_id'] ." ";
85 | echo " Doctor Name :  " .$show_data['doc_name'] ." ";
86 | echo " Doctor Address :  ".$show_data['doc_address']." ";
87 | echo " Doctor DOB :  ".$show_data['doc_dob']." ";
88 | echo " Doctor Qualification :  ".$show_data['doc_qualification']." ";
89 | echo " Doctor department :  ".$show_data['doc_dept']." ";
90 |
91 |
92 |
93 | echo " Day 1 :  ".$show_data['day1'].
94 | "          Timing:".$show_data['timeslot1']." ";
95 | echo " Day 2 :  ".$show_data['day2'].
96 | "      Timing:".$show_data['timeslot2']." ";
97 | echo " Day 3 :  ".$show_data['day3'].
98 | "          Timing:".$show_data['timeslot3']." ";
99 |
100 | echo " Doctor Phone No. :  ".$show_data['doc_phn']." ";
101 | echo " Doctor mail :  ".$show_data['doc_mail']." ";
102 | echo " Doctor pswd :".$show_data['doc_pswd']." ";
103 | echo " Doctor Gender : ".$show_data['doc_gender']." ";
104 |
105 |
106 | }
107 | ?>
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
127 |
133 |
134 |
One Care Medical Clinic
135 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
136 |
137 |
138 |
139 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
155 |
156 |
157 |
158 |
   
159 |
   
160 |
  
161 |
  
162 |
  
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
--------------------------------------------------------------------------------
/doclogout.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docpat_details.php:
--------------------------------------------------------------------------------
1 |
18 |
19 |
20 |
21 |
22 |
23 |
24 | doc_name;
30 | ?>
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
Contact Us: onecaremedicalclinic@gmail.com
43 | 033-244268/235263/345654
44 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
doc_name; ?>'s Patients Details
84 |
85 |
86 |
87 |
88 |
89 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 | Patient ID :   " .$show_data['pat_id'] ." ";
107 | echo " Patient Name :  " .$show_data['pat_name'] ." ";
108 |
109 | echo " Patient Phone No. :  ".$show_data['pat_phn']." ";
110 | echo " Patient mail :  ".$show_data['pat_mail']." ";
111 |
112 | }
113 | }
114 |
115 | ?>
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
135 |
141 |
142 |
One Care Medical Clinic
143 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
144 |
145 |
146 |
147 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
163 |
164 |
165 |
166 |
   
167 |
   
168 |
  
169 |
  
170 |
  
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
--------------------------------------------------------------------------------
/doctorhome.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 | doc_name;
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
Contact Us: onecaremedicalclinic@gmail.com
34 | 033-244268/235263/345654
35 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
Welcome doc_name; ?>
75 |
76 |
77 |
78 |
79 | ";
82 |
83 | echo " Doctor ID :  " .$show_data['doc_id'] ." ";
84 | echo " Doctor Name :  " .$show_data['doc_name'] ." ";
85 | echo " Doctor Department :   " .$show_data['doc_dept'] ." ";
86 | echo " Doctor Phone No. :  ".$show_data['doc_phn']." ";
87 | echo " Doctor mail :  ".$show_data['doc_mail']." ";
88 |
89 | }
90 | ?>
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 | Thank you for joining us.
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
115 |
121 |
122 |
One Care Medical Clinic
123 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
124 |
125 |
126 |
127 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
143 |
144 |
145 |
146 |
   
147 |
   
148 |
  
149 |
  
150 |
  
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
--------------------------------------------------------------------------------
/doctorlogin.php:
--------------------------------------------------------------------------------
1 | ';
21 | echo 'alert("PLEASE ENTER CORRECT EMAIL ID/PASSWORD COMBINATION")';
22 | echo '';
23 | }
24 | }
25 |
26 | ?>
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 | doctorlogin
35 |
36 |
37 |
38 |
39 |
45 |
46 |
47 |
--------------------------------------------------------------------------------
/doctorloginstyle.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | padding: 0;
4 | font-family: 'arial';
5 | background-color: #3498db;
6 | }
7 |
8 | .doclogin {
9 | width: 450px;
10 | height: 230px;
11 | overflow: hidden;
12 | margin: auto;
13 | margin-top: 180px;
14 | padding: "20px";
15 | background-color: #fff;
16 | border:1px solid silver;
17 | border-radius: 5px ;
18 |
19 | }
20 |
21 | .doclogin input {
22 | width: 400px;
23 | height: 35px;
24 | margin-bottom: 10px;
25 | margin-left: 10px;
26 | border-radius: 3px;
27 | border: 1px solid silver;
28 | padding: 5px;
29 | }
30 |
31 | .doclogin .btnlogin {
32 | width: 413px;
33 | height: 35px;
34 | margin-left: 10px;
35 | background-color: #3498db;
36 | color: #fff;
37 | border-radius: 3px;
38 | }
39 |
40 |
41 | #dochead{
42 | text-align: center;
43 | }
--------------------------------------------------------------------------------
/doctorregistrationstyle.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'arial';
3 | margin: 0;
4 | padding: 0;
5 | /*background-color: #3498db;*/
6 |
7 | }
8 |
9 | .doctor_wrapper{
10 | /*width: 530px;*/
11 | height: 700px;
12 |
13 | font-size: 20px;
14 | background-color: #fff;
15 | margin-top: 30px;
16 | border-radius: 5px;
17 |
18 | padding: 10px;
19 |
20 | }
21 | .field input{
22 | width: 250px;
23 | height: 20px;
24 | padding: 5px;
25 | margin-right: 15px;
26 | border-radius: 5px;
27 | margin-left: 30px;
28 | border:1px solid silver;
29 | }
30 |
31 | .field select{
32 | width: 260px;
33 | height: 20px;
34 | padding: 5px;
35 | margin-right: 15px;
36 | border-radius: 5px;
37 | margin-left: 30px;
38 | border:1px solid silver;
39 | }
40 |
41 |
42 | .sub input{
43 | width: 200px;
44 | height:40px;
45 | border-radius: 5px;
46 | font-size: 20px;
47 | border: 5px;
48 | text-align: center;
49 | margin-left: 150px;
50 | background-color: #24C28D;
51 |
52 | }
53 | /*.gender{
54 | margin-left: 150px;
55 | }*/
56 | #head{
57 | text-align: center;
58 | }
--------------------------------------------------------------------------------
/eme1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/eme1.jpg
--------------------------------------------------------------------------------
/endo1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/endo1.jpg
--------------------------------------------------------------------------------
/endo2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/endo2.jpg
--------------------------------------------------------------------------------
/ent.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/ent.jpg
--------------------------------------------------------------------------------
/ent2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/ent2.jpg
--------------------------------------------------------------------------------
/faqs.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/faqs.jpg
--------------------------------------------------------------------------------
/fb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/fb.png
--------------------------------------------------------------------------------
/ff.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/ff.jpg
--------------------------------------------------------------------------------
/g1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/g1.jpg
--------------------------------------------------------------------------------
/g2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/g2.jpg
--------------------------------------------------------------------------------
/gen1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/gen1.jpg
--------------------------------------------------------------------------------
/gen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/gen2.png
--------------------------------------------------------------------------------
/gmap.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/gmap.jpg
--------------------------------------------------------------------------------
/gyn1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/gyn1.jpg
--------------------------------------------------------------------------------
/gyn2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/gyn2.png
--------------------------------------------------------------------------------
/gynaecology.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | gynaecology
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
ONE CARE MEDICAL CLINIC
108 |
109 |
110 |
111 |
112 |
113 | Gynaecology
114 |
115 | The Department of Obstetrics and Gynaecology offers the full spectrum of women's health care services. We offer state-of-the-art technologies with superlative care offeing a range of services such as painless deliveries, management of high risk pregnancies/late pregnancies, among others.
116 |
117 | Our clinic offers expert gynaecological treatment and specialist services for special disease groups. Women in different age groups have different health concerns, which are appropriately addressed. The hospital provides comprehensive treatment for fibroids including open myomectomies unsuitable for endoscopic (keyhole) surgery.
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
136 |
142 |
143 |
One Care Medical Clinic
144 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
145 |
146 |
147 |
148 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
164 |
165 |
166 |
167 |
   
168 |
   
169 |
  
170 |
  
171 |
  
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
--------------------------------------------------------------------------------
/help.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | help
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
ONE CARE MEDICAL CLINIC
108 |
109 |
110 |
111 |
112 |
113 | PLEASE CALL US ON
114 | 033-24426
115 | 033-235263
116 | 033-345654
117 | Email us on-
118 | onecaremedicalclinic@gmail.com
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
137 |
143 |
144 |
One Care Medical Clinic
145 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
146 |
147 |
148 |
149 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
165 |
166 |
167 |
168 |
   
169 |
   
170 |
  
171 |
  
172 |
  
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
--------------------------------------------------------------------------------
/homestyle.css:
--------------------------------------------------------------------------------
1 | .containertop{
2 |
3 | width: 100%;
4 | background-color: #e9edf2;
5 |
6 | }
7 |
8 | *{
9 | margin: 0px;
10 | <-- padding: 0px; -->
11 | }
12 | .wrapper{
13 | position: relative;
14 | display:inline-block;
15 | width: 1200px;
16 | margin:auto;
17 | z-index:3;
18 |
19 | }
20 |
21 | #topright{
22 | float: right;
23 |
24 | }
25 |
26 | #topsearch{
27 | height: 20px;
28 | border-radius: 5px;
29 | }
30 |
31 | #topbtn{
32 | height: 20px;
33 | border-radius: 5px;
34 | width: 60px;
35 | background-color: #24C28D;
36 | font-weight: bold;
37 | }
38 |
39 | #makeapp{
40 | width: 200px;
41 | height: 30px;
42 | font-size: 19px;
43 | text-decoration: none;
44 | display: block;
45 | background-color: #FFD104;
46 | text-align: center;
47 | color: red;
48 | }
49 |
50 | #makeapp:hover{
51 | background-color: #FFAF04 ;
52 | color: black;
53 | }
54 |
55 | ul li{
56 |
57 | width: 170px;
58 | display: inline-block;
59 | height: 30px;
60 | font-size: 20px;
61 |
62 | text-align: center;
63 | line-height: 30px;
64 | position: relative;
65 |
66 |
67 | }
68 |
69 | ul li a{
70 | text-decoration: none;
71 | color: #fff;
72 | display: block;
73 |
74 | }
75 | ul ul li a{
76 | background-color: #0AA0C4 ;
77 | <-- border-radius: 20px; -->
78 | font-family: Courier New;
79 |
80 | }
81 |
82 | .menubar{
83 | width: 100%;
84 | background-color: #0AA0C4;
85 |
86 | }
87 |
88 | ul li a:hover{
89 | background-color: #FFC300 ;
90 | color: black;
91 |
92 | }
93 | <-- .pic{
94 |
95 | border:2px solid grey;
96 |
97 | } -->
98 |
99 | .banner{
100 | width: 1340px;
101 | height: 348px;
102 | background-size: 100% 100%;
103 | animation: banner 10s infinite;
104 |
105 | }
106 |
107 | @keyframes banner{
108 | 0%, 30%{
109 | background-image: url(CMRI-Homepage-Slider01.jpg);
110 |
111 | opacity: 1;
112 | }
113 | 31%,34%{
114 | opacity: 0.1;
115 | }
116 | 35%,65%{
117 | background-image: url(CMRI-Homepage-Slider02.jpg);
118 | opacity: 1;
119 | }
120 | 66%,69%{
121 | opacity: 0.1;
122 | }
123 | 70%,100%{
124 | opacity: 1;
125 | background-image: url(CMRI-Homepage-Slider03.jpg);
126 | }
127 |
128 | }
129 |
130 | .menubar ul ul
131 | {
132 | position: absolute;
133 | display: none;
134 | z-index: 3;
135 | padding: 0px;
136 | }
137 |
138 | .menubar ul li:hover > ul
139 | {
140 | display: block;
141 | z-index: 3;
142 | }
143 |
144 | .menubar ul ul ul{
145 | margin-left: 170px;
146 | top: 0px;
147 | }
148 |
149 | .abtus{
150 | background-color: #FFC300;
151 | height: 60px;
152 |
153 | }
154 |
155 | #abthead{
156 | margin-top: 10px;
157 | }
158 | .paraabtus{
159 |
160 | width:1200px;
161 | height: 550px;
162 | margin: auto;
163 | font-size: 20px;
164 |
165 | }
166 |
167 | .collage{
168 |
169 | margin-left: 250px;
170 | margin-bottom: 40px;
171 | }
172 |
173 |
174 |
175 |
176 |
--------------------------------------------------------------------------------
/ins.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/ins.jpg
--------------------------------------------------------------------------------
/jj.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/jj.jpg
--------------------------------------------------------------------------------
/kk.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/kk.jpg
--------------------------------------------------------------------------------
/labse1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/labse1.jpg
--------------------------------------------------------------------------------
/labservices.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | lab
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
ONE CARE MEDICAL CLINIC
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 | Diagnostic & Laboratory Services
117 |
118 | -Urology.
119 | -Dental.
120 | -Bone Densitometry.
121 | -CT Scan.
122 | -Mammography.
123 | -MRI.
124 | -Ultrasound.
125 | -X-Ray.
126 | -2D Echo.
127 | -Audiometry.
128 | -EEG.
129 | -EMG/EP.
130 | -Holter Monitoring.
131 | -Spirometry.
132 | -Tread Mill Testing.
133 | -Urodynamic Studies.
134 | -PFT.
135 | -Biochemistry.
136 | -Microbiology and Serology.
137 | -Clinical Pathology.
138 | -Cytopathology.
139 | -Haemotology.
140 | -Histopathology.
141 |
142 |
143 |
144 |
145 |
146 |
147 |
155 |
161 |
162 |
One Care Medical Clinic
163 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
164 |
165 |
166 |
167 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
183 |
184 |
185 |
186 |
   
187 |
   
188 |
  
189 |
  
190 |
  
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
--------------------------------------------------------------------------------
/lnk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/lnk.png
--------------------------------------------------------------------------------
/log.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/log.jpg
--------------------------------------------------------------------------------
/neph1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/neph1.jpg
--------------------------------------------------------------------------------
/neuro1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/neuro1.jpg
--------------------------------------------------------------------------------
/neuro2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/neuro2.jpg
--------------------------------------------------------------------------------
/neurology.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Neourology
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Contact Us: onecaremedicalclinic@gmail.com
12 | 033-244268/235263/345654
13 |
17 |
18 |
Get Appointment
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
ONE CARE MEDICAL CLINIC
106 |
107 |
108 |
109 |
110 |
111 | Neurology
112 |
113 | The Department of Neurology is committed to integrating their exceptional medical expertise, technology and innovation to offer best in class treatments.
114 | -The department provides treatment for people with neurological disorders such as Parkinson's, stroke, epilepsy, diagnosis and treatment of paralytic disorders, sleep disorders, multidisciplinary assessment and management of multiple sclerosis, and headaches.
115 | -The department is staffed leading panel of surgeons, doctors and nursing staff who offer cutting-edge diagnosis using the latest neuroimaging techniques.
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
134 |
140 |
141 |
One Care Medical Clinic
142 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
143 |
144 |
145 |
146 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
162 |
163 |
164 |
165 |
   
166 |
   
167 |
  
168 |
  
169 |
  
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
--------------------------------------------------------------------------------
/o2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/o2.jpg
--------------------------------------------------------------------------------
/o4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/o4.jpg
--------------------------------------------------------------------------------
/p1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/p1.jpg
--------------------------------------------------------------------------------
/p2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/subhajitkhan/online-clinic-management-system/e9ee77a8827a1446220fa07ee693dc4d9a29a578/p2.jpg
--------------------------------------------------------------------------------
/patapp.php:
--------------------------------------------------------------------------------
1 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | pat_name;
32 | ?>
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
Contact Us: onecaremedicalclinic@gmail.com
44 | 033-244268/235263/345654
45 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
Find your doctor pat_name; ; ?>
86 | If you don't know which department should you selete,then select "General Physician".
87 |
88 |
89 |
90 |
91 |
92 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
139 |
145 |
146 |
One Care Medical Clinic
147 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
148 |
149 |
150 |
151 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
167 |
168 |
169 |
170 |
   
171 |
   
172 |
  
173 |
  
174 |
  
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
--------------------------------------------------------------------------------
/patappdoc.php:
--------------------------------------------------------------------------------
1 | doc_id;
24 |
25 | $_SESSION['docid'] = $docid;
26 | header("Location:patappointtime.php");
27 | }
28 |
29 |
30 |
31 |
32 |
33 | ?>
34 |
35 |
36 |
37 |
38 |
39 |
40 | pat_name;
46 | ?>
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
Contact Us: onecaremedicalclinic@gmail.com
59 | 033-244268/235263/345654
60 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
Find your doctor pat_name; ; ?>
99 |
100 |
101 |
102 |
103 |
104 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
152 |
158 |
159 |
One Care Medical Clinic
160 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
161 |
162 |
163 |
164 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
180 |
181 |
182 |
183 |
   
184 |
   
185 |
  
186 |
  
187 |
  
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
--------------------------------------------------------------------------------
/patappview.php:
--------------------------------------------------------------------------------
1 | pat_id;
12 |
13 |
14 | $sql="SELECT * FROM appointment where pat_id='$patid' ";
15 | $result=mysql_query($sql);
16 |
17 | $today=date("Y/m/d");
18 |
19 |
20 |
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 | pat_name;
33 | ?>
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
Contact Us: onecaremedicalclinic@gmail.com
46 | 033-244268/235263/345654
47 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
79 |
80 |
81 |
82 |
83 |
View your appointment details pat_name; ?>
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 | Appointment Id
95 | Doctor Name
96 | Doctor Id
97 | Department
98 | Visit Date
99 | Day
100 | Visit Time
101 | Status
102 |
103 |
104 |
105 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
124 |
125 | Visited
126 |
130 | Not Visited
131 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
144 |
145 |
146 |
147 |
148 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
165 |
171 |
172 |
One Care Medical Clinic
173 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
174 |
175 |
176 |
177 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
193 |
194 |
195 |
196 |
   
197 |
   
198 |
  
199 |
  
200 |
  
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
--------------------------------------------------------------------------------
/patdetails.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 | pat_name;
21 | ?>
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
Contact Us: onecaremedicalclinic@gmail.com
34 | 033-244268/235263/345654
35 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
Details of pat_name; ?>
75 |
76 |
77 |
78 |
79 |
80 |
81 | Patient ID :   " .$show_data['pat_id'] ." ";
85 | echo " Patient Name :  " .$show_data['pat_name'] ." ";
86 | echo " Patient Address :  ".$show_data['pat_address']." ";
87 | echo " Patient DOB :  ".$show_data['pat_dob']." ";
88 | echo " Patient Phone No. :  ".$show_data['pat_phn']." ";
89 | echo " Patient mail :  ".$show_data['pat_mail']." ";
90 | echo " Patient pswd :".$show_data['pat_pswd']." ";
91 | echo " Patient Gender : ".$show_data['pat_gender']." ";
92 |
93 | }
94 |
95 | ?>
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
117 |
123 |
124 |
One Care Medical Clinic
125 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
126 |
127 |
128 |
129 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
145 |
146 |
147 |
148 |
   
149 |
   
150 |
  
151 |
  
152 |
  
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
--------------------------------------------------------------------------------
/patedit.php:
--------------------------------------------------------------------------------
1 | pat_id;
15 |
16 |
17 | if(isset($_POST) & !empty($_POST))
18 | {
19 | $pat_name= $_POST['pat_name'];
20 | $pat_address=$_POST['pat_address'];
21 | $pat_dob=$_POST['pat_dob'];
22 | $pat_phn=$_POST['pat_phn'];
23 | $pat_mail=$_POST['pat_mail'];
24 | $pat_pswd=$_POST['pat_pswd'];
25 | $pat_repswd=$_POST['pat_repswd'];
26 | $pat_gender=$_POST['pat_gender'];
27 |
28 | /* $count_sql="SELECT COUNT(pat_id) FROM pat_registration";
29 | $id_result = mysqli_query($connection,$count_sql);
30 | ++$id_result;
31 | $pat_id='p00' . $id_result;*/
32 |
33 |
34 |
35 |
36 |
37 | if($pat_pswd==$pat_repswd)
38 | {
39 | $update_sql="UPDATE pat_registration SET pat_name='$pat_name',pat_address='$pat_address',pat_dob='$pat_dob',pat_phn='$pat_phn',pat_mail='$pat_mail', pat_pswd='$pat_pswd',pat_gender='$pat_gender' WHERE pat_id='$result_id' " ;
40 | $result = mysql_query($update_sql);
41 | if($result)
42 | {
43 | session_start();
44 | $_SESSION['patmail'] = $pat_mail;
45 | header("Location:patienthome.php");
46 | }
47 | else{
48 | echo '';
51 | }
52 | }
53 | else{
54 | echo '';
57 | }
58 | }
59 |
60 |
61 |
62 | ?>
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 | patient registraion
72 |
73 |
74 |
75 |
76 |
Edit your details
77 |
78 |
127 |
128 |
129 |
130 |
--------------------------------------------------------------------------------
/patienthome.php:
--------------------------------------------------------------------------------
1 |
20 |
21 |
22 |
23 |
24 |
25 | pat_name;
31 | ?>
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
Contact Us: onecaremedicalclinic@gmail.com
44 | 033-244268/235263/345654
45 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
Welcome pat_name; ?>
99 |
100 |
101 |
102 |
103 | ";
106 |
107 | echo " Patient ID :  " .$show_data['pat_id'] ." ";
108 | echo " Patient Name :  " .$show_data['pat_name'] ." ";
109 | echo " Patient Phone No. :  ".$show_data['pat_phn']." ";
110 | echo " Patient mail :  ".$show_data['pat_mail']." ";
111 |
112 | }
113 | ?>
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 | Thank you for joining us.
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
143 |
149 |
150 |
One Care Medical Clinic
151 |
8B Gangadhar Benerjee lane, 25 Pally,Diamond Harbour Road, Kolkata-700023 West Bengal. onecaremedicalclinic@gmail.com 033-244268 / 235263 / 345654
152 |
153 |
154 |
155 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
Copyright © 2017 One Care Medical Clinic.     All Rights Reserved
171 |
172 |
173 |
174 |
   
175 |
   
176 |
  
177 |
  
178 |
  
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
--------------------------------------------------------------------------------
/patienthomestyle.css:
--------------------------------------------------------------------------------
1 | .containertop{
2 |
3 | width: 100%;
4 | background-color: #e9edf2;
5 |
6 | }
7 |
8 | *{
9 | margin: 0px;
10 | <-- padding: 0px; -->
11 | }
12 | .wrapper{
13 | position: relative;
14 | display:inline-block;
15 | width: 1200px;
16 | margin:auto;
17 | z-index:3;
18 |
19 | }
20 |
21 | #topright{
22 | float: right;
23 |
24 | }
25 |
26 | #topsearch{
27 | height: 20px;
28 | border-radius: 5px;
29 | }
30 |
31 | #topbtn{
32 | height: 20px;
33 | border-radius: 5px;
34 | width: 60px;
35 | background-color: #24C28D;
36 | font-weight: bold;
37 | }
38 |
39 | #makeapp{
40 | width: 200px;
41 | height: 30px;
42 | font-size: 19px;
43 | text-decoration: none;
44 | display: block;
45 | background-color: #FFD104;
46 | text-align: center;
47 | color: red;
48 | }
49 |
50 | #makeapp:hover{
51 | background-color: #FFAF04 ;
52 | color: black;
53 | }
54 |
55 | ul li{
56 |
57 | width: 170px;
58 | display: inline-block;
59 | height: 30px;
60 | font-size: 20px;
61 |
62 | text-align: center;
63 | line-height: 30px;
64 | position: relative;
65 |
66 |
67 | }
68 |
69 | ul li a{
70 | text-decoration: none;
71 | color: #fff;
72 | display: block;
73 | }
74 |
75 |
76 | .menubar{
77 | width: 100%;
78 | background-color: #0AA0C4;
79 |
80 | }
81 |
82 |
83 | ul li a:hover{
84 | background-color: #FFC300 ;
85 | color: black;
86 | }
87 |
88 |
89 |
90 | .pat_wrapper{
91 | width: 530px;
92 | height: 400px;
93 | margin:auto;
94 | font-size: 20px;
95 | background-color: #bdc3c7;
96 | margin-top: 25px;
97 | border-radius: 5px;
98 |
99 | padding: 10px;
100 |
101 | }
102 |
103 |
104 | .field input{
105 | width: 250px;
106 | height: 20px;
107 | padding: 5px;
108 | margin-right: 10px;
109 | border-radius: 5px;
110 | margin-left: 30px;
111 | border:1px solid silver;
112 | }
113 |
114 |
115 | .field select{
116 | width: 300px;
117 | height: 50px;
118 | padding: 5px;
119 | margin-right: 10px;
120 | border-radius: 5px;
121 | margin-left: 30px;
122 | border:1px solid silver;
123 | }
124 |
125 | .sub input{
126 | width: 200px;
127 | height:40px;
128 | border-radius: 5px;
129 | font-size: 20px;
130 | border: 5px;
131 | text-align: center;
132 | margin-left: 150px;
133 | background-color: #24C28D;
134 |
135 | }
136 |
137 |
138 | #head{
139 | text-align: center;
140 | }
141 |
142 | .docdetails{
143 | height: 600px;
144 | width: 500px;
145 | background-color: black;
146 | margin: auto;
147 | }
--------------------------------------------------------------------------------
/patientlogin.php:
--------------------------------------------------------------------------------
1 | ';
22 | echo 'alert("PLEASE ENTER CORRECT EMAIL ID/PASSWORD COMBINATION")';
23 | echo '';
24 | }
25 | }
26 |
27 | ?>
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 | patientlogin
36 |
37 |
38 |
39 |
40 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/patientloginstyle.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | padding: 0;
4 | font-family: 'arial';
5 | background-color: #3498db;
6 | }
7 |
8 | .patlogin {
9 | width: 450px;
10 | height: 230px;
11 | overflow: hidden;
12 | margin: auto;
13 | margin-top: 180px;
14 | padding: "20px";
15 | background-color: #fff;
16 | border:1px solid silver;
17 | border-radius: 5px ;
18 |
19 | }
20 |
21 | .patlogin input {
22 | width: 400px;
23 | height: 35px;
24 | margin-bottom: 10px;
25 | margin-left: 10px;
26 | border-radius: 3px;
27 | border: 1px solid silver;
28 | padding: 5px;
29 | }
30 |
31 | .patlogin .btnlogin {
32 | width: 413px;
33 | height: 35px;
34 | margin-left: 10px;
35 | background-color: #3498db;
36 | color: #fff;
37 | border-radius: 3px;
38 | }
39 |
40 |
41 | #pathead{
42 | text-align: center;
43 |
44 | }
45 |
46 |
--------------------------------------------------------------------------------
/patientregistration.php:
--------------------------------------------------------------------------------
1 | ';
22 | echo 'alert("Email id already registered.Put unique Email id.")';
23 | echo '';
24 | }
25 |
26 |
27 | else{
28 | if($pat_pswd==$pat_repswd)
29 | {
30 |
31 | $insert_sql="INSERT INTO pat_registration (pat_name,pat_address,pat_dob,pat_phn,pat_mail,pat_pswd,pat_gender) VALUES ('$pat_name','$pat_address','$pat_dob','$pat_phn','$pat_mail', '$pat_pswd','$pat_gender')" ;
32 | $result = mysqli_query($connection,$insert_sql);
33 | if($result)
34 | {
35 | session_start();
36 | $_SESSION['patmail'] = $pat_mail;
37 | header("Location:patienthome.php");
38 | }
39 | else{
40 | echo '';
43 | }
44 | }
45 | else{
46 | echo '';
49 | }
50 |
51 | }
52 |
53 |
54 |
55 | }
56 |
57 |
58 | ?>
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 | patient registraion
68 |
69 |
70 |
71 |
72 |
Patient Registration
73 |
74 |
127 |
128 |
129 |
130 |
By signing up, you agree to our Basic Rules, Terms of Service, and Privacy Policy.
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
--------------------------------------------------------------------------------
/patientregistrationstyle.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'arial';
3 | margin: 0;
4 | padding: 0;
5 | background-color: #3498db;
6 | }
7 |
8 | .pat_wrapper{
9 | width: 530px;
10 | height: 600px;
11 | margin:auto;
12 | font-size: 20px;
13 | background-color: #fff;
14 | margin-top: 25px;
15 | border-radius: 5px;
16 |
17 | padding: 10px;
18 |
19 | }
20 | .field input{
21 | width: 250px;
22 | height: 20px;
23 | padding: 5px;
24 | margin-right: 10px;
25 | border-radius: 5px;
26 | margin-left: 30px;
27 | border:1px solid silver;
28 | }
29 | .sub input{
30 | width: 200px;
31 | height:40px;
32 | border-radius: 5px;
33 | font-size: 20px;
34 | border: 5px;
35 | text-align: center;
36 | margin-left: 150px;
37 | background-color: #24C28D;
38 |
39 | }
40 | .gender{
41 | margin-left: 150px;
42 | }
43 | #head{
44 | text-align: center;
45 | }
46 |
47 | #login{
48 | width: 200px;
49 | height: 30px;
50 | display: block;
51 | text-decoration: none;
52 | text-align: center;
53 | display: block;
54 | background-color: #FF1B04;
55 | color: #fff ;
56 | border-radius: 5px;
57 | }
58 |
59 | .loginbtn{
60 | margin-left: 150px;
61 | }
--------------------------------------------------------------------------------
/patlogout.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/patpay.php:
--------------------------------------------------------------------------------
1 | doc_fee;
14 |
15 | if(isset($_POST['pay']))
16 | {
17 |
18 | ?>
19 |
23 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 | payment
37 |
38 |
39 |
40 |
41 |