0% found this document useful (0 votes)
9 views3 pages

Relational Model

Uploaded by

247032
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Relational Model

Uploaded by

247032
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DATABASE PROJECT

30/11/2024

EMAAN IMRAN 247055


LYBA FAKHAR 247032
MUSKAAN SEHER IQBAL 247042
IQRA ALI KARAMAT 247029
Relational Model
Patients
PatientID
Name
Patients_admit
Age
AdmitID
Gender
PatientID
Address
RoomNo
Phone
AdmitDate
MedicalHistory
DischargeDate
Appointments
AppointmentID
PatientID
DoctorID
StaffID
AppDate
AppTime

Doctors
DoctorID
Name
Patients_Discharged
Specialization
DischargeID
Billing
Phone
PatientID
BillID
Availability
AdmitID
PatientID
BillID
StaffID
Date_dis
Amount
Time_dis
Date
Payment_type

Lab_Tests
TestID
PatientID
Prescriptions
Blood_Group
PrescriptionID
Staff
Price
PatientID
StaffID
Report_History
DoctorID
Name
TestID
Position
Medicine
Contact
Dosage
Shift
Duration

 Patients Table (PatientID, Name, Age, Gender, Address, Phone, MedicalHistory)


 Doctors Table (DoctorID, Name, Specialization, Phone, Availability)
 Appointments Table (AppointmentID, PatientID  Patients, DoctorID  Doctors, StaffID  Staff, AppDate, AppTime)
 Billing Table (BillID, PatientID Patients, StaffID  Staff, Amount, Date, Payment_type)
 Patients_admit Table (AdmitID, PatientID  Patients, RoomNo, AdmitDate, DischargeDate)
 Patients_Discharged Table (DischargeID, PatientID  Patients, AdmitID  Patients_admit, BillID  Billing, Date_dis,
Time_dis)
 Lab_Tests Table (TestID, PatientID  Patients, Blood_Group, Price, Report_History)
 Staff Table (StaffID, Name, Position, Contact, Shift)
 Prescriptions Table (PrescriptionID, PatientID  Patients, DoctorID  Doctors, TestID Lab_Tests, Medicine, Dosage,
Duration)

You might also like