Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A patient can schedule appointments with many different doctors. A doctor schedules appointment for many different patients. A patient to schedule an appointment with a

A patient can schedule appointments with many different doctors. A doctor schedules appointment for many different patients. A patient to schedule an appointment with a doctor need to first get a referral from a primary doctor. Doctors prescribes drugs to patients. A doctor belongs to one Department and a department can have many doctors. A nurse also belongs to one department and a department can have many nurses. In additional, Gate Way to Heaven needs to answer the following functions:
1) List doctor information (name, email, phone, salary)
2) List patient information (name, age, phone, primary doctor)
3) List all prescriptions (with date, doctor and patient info) that a specific patient receive.
4) List name of all all doctors in a specific department
5) Add a new drug
6) Add a new department
7) Hire a doctor
8) Hire a nurse
9) List all appointments a specific patient made
Complete a Crud matrix that has the following scenario:
Write Prescription Reads from Doctors table, Reads and Updates the Drugs table, Reads from Patient table, Creates Reads, Updates and Deletes from Prescription table.
View Patient information Reads from Patients table.
View Doctors information Reads from Doctors table
Manage Drugs Creates, Reads , Updates and Reads information from the Drugs table.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database In Depth Relational Theory For Practitioners

Authors: C.J. Date

1st Edition

0596100124, 978-0596100124

More Books

Students also viewed these Databases questions

Question

LO5 Describe job analysis and the stages in the process.

Answered: 1 week ago