For The grAde

ITC 4150, Database Design and Implementation 1 U nit I: Westlake Hospital Example 1. List the major topics for this database. Topics should include patient, doctor, drug, appointment, possibly medical history, and researchers. 2. Write a draft statement of work. Include a brief history, a statement of scope, objectives, and a preliminary timeline. Most of the materials needed for the statement of work are in the scenario description. The timeline is also copied from the example in the chapter. Student timelines should reflect the same basic tasks, though they can vary in times allotted and deliverables. Below is a possible statement of work: HISTORY Westlake Hospital will be conducting a double -blind test of a new depression drug. It will involve about 20 doctors and about 400 patients. Half of the patients will get the new drug and half will get traditional Prozac. Neither the doctors nor the patients will know who is getting which drug. Only two test superviso rs will know who is getting what. The test will last about 18 months. Each doctor will see 20 patients initially, though it is expected some patients will drop out over time. Each patient will be coming in twice a month for a checkup and interview with his or her doctor. The drugs will be dispersed in a generic bottle by the two supervisors, one of whom is a pharmacist. To track this study, the hospital will need a database. SCOPE The database will need to track patient information from their firs t screening through each of their interviews. It will track the symptoms of their depression and any specific physical side effects.

Each doctor will need to be able to see the information of his or her own patients , but not the information of other doctors’ patients. Patients should be able to see their own medical profile, the doctor’s notes, and nothing else. Only the two researchers should be able to see everything. Reports should be generated comparing the results of the two groups over time. There is always some danger of spying by other companies interested in similar drugs, so in addition to the security of the blind test, the database needs to be secured against outside intrusion as well. OBJECTIVES  Track patients in a double -blind drug study .  Track symptoms and side effects .  Maintain the double blind on the part of doctors and patients .  Generate reports that compare the results of the test groups . ITC 4150, Database Design and Implementation 2 TASKS AND TIMELINE 1. Gathering Data: This task will consist of a num ber of interviews, questionnaires, and observations. Time allotted: 3 weeks. Deliverable: A list of scheduled interviews and observations, text of the questionnaires. 2. Analyzing Data: The data gathered will be analyzed to determine business rules and preliminary data modeling. Time allotted: 2 weeks. Deliverable: List of business rules to be reviewed, basic entities and attributes. 3. Normalization: The data model will be completed with entities and relationships normalized. Time allotted: 1 week. Deliverables : Entity relation diagram for review. 4. Building the Physical Database: The data model will be translated to the relational datab ase management system : Tables, columns with specific data types, and relational and other constraints created. Time allotted: 3 days. Deliverables: The schema of the database for review. 5. Testing and Security: Sample data will be entered and each of the business rules and requirements will be tested. General database security and security related to business rules will also be tested. Time allotted: 3 weeks. Deliverables : Documented test results. 6. Database Completion and Installation: Final changes and c orrections are made. Sample data will be removed and the database installed on a server. Final testing for server access and connections. Time allotted: 2 weeks. Deliverables: The working database. 3. Documentation : Start a notebook, either electronically o r physically, to record your progress with the scenario database. Add the statement of work and any notes to the notebook.