Developing a database to manage academic issues

Assignment Help C/C++ Programming
Reference no: EM13859379

What's A Matter University (good old Whatsamatter U) is developing a database to manage academic issues. You are asked to assist in the design of the database. Sketch the Entity-Relationship diagram for each of the following business needs. Your answer must adhere to the following guidelines: a)You need to provide a separate E-R diagram for each of the questions, not a single diagram that addresses all five questions; b) Your model should follow the "crows foot" notation, as described in Chapter 4 (pp 253-255) of the text.

1. The university is divided into several schools such as business, arts and sciences, education, applied sciences, etc. Each school is administered by a dean who is also a professor. Each professor can be the dean of only one school, and a professor is not required to be the dean of any school. Data of interest regarding the school includes: school code and school name. Data of interest regarding the professor includes: ID number, specialty, rank, name, and email address.

2. Each school is comprised of several departments. For example, the school of business has an accounting department, a management department, a marketing department, etc. The smallest number of departments operated by a school is one, and the largest number of departments is indeterminate. Each department belongs to only a single school. Data of interest regarding departments includes: department code and department name.

3. Each department offers courses. For example, the management department offers courses such as Introduction to Management and Production Management. Each course is identified by a unique course number, a course title, and a course description. Data of interest regarding courses includes: course number, course title, course description, and credit hours.

4. Each semester, a number of courses (but not all courses) are offered. Any given course might be offered once or a number of times in the semester. Each course offering is uniquely identified by a CRN (course requirement number). Other information regarding the course offering includes: cycle (i.e. Monday-Wednesday-Friday, Tuesday-Thursday, etc), starting time (i.e. 8:00 am), duration (i.e. 50 minutes) and semester (i.e. Fall 2014).

5. Each department has at least one professor assigned to it. A professor is assigned to one and only one department.

Lakeside Hospital is comprised of the following entities:

  • Care Center - a treatment center within the hospital, such as maternity, emergency care, and multiple sclerosis center. Each care center has a care center ID and a care center name.
  • Patient - a person who is either admitted to the hospital or is registered as an outpatient. Each patient has an identifier, medical record number, and name.
  • Physician - a member of the hospital medical staff who may admit patients to the hospital and who may administer medical treatments. Each physician has a physician ID and name.
  • Bed - a hospital bed that may abe assigned to a patient who is admitted to the hospital. Each bed has a bed number, room number, and care center ID.
  • Item - any medical or surgical item that may be used in treating a patient. Each item has an item number, description, and unit cost.
  • Employee - any person employed as part of the hospital staff. Each employee has an employee number and name. (Physicians are not considered hospital employees)
  • Diagnosis - a patient's medical condition diagnosed by a physician. Each diagnosis has a diagnosis ID/code and a diagnosis name. The diagnosis ID code is derived from the ICD-9-CM manual (i.e. code 00.50 is used for Staph Food Poisoning)
  • Treatment - any test or procedure ordered by and/or performed by a physician for a patient. Each treatment as a treatment ID/code and treatment name, again using standard codes from the ICD-9-CM
  • Order - any order issued by a physician for treatment and/or services such as diagnostic tests, therapeutic procedures, drugs, or devices. Each order has an order ID, order date, and order time.

Based upon the above descriptions, create entity relationship diagrams for the following business rules. Your answer must adhere to the following guidelines: a)You need to provide a separate E-R diagram for each of the questions, not a single diagram that addresses all five questions; b) Your model should follow the "crows foot" notation.

1. Each hospital employee is assigned to work in one or more care centers. Each care center has at least one employee and may have any number of employees.

2. A given patient may or may not be assigned to a bed (some patients are outpatients). Occupancy rates are seldom 100%, so a bed may or may not be assigned to a patient but, if assigned, it would be assigned to only one patient.

3. A patient may be admitted to the hospital by exactly one physician. A physician may admit any number of patients or may not admit any patients.

