source code for online medical portal in java
#1

plz can sumone gve d code for online medical portal
Reply
#2

source code for online medical portal in java

Introduction:

In today’s world, everything can be controlled and accessed without the physical presence of a person-this is the requisite in today’s modern world. The project “Online medical portal a Java Project” is implemented to fulfill this particular requisite. This project follows a modular approach. In this medical portal, the administration module updates the number of patients and doctors in the portal.Online-medical-portal-an-Java-Project

The admin module can also add doctors along with the details like qualification and specialization on the system. He can also view the details of doctors and patients and has full control over the medical portal. All patients are given a unique id which has his complete details and this is also fed into the system software.

Description on online medical Java project :
In this project online medical portal a Java project, the patients can register on the portal on a free basis. He can make use of the services after he finishes registering. The doctors also require a permanent id by the admin for finishing the registration. The id is provided by the admin after verifying the credentials. The patients can chat with the doctor on the portal which enhances the site’s response.
[cc lang=”asp”] import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;

public class Iinsth extends HttpServlet
{
public void doGet(HttpServletRequest req,HttpServletResponse res)
{
PrintWriter out =null;
try
{
out = res.getWriter();
Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”);
Connection con = DriverManager.getConnection(“jdbc:odbc:SUS”,”PLMS”,”PLMS”);
Statement st = con.createStatement();
ResultSet rs = st.executeQuery(“SELECT DISTINCT IN_NO FROM MACH_BAK ORDER BY IN_NO”);

out.println(“<html> <head > <title> PLANT MANAGEMENT SYSTEM – [DOE/DRDL] </title> </head>”);
out.println(“<body bgcolor=bisque>”);
out.println(“<form action=http://150.150.221.37:8080/servlet/Iinst target=fr4>”);
out.println(“<br> <center> <table bgcolor=burlywood border=1 width=60%> <tr> <td align=center> <b> <font size=5 face=verdana> Installation And Commissioning</font> </b> </td> </tr> </table> </center> <br><br>”);

out.println(“<center> Inst No “);
out.println(“<select name=n>”);
while(rs.next())
{
out.println(“<option> “+rs.getString(1)+” </option>”);
}
out.println(“</select>”);
out.println(“<input type=submit value=Submit>”);
out.println(“</center> </form> </body> </html>”);
}catch(Exception e)
{
out.println(e);
}
}
}[/cc]

The user has the option of changing his password when he wishes to. This ensures security and privacy on the part of the user. The user can also upload images of X-rays and scan images and also diagnostic reports. This can be viewed by the doctors who will ten guides the patient to a better understanding of his ailment.

Conclusion:

The project is an idea of the medical portal and offers scope for future enhancements. This system provides benefits to the patients. The best possible combination of digital media and human intelligence has been combined in this project. Thus, this project also gives the benefit of direct interaction with the doctors with the help of chat facility.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: source code for online medical portal in java, online shopping portal project in java**ng***speed control of three phase induction motor ppt, online medical consultation system vb source code, abstract for hospital info system with interactive services universal medical portal with adviser, medical project source code vb 6, java project onwater management portal, 1 online hospital info system with interactive services universal medical portal with adviser,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  online auction project documentation 2 9,095 24-08-2018, 01:19 AM
Last Post: Guest
  online campus recruitment system in php 2 9,485 17-07-2018, 03:03 PM
Last Post: jerry
  free download source code of online college magazine 5 17,839 29-06-2018, 10:09 AM
Last Post: Guest
  opengl source code for butterfly 3 3,260 14-05-2018, 08:57 AM
Last Post: Akshatha k
  ice cream parlour management system in vb source code 4 5,290 04-04-2018, 11:58 PM
Last Post: vprk77
  dwt code in java for image 2 6,352 24-03-2018, 10:06 PM
Last Post: Guest
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  free download college website project in html with source code 2 4,622 24-02-2018, 10:46 AM
Last Post: Guest
  online shopping management system project pdf 1 3,873 14-02-2018, 02:55 PM
Last Post: jai kumar maurya
  source code for hospital management system in jsp 4 1,951 13-01-2018, 10:51 AM
Last Post: dhanabhagya

Forum Jump: