Now is the time to start the design phase where you generate specific directions for the implementation of the system by the software development group. The first step in the design phase is to examine the Riverbend Hospital class diagram and to try to simplify its organization using a package diagram. The package diagram ensures that classes that belong together are grouped into a single package and thus simplify the development of these classes and their maintenance.
Your deliverable this week is to generate a package diagram for the Riverbend Hospital system. Go to Doc Sharing to get the documents you will need for this assignment
Deliverables
Riverbend Hospital package diagram
L A B S T E P S
STEP 1: iConnect Live Lecture (Not Graded)
1.Watch my iConnect Live Lecture that is posted in the announcement area.
STEP 2: Generate the Detailed Package Diagram
1.Download the documents from the Week 5 Supporting Documents category in Doc Sharing.
2.Create a detailed Package diagram for the Riverbend Hospital System using the Rational Software Architect software on the Citrix iLab environment based on the Riverbend Hospital Class Diagram. You can use Visio instead if you wish.
STEP 3: Upload your Document to your Dropbox
Save the your Riverbend Package to a MS Word document with the file name YourLastName_CIS339_Week5 and upload to your dropbox.
Student ID# 40153202
Password: avialble once assigned
Instruction files
week5.riverbend.hospital.ilab.directions.docx(22,05 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

