|
Field Name |
Definition |
Field Length |
Data Type |
|
Patient ID |
Assigned ID code for patient |
9 |
Numeric |
|
Patient FName |
Patient's First Name |
25 |
Text |
9 In your own words, explain the three step process of Data Modeling from Conceptual Model to Logical Model to Physical Data Model. (5 points)
Review the example Hospital Physician Data Dictionary as found in your Lecture this week. Create a...
In your own words, explain the difference between a flat file and a relational database. (5 points) Review the example Hospital Physician Data Dictionary as found in your Lecture this week. Create a similar Data Dictionary for Patients, using the same format. Include at least 5 field names you think should be included in a Patient Data dictionary. Remember to use different data types for dates, text, and numbers. I have given you two examples to start. (10 points) Field...
You are the IT administrator. You have been instructed to create a data dictionary for Wellness Hospital. You are to identify the Field Name, Data Type, and Description. Create a table and include the following fields: Patient first name, Patient last name, Date of birth, Patient ID, Diagnosis, Admission date, Discharge date, Encounter type, Procedure ID, Clinical date, Procedure code, Antibiotic name, Antibiotic dose, Antibiotic frequency, Vital sign temperature, Lab ID, Lab test name, and Lab test result.
Write the following SQL statements in Microsoft Access by using the Books database from Week 2 Assignment 2. Once complete, copy and paste the SQL statements in a Microsoft Word document: Write SQL statements: To update the publisher name from READ WITH US to READ FOR US To verify the updated name field for the publisher with ID 6 To make the following updates to the Publisher table (be careful with WHERE): Make Contact="John Travolta" for publisher with ID number...
The lab for this week addresses taking a logical database design (data model) and transforming it into a physical model (tables, constraints, and relationships). As part of the lab, you will need to download the zip file titled CIS336Lab3Files from Doc Sharing. This zip file contains the ERD, Data Dictionary, and test data for the tables you create as you complete this exercise. Your job will be to use the ERD Diagram found below as a guide to define the...