hospital

1
Patient Health Record Information: Tables: Database:mysql Patient (Parent Table): Column Name Data Type Purpose PatientID Auto Number (Primary Key) Name VARCHAR(100) DOB DATE Age INT Address VARCHAR(250) Phone No VARCHAR(25) Email Address VARCHAR(50) Patient_Health_Records (Child Table of Patient) Column Name Data Type Purpose HealthRecordID Auto Number (Primary Key) PatientID Foreign Key To Patient Problem_Description VARCHAR(500) StartDate DATE When the health issue started EndDate DATE Date it was cured DoctorName VARCHAR(50) HospitalName VARCHAR(100) Presciption_Details VARCHAR(250) Prescription provided by the doctor Follow_Up_Actions VARCHAR(250) Any follow up actions required Comments VARCHAR(250) Any other details JSP Pages (Web forms): 1. Patient Entry Form – To capture patient name and other details. Data should get stored in Patient table 2. Patient Health Entry Form – To capture health issues details. Data should get stored in Patient Health Records table 3. Patient List – To list all patient

Upload: kumarecit

Post on 14-Dec-2015

213 views

Category:

Documents


0 download

DESCRIPTION

dd

TRANSCRIPT

Page 1: Hospital

Patient Health Record Information:

Tables:

Database:mysql

Patient (Parent Table):

Column Name Data Type PurposePatientID Auto Number (Primary Key)Name VARCHAR(100)DOB DATEAge INTAddress VARCHAR(250)Phone No VARCHAR(25)Email Address VARCHAR(50)

Patient_Health_Records (Child Table of Patient)

Column Name Data Type PurposeHealthRecordID Auto Number (Primary Key)PatientID Foreign Key To PatientProblem_Description VARCHAR(500)StartDate DATE When the health issue

startedEndDate DATE Date it was curedDoctorName VARCHAR(50)HospitalName VARCHAR(100)Presciption_Details VARCHAR(250) Prescription provided by the

doctorFollow_Up_Actions VARCHAR(250) Any follow up actions

requiredComments VARCHAR(250) Any other details

JSP Pages (Web forms):

1. Patient Entry Form – To capture patient name and other details. Data should get stored in Patient table

2. Patient Health Entry Form – To capture health issues details. Data should get stored in Patient Health Records table

3. Patient List – To list all patient