Appointment Application Belinda Whitman CS 470. Background The client is a local outpatient therapy clinic specializing in upper extremity rehabilitation.

Slides:



Advertisements
Similar presentations
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Advertisements

1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
Utility SQL Bin (v3.3). Agenda  Purpose  Target User  Benefits  System Requirement  User Guide Introduction Navigation Add New SQL Add New Version.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Lesson 13 PROTECTING AND SHARING DOCUMENTS
Poking around Pixie. Pixie Overview of Pixie –System requirements Pentium III or higher Windows 2000/XP 256 RAM 100 MB hard disk space available 1024x768.
Automating Tasks With Macros
Michael Donovan, River Campus Libraries – 12/03 DocuShare Overview and Training.
This presentation contains the following: -the availability and need menu options -the add option Mark Smith.
CHAPTER © 2011 The McGraw-Hill Companies, Inc. All rights reserved. 11 Scheduling.
CodeMapper Prototype-2 Utpal Aradhye Noshaba Bakht Sharat Akula Francisco Landeras.
Ch2: Operating Systems Dr. Basel Mahafzah. What is an Operating System? An operating system (OS) is a collection of programs which initializes the hardware.
Access Tutorial 3 Maintaining and Querying a Database
I have lost all my vacation pictures due to memory card corruption. Can I get them back? I have accidently deleted some important Photos, Music files.
Howdy! Welcome to… How to zip a file in Windows. Navigation of lesson To navigate: Click on the arrows at the bottom right of each screen to move to previous.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
By Katharine Morton SOFTWARE AND EQUIPMENT FOR REHAB PLACES.
Access Tutorial 10 Automating Tasks with Macros
A Billiards Point of Sale Application Christopher Ulmer CS 470 Final Presentation.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Ch 26 & 27 User Interfaces.
Introduction to VB.NET Tonga Institute of Higher Education.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
How to create an animated GIF by using Aobe ImageReady CS بسمه احمد الغامدي.
ApexSQL Log Recover accidentally truncated, dropped or deleted data with or without transaction log or its backup. Recover data from un-attachable/corrupted.
CHAPTER © 2013 The McGraw-Hill Companies, Inc. All rights reserved. 3 Scheduling.
Microsoft Office 2013 ®® Access Tutorial 4 Creating Forms and Reports.
Some activities may not be enabled as part of the Kent School District network system.
Sundara Ram Matta Mar 02 nd, Sundara Ram Matta Mar 02 nd, 2015
Form and Graphical User Interfaces. Lesson plan More about queries More about entering data into a table Form.
Microsoft ® Office SharePoint ® SharePoint calendars II: Connect a SharePoint calendar to Outlook Sharjah Higher Colleges of Technology presents:
Tutorial 4 Creating Forms and Reports
Key Applications Module Lesson 21 — Access Essentials
Click on these! %2Fblank%2Fbrowse.asp%3FA%3D383%26BMDRN%3D2000%26BCOB%3D0% 26C%3D64893.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
Courselist Project Automated Graduate Student Information System Final project for CS 3354.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 10 1 Microsoft Office Access 2003 Tutorial 10 – Automating Tasks With Macros.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
A Total Hospital Management System Developed & Marketed by : SWASTIN TECHNOLOGIES (P) LTD. Web Site – Marketed by : [The.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
Consultant Presentation Group B5. Presentation Outline Introduction How to design by Group A5 Future Data Structure Interface Future Conclusion.
When the program is first started a wizard will start to setup your Lemming App. Enter your company name and owner in the fields designated “Company Name”
THE SOLUTION TO ELECTRONIC PATIENT MANAGEMENT AND REPORTING. THIS PROGRAM DIRECTLY RESPONDS TO THE INSURANCE INDUSTRIES COMPUTER SYSTEMS. Medical Report.
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
Form and Graphical User Interfaces. Lesson plan More about queries More about entering data into a table Form.
Waste Management Inspection Tracking System (WMITS)
1 BCS 4 th Semester. Step 1: Download SQL Server 2005 Express Edition Version Feature SQL Server 2005 Express Edition SP1 SQL Server 2005 Express Edition.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Today We Will Review: Operating Systems (Windows) (week 3 & 4) Starting up MS Windows Desktop and its contents Functions of the desktop components Brain.
EduGeek Logon Tracker Next generation user tracking.
Sibling Group Icon. The following graphics are designed to help you to navigate through this Computer Based Training. The navigational guides require.
Applying References and Hyperlinks
Lesson 13 PROTECTING AND SHARING DOCUMENTS
Training Guide for Residents
Application Extension 10a
Lawn Care Management System
Microsoft Access 2013 Bobby Wan.
11 Scheduling.
What is TimeForce?. What is TimeForce? The above address is what you will use in order to access the Time and Attendance.
Developing Forms and Subforms.
The Online Smith Family Recipe Program
Lesson 13 PROTECTING AND SHARING DOCUMENTS
Epic Basic Appointment Scheduling Patient Preferences
File Stream and Team Drives
Chapter 7 Advanced Form Techniques
Epic Quick Appointment Scheduling
1. Select tools 2. From the dropdown menu choose Internet Options.
Windows 7                      .
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
Presentation transcript:

Appointment Application Belinda Whitman CS 470

Background The client is a local outpatient therapy clinic specializing in upper extremity rehabilitation. There are 7 occupational therapists and one physical therapist. The clinic works with various physicians around town who refer patients. Currently receptionist receives all new appointments.

Goals  To automate the appointment system for a local outpatient therapy clinic.  To give the clinic the ability to track patients on a small scale. Purpose  To manage schedules for therapists  To allow quick access to patient, employee, or referring doctor information.  To create a graphical interface to an appointment database that is easy to use without the knowledge of SQL.

Why Create a GUI? Client has limited knowledge of Microsoft Access. Appointment Table difficult to read without the use of SQL. Most users love to click!

Methodology Prototyping method  Interview process  Several Mock ups created  Process is still ongoing Visual Basic 6.0 and Microsoft Access 97

Data Files Relational Database containing five tables  Doctor  Patient  Therapist  Appointment  Login

Data Model

Preliminary Mock Up

Application Design ActiveX Data Objects made the process of searching, adding and updating tables easier. Main window allows the user to double click an appointment “cell” to enter a new appointment. Double click a “cell” with an appointment, an edit window will open and allow the user to edit or delete the appointment.

Application Design Calendar control. Clock with current time. Currently each cell is only able to show one appointment. This will change (probably not before demo day). The user has the option to edit (which includes delete), add, and search each table from the specified menu.

Final Main Screen

System Specification Microsoft Access 97 or higher Visual Basic 6.0 Windows 95, 98, 2000 or XP Pentium 32 MB RAM 20 MB Hard Drive Space

Conclusion Creation of an appointment application that will be used by a local outpatient clinic. I have gained extensive knowledge of prototyping, working with a client, and my own patients. The potential growth for this project is possible beyond this class, but remains to be seen.

Lessons Learned Clients can be easy and difficult to work with. Do not underestimate the project. Even what appears to be a simple project can turn evil Most important lesson of all... Do not take 470 and 401 together in the same semester. Especially during a semester you choose to take 18 credit hours!

Thank you! Questions? (I’m sure there will be!)