Design display output using form design software. Make any assumptions about system capability necessary and follow display design conventions for onscreen instructions. (Hint: you can use more than one display screen if you wish.)
a. In a paragraph, discuss why you designed each report. What are the major differences in your approach to each one? Can the printed reports be successfully transplanted to displays without changes? Why or why not?
b. Some of the nurses are interested in a Web-based system that patients’ families can access from home with a password. Design an output screen for the Web. In a paragraph, describe how your report had to be altered so that it could be viewed by one patient’s family.
a. The printed report is designed in landscape orientation. A date entry is not required. The display design requires scrolling, the equivalent to flipping pages, and a date entry to select the report date. Further, the display screen entry may have more information, or information presented in a more lengthy manner, because paper costs are not a consideration.
b. The report would have to be modified to include an entry field for a patient number and password, images for navigation (next, back, home), it would include only the patient information (not other patients), and a link to a privacy statement should be added to the Web page.
You might also like to view...
Assume you have opened and connected stream variables fileIn and fileOut. Assume further that you have finished with input file, but want to read the input file a second time. What is necessary to set the stream state to reread the file from the start?
What will be an ideal response?
The value of count is ________.
Consider the Java segment: String line1 = new String("c = 1 + 2 + 3") ; StringTokenizer tok = new StringTokenizer(line1); int count = tok.countTokens(); a. 8. b. 7. c. 13. d. 4.
Determine the number of network (N), subnet (S), and host (H) bits. Which of the following statements are TRUE?
A) N = 23 B) S = 14 C) H = 5 D) S = 5
Which of the template files that Visual Basic provides for Web applications serves as the home page?
A. Home.aspx B. Default.aspx C. Index.aspx D. Website.aspx