university of sunderland comm2q unit 2 comm2q lecture 6 his application building

15
University of Sunderland COMM2Q Unit 2 COMM2Q COMM2Q Lecture 6 Lecture 6 HIS Application Building HIS Application Building

Upload: lesley-merritt

Post on 04-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

COMM2QCOMM2QLecture 6Lecture 6

HIS Application BuildingHIS Application Building

Page 2: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

FormsForms

• Forms act as the user interface• They can be based on a query or form to display

information• They can be developed as menus

• Wizards vs. Design View• Wizards provide support for the developer• Their view of the finished form may not match yours• Understand how wizards achieve their results so that

you can change things when required

Page 3: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Dentist TableDentist Table

Page 4: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Patient TablePatient Table

Page 5: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Appointment TableAppointment Table

Page 6: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

ReportsReports

• Arguments against removing paper from the office

• There is a limit on how much can be shown at any one time

• Reading something on screen is more tiring than reading it on a printed page

• Paper provides a familiar and controllable format

Page 7: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Report SectionsReport Sections

Page 8: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Properties and the Properties and the ToolboxToolbox

Page 9: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Basic Systems Basic Systems DesignDesign

• The system should support the user

• The system should make sense

• The system should protect the user from making errors

• The system should minimise the workload

Page 10: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Controlling the Controlling the environmentenvironment

• What do you want the user to have access to

• Plan early, Implement once functionality is in place

• Addition/Removal of Button Bars

• Removal of the Default Menu

• Modification of Form Properties

Page 11: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Events/Triggers/ Events/Triggers/ DialoguesDialogues

• Event• An event is something that happens in the real world

that changes one or more of the entities in the system under consideration. It is the trigger which brings one or more of the processes into action - Deeks

• Dialogue• The exchange of instructions and information that

takes place between the user and a computer system - Preece

Page 12: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

MacrosMacros

• Allow for the automation of one or more actions

• Can be thought of as a restricted programming language

• Useful for common activities

• Event Macro Process/Action

Page 13: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Macro GroupsMacro Groups

Page 14: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Conditional Actions Conditional Actions (1)(1)

Page 15: University of Sunderland COMM2Q Unit 2 COMM2Q Lecture 6 HIS Application Building

University of Sunderland COMM2Q Unit 2

Conditional Actions Conditional Actions (2)(2)