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

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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