Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Relational Schema

Name: ROHITH KUMAR GOLLE


Roll No: 16075041

patient(p_id, first_name,middle_name,last_name,age,gender,occupation,care_of,contact_no,address,date_of_admission,referred_by, guardian_name)

guardian(name, contact_no, p_id)

doctor(dr_id, first_name, middle_name, last_name, age, gender, qualification, contact_no, address, specialization, joining_year, hospital, role, duration,
work_description, achivements)

staff(emp_id, first_name, middle_name, last_name, gender, contact_no, address, role)

case(case_id, thermals, sensitivity, thirst, perispiration, appetite, desire_addiction, aversions, sleep, stool, urine, tongue, bp, pulse, temperature, weight,
height, swelling, allergies, anger, emotion, dreams, sexual_sphere, fears, thoughts, compulsive_habits, relationships, suspicion, delusions, nature,
behaviour, hate-love, sad_anxiety, masturbation, erections, ejaculation, sperm_count, male_sexual_desire, menarche_muse_cycle, days,
consistency,female_sexual_desire, GPAL, leukorrhea, any_illness, speech, crowl, walk, first_tooth, history_of_diseases, containing_reports, dr_id)

prescription(prescription_id, p_id ,medicine, potency, doses, route, next_visit, progress, cured, remaining_symptoms, any_new_symptoms, dr_id)

material (material_id, material_name, type, amount)

make_appointment(appointment_id , p_id , emp_id )

set_up(case_id, emp_id, appointment_id, dr_id )

checks(p_id, appointment_id , dr_id)

fills(case_id , dr_id )

analysis(case_id, observation_symptoms , dr_id, prescription_id)

prescription_bill( bill_id , appointment_id, p_id , emp_id , prescription_id , amount )

takes(material_id, prescription_id)

maintains_record(material_id, emp_id)

You might also like