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

  Design, implement, test, and debug a simple visual basic

Design, implement, test, and debug a simple Visual Basic® program. Requirements The GUI program will have a button that creates a new window with the word Hello. Enhance the display by making the word change color, move, or change to another lang..

  Write a program that skip s leading whitespace character

a) Write a program that skip s leading whitespace character s in each line of the pro vided data file CPPHumor .txt . Save the results in a new file

  Write a loan calculator program

Write a loan calculator program in C++ that displays monthly balances for user-specified loan terms. To be flexible, you decide to specify the loan terms in a file and provide that filename  entered from the keyboard. To keep things simple

  Using visual c++ and your opengl configured environment

Using Visual C++ and your OpenGL configured environment, write an application that uses OpenGL Raster transformations to draw a triangle of your choice of size, location and color, and then rotate that triangle by 90 degrees and scale it by a fact..

  What is the output of this code fragment as it is written

In the code fragment below, the programmer has almost certainly made an error in the first line of the conditional statement.

  Calculates the sum of the cube roots of two integers.

Wrtie a program that calculates the sum of the cube roots of two integers. The program should use the following functions as well as a main funcion. 1) enter one positive value 2) compute the cube root of one integer 3) report the value of two intege..

  Display a list of items and the location in the store

The program should display a list of items and the location in the store. The user must be able to enter the items and location in the store. You will use a class for the items. For this assignment you will implement creating the list, adding eleme..

  Creates a macro to calculate the area

Build a program that creates a macro to calculate the area of a circle using the formula area = pie x radius x radius. In the same program, prompt the user to enter a circle's radius. Use the macro to calculate the circle's area and display the re..

  Write in c++ another overloaded operator

Write in C++ another overloaded operator to go in the program that has Treasury. Overload the forward slash /  so that in the main program, you can declare sale to be of type Treasury, and commission to be of type Treasury, and commispctage to be of ..

  Implement a function to recursively

Implement a function to recursively determine if a word is a palindrome. A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction.

  Write a c function to convert gallons-quarts-pints and cups

Write a C function named liquid() that is to accept an integer number and the addresses of the variables gallons, quarts, pints, and cups.

  Calculate and prints the average of the ratings

Write a C program that accepts by keyboard input (8) user-ratings of the Galaxy S5. The ratings use a scale of 1 to 10, where 10 represents a high rating and 1 represent a low rating: Calculate and prints the average of the ratings

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