Тёмный
No video :(

Complete Hospital Management System using JSWING & MYSQL DBMS in 3 hours! | TUITIONS TONIGHT. 

Tuitions Tonight
Подписаться 6 тыс.
Просмотров 16 тыс.
50% 1

In this video, I will show you how you can create the Hospital Management System using JSWINGS and MYSQL DBMS with Apache XAMPP!
CODE: github.com/Muh...
NEED ASSISTANCE? Fill the form - forms.gle/zYm1...
How to install Xampp: • How to install XAMPP i...
Project Modules:
There are three modules that are handled with JFrame and MYSQL databases.
1) Login Page: This module contains the username and password field that takes user input and verify the username and password with a database table.
2) Doctor's Module
-ADD DOCTOR: you can add doctors by entering ID, NAME & Specialization.
-VIEW DOCTOR'S DETAIL: you can retrieve the doctor's details on jTable using Select Query on jTables.
- EDIT DOCTOR'S DETAIL: you can edit the doctor's detail using the edit query.
- FIRE Doctor: You can delete the doctor's record from the database by using the delete query for Doctors.
3) Patient's Module:
- Admit Patient: This module takes the patient name, patient disease, Admit time, and admit date. That will be store in MYSQL Database. We shall take built-in time and date by creating a function using the Date library.
- VIEW PATIENT'S RECORD: In this module, we retrieve the patient records from MYSQL to the JTable.
- EDIT PATIENT: In this module, they can edit the patient records by using the Update query.
- Discharge PATIENT: In this module, the patient record will be deleted by the Patient ID
------------------------------------------------------------------------------------------
For Promotions and Collaborations:
Email Us: tuitionstonight@gmail.com
Follow me on:
Instagram: / tuitionstonight
Personal Instagram:
Facebook: / tt7.in
------------------------------------------------------------------------------------------
Like, Subscribe & share
Support our Channel
Tuitions Tonight

Опубликовано:

 

27 окт 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@Spmdiamond
@Spmdiamond 2 года назад
I can not describe how to gives thanx I am very much happy I am a fresher I have completed this project it is working fine thanks again for giving this source code and really nice love u bro❤️❤️❤️
@tuitionstonight
@tuitionstonight 2 года назад
Thanks for watching our video :) #TuitionsTonight
@hanaddekalif5685
@hanaddekalif5685 2 года назад
Thnkz you so much 🙏
@kshitijgupta5621
@kshitijgupta5621 3 года назад
sir how can we make er diagram for the sql database??
@VGaming5555
@VGaming5555 3 года назад
Awesome complete video tutorial
@vinaykumarreddy2759
@vinaykumarreddy2759 3 года назад
and also tell about software specification....
@vaishnavikulkarni5408
@vaishnavikulkarni5408 3 года назад
Sir, I am getting java.lang.ClassNotFoundException:com.mysql.jdbc.Driver after running the code. What should I do?
@tuitionstonight
@tuitionstonight 3 года назад
Hi Vaishnavi, I think you have not add the library of MYSQL Driver in your Library folder inside your package ... Please See the video at 7:35 (I have add library just copy all the steps with me as I did in Video). If you feel any further difficulty then just send the screen shots on TuitionsTonight@gmail.com. We shall try to resolve your problem.
@tjekupetjikusere4677
@tjekupetjikusere4677 9 месяцев назад
is it possible to reply ASAP?? i have a problem with the "Statemen st = conn.createStatement(); [it is giving an error saying that cannot find symbol method] and ResultSet rs = st.executeQuery(sql); [ it is also giving an error saying that cannot find symbol method at the executeQuery] i am using netbeans IDE 17... please help😭😭😭😭😭😭
@riddhiselkar7920
@riddhiselkar7920 3 года назад
Sir, inspite of doing all the correct steps in login page itself it's showing connection error msg even if I place correct username and password
@tuitionstonight
@tuitionstonight 3 года назад
Yes, If you think you don't need the Data base to store the Username and Password then you can just store the username and password in two variables and make the login page with IF ELSE Conditions; Like below: String un=obj.nextLine(); //User input for username String pw= obj.nextLine() //User input for password if(un != "admin" && pw != "admin"){ JOptionPane.showMessageDialog(root, "Username or Password is wrong"); } else{ WelcomePage obj=new WelcomePage(); obj.setVisible(true); dispose(); }
@girishkumar1020
@girishkumar1020 3 года назад
You are fantastic sir. Can you plzz make a tutorial on "online diagnostic lab reporting system" i need it as my major project plzz help me and upload tutoial for this
@tuitionstonight
@tuitionstonight 3 года назад
Hi Girish Kumar, you can send message to us for your project assistance on instagram. kindly find us with the username @Tuitionstonight. There you will get a quick response and hopefully you will get a help.
@phantom-fq8ji
@phantom-fq8ji Месяц назад
sir where do i get this JDBC MYSQL Driver sir i can't find it in my library
@tuitionstonight
@tuitionstonight Месяц назад
Please download the ZIP ARCHIVE from below link dev.mysql.com/downloads/connector/j/
@pardhupowerking5654
@pardhupowerking5654 2 года назад
i am getting an error like "error while establishing connection please help me"
@tuitionstonight
@tuitionstonight 2 года назад
Hi, Please reach out to us on instagram @TuitionsTonight for the queries.
@ucanbiri9858
@ucanbiri9858 Год назад
hi, I follow all the steps but I think the connector doesn't work in Netbeans 15. I download 8.0.28 version of jar and add to the libraries of the project but still gives that error while establishing connection, how can I fix it in Netbeans 15? Thanks.
@tuitionstonight
@tuitionstonight Год назад
Check this video - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-i0c1b_LK5WQ.html Hopefully your issue will get resolved.
@SURAJCHAUHAN-ol7hu
@SURAJCHAUHAN-ol7hu 3 года назад
Bhai in background which ringtone and lyrics. Is ringing..plz name bata do🙏🙏
@vigneshgovind9002
@vigneshgovind9002 3 года назад
how to add the mysql jdbc driver to libraries list?
@vigneshgovind9002
@vigneshgovind9002 3 года назад
never mind, got it. For those wondering how, you have to download mysql jdbc connector, then after its downloaded right click libraries > add library > name the library "mySQL JDBC connector" and then in the window that follows simply select the jdbc connector from where u downloaded it and add it to the library.
@tuitionstonight
@tuitionstonight 3 года назад
Hi Vignesh, Please See the video at 7:35 (I have added library just copy all the steps with me as I did in Video). If you feel any further difficulty then just send the screen shots on TuitionsTonight@gmail.com. We shall try to resolve your problem.
@hellosir9179
@hellosir9179 2 года назад
Sir mera submit button click karne k baaf connection error frame open hoti h
@tainguynnn
@tainguynnn Год назад
tạ ơn ngài !
@gnmeghana9297
@gnmeghana9297 2 года назад
Sir I am getting sql syntax error in editdetaildoc it is asking to check manual Maria db version what to do to overcome that?
@tuitionstonight
@tuitionstonight 2 года назад
Hi Meghana, Following this video, hope you will find the solution: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-i0c1b_LK5WQ.html
@pranjalpowale9300
@pranjalpowale9300 2 года назад
How to add mysql to library ? I have installed mysql exe on my system , what should be done?
@tuitionstonight
@tuitionstonight 2 года назад
Hi Pranjal, If you are using Netbeans 12 or higher version please follow the below video. It will help you to add the mysql jdbc driver ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-i0c1b_LK5WQ.html
@Irfan.Khan082
@Irfan.Khan082 3 года назад
Sir, when I am creating a login form then it can't execute the try function directly connection error (exception) window is opened, I don't know what's wrong with my xampp or Netbeans and my xampp is working for other purposes. I followed the same your video as well as a tried different method but still the same error
@tuitionstonight
@tuitionstonight 3 года назад
Hi Irfan, Hope you are doing well. You need to trouble shoot, what you have done! Follow the step listed below: 1) First must make sure the MYSQL JDBC Driver should be added in the Library Folder. 2) If you have already added the library, then make sure the connection class should be created correctly Connection conn=DriverManager.getConnection("jdbc:mysql://localhost/databasename","root",""); 3) If Still the problem is same, check your DATABASE name matches the same in your connection class. These are the above steps to follow, if still it doesn't resolve the problem. Drop a message on tuitionstonight@gmail.com. Our team will assist you to resolve the problem
@vinaykumarreddy2759
@vinaykumarreddy2759 3 года назад
thanks sir for this video. i have learnt a lot from this. sir, which language did u used for front end?
@tuitionstonight
@tuitionstonight 3 года назад
Java Swings is used for the frontend
@anuragkumar08
@anuragkumar08 3 года назад
Tumne ye project puri banai hai kya??
@sachinsatpute9834
@sachinsatpute9834 3 года назад
Which version of netbean you used?
@tuitionstonight
@tuitionstonight 3 года назад
8.2
@vinhjy8375
@vinhjy8375 3 года назад
sir, which language did u used for the back end?
@tuitionstonight
@tuitionstonight 3 года назад
Java is used
@achuharsha6722
@achuharsha6722 2 года назад
Can I get the ppt of this project
@bharathb5173
@bharathb5173 Год назад
Sir please provide the report for this project
@RebithaR
@RebithaR 3 года назад
It shows error while I give start MySQL
@tuitionstonight
@tuitionstonight 3 года назад
Hi, There can be multiple reasons through which you are facing the error. Kindly send the screenshot to us on our Instagram, we shall try to assist you to solve this problem.
@achuharsha6722
@achuharsha6722 2 года назад
Can you do and give me this project through anydesk plz
@tuitionstonight
@tuitionstonight 2 года назад
yes, Harsha please DM at insta: @TuitionsTonight
@ritikaswaraj5574
@ritikaswaraj5574 3 года назад
Does this video contains query?
@tuitionstonight
@tuitionstonight 3 года назад
yes Ritaka, It contains INSERT, UPDATE, DELETE & SEARCH Queries.
@ritikaswaraj5574
@ritikaswaraj5574 3 года назад
Did u add triggers to this?
@azimattar5961
@azimattar5961 3 года назад
Sir Where is Customer Bill ?
@tuitionstonight
@tuitionstonight 3 года назад
This module is not created with this project yet; If people request for that module we shall also add that module in our next project.
@jados2502
@jados2502 Год назад
😢
Далее
Java Database Connectivity | JDBC
20:34
Просмотров 255 тыс.
HOSPITAL MANAGEMENT SYSTEM | FREE SOURCE CODE
14:00
Просмотров 86 тыс.
Learn SQL In 60 Minutes
56:24
Просмотров 2,1 млн
Login Page with Servlet  and Html + Mysql + Eclipse
55:56