4. Physicians diagnose any number of conditions affecting a patient, and a diagnosis may apply to many patients. The hospital records the following information: date and time of diagnosis, diagnosis code, and description for each patient diagnosis. A specific patient's diagnosis is made by only one physician.

5. A patient may consume any number of items. A given item may be consumed by one or more patients, or may not be consumed. For each item consumed by a patient, the hospital records the following: date, time, quantity, and total cost (which can be computed by multiplying quantity times unit cost) for each patient.

Reference no: EM13859379

Questions Cloud

Creating a malware analysis environment : 1. What are two items to consider when creating a malware analysis environment?
Identify which of the swot factors are most critical : List the specific strengths, weaknesses, opportunities and threats present in the case and Identify which of the swot factors are most critical to the organization's on going success and why
Compare the web pages of the world trade organization : Compare the Web pages of the World Trade Organization (www.wto.org) and other organizations that advocate free trade with the Web pages of the Trade Observatory.
Prepare income statement and a statement of owners equity : Prepare an income statement, a statement of owners equity, and a balance sheet - Post the adjusting entries to the ledger, inserting balances in the accounts affected. Leave the ITEM column blank.
Developing a database to manage academic issues : What's A Matter University (good old Whatsamatter U) is developing a database to manage academic issues. You are asked to assist in the design of the database. Sketch the Entity-Relationship diagram for each of the following business needs. Your a..
Normalization of database tables : Using the STUDENT table structure shown in Table, do the following: Table: Sample STUDENT Records
What can be done to mitigate risks you have identified : Describe what can be done to mitigate the risks you have identified? The submission should be about 1000 words in length and be sure that you include material from at least 3 academic sources to support your position.
Problem regarding the database systems : To develop a database for the given case study by drawing the EER diagram-To apply the normalization rules to the data structures and hence to show the UNF, INF, 2NF, and 3NF relations of the given scenario-To create and manipulate database.
Write an opinion essay about organizational authority : Write an opinion essay about Organizational Authority

Reviews

Write a Review

C/C++ Programming Questions & Answers

  A company hired 10 temporary workers

A company hired 10 temporary workers who are paid hourly and you are given a data file that contains the last name of the employees, the number of hours each employee worked in a week, and the hourly pay rate of each employee.

  Write a function that accepts an int array

The task calls for: Write a function that accepts an int array and the array's size as arguments. The function should create a copy of the array, except that the element values should be reversed in the copy. The function should return a pointer t..

  Program to find the factors

Write a c++ program to find the factors of an integer (entered by the user) which are themselves squares.

  What is the bug or logic error in the above program

What is the bug or logic error in the above program. Add the lines to fix it. This is an example of __nested__________ loops. How many times does the outer loop execute

  Temperature conversions

Temperature Conversions. The following problems generate temperature- conversion tables. Use following equations that give relationships between temperatures in degrees Fahrenheit(Tf), degree Celsius(Tc), degrees Kelvin(Tk), and degrees Rankin(Tr);

  The bubble sort is also define as the ripple sort one

the bubble sort is also define as the ripple sort. one implementation of this sorting methods is to recurrently move

  Composite data types (arrays & records)

Composite data types (arrays & records) can be a problem when they are passed as parameters or returned by functions. Why?

  Create a calling module name and parameters

Create a calling module name and parameters for the following. (Remember that the asterisk before the parameter name indicates a call-by-reference parameter.

  Taskimplement class randomint using randomintcpp and

taskimplement class randomint using randomint.cpp and randomint.h.for the randomint class- the function call operator

  Rewrite a c++ program

I have Assign in C++ , I create evrething but my project not work also Iput it all documents.

  Program user to enter student names and final grades

Write a program that would allow a user to enter student names and Final grades (e.g. A,B,C,D,F) from their courses. You do not know how many students need to be entered. You also do not know how many courses each of the students completed.

  Calculates the position of a cannonball

Write a c++ program that calculates the position of a cannonball that is fired straight up in the air. Use short time intervals (.01 seconds) and display the position and velocity every second.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd