Automated Medical Patient Evaluation System - Phase 2 Design Report

Size: px
Start display at page:

Download "Automated Medical Patient Evaluation System - Phase 2 Design Report"

Transcription

1 Automated Medical Patient Evaluation System - Phase 2 Design Report Team Number Dec02-01 Date Submitted 4/23/2002 Client Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors R. Patterson III J. Lamont Team Members Janna Hora Logan Kahler Yuk-Chiu Luk Hui-Juan Sim

2 Table of Contents List of Figures...ii List of Tables...iii List of Tables...iii 1 Abstract Introduction General Background Technical Problems Operating Environment Intended Users and Uses Assumptions and Limitations Design Requirements Design Objectives Functional Requirements Create New Templates Design Constraints System Constraint User Interface Constraint Measurable Milestones Repair Bugs in Original Software Add Additional Features To Original Software Add Additional Templates Add Additional Users Develop Template Creation and Editing Software End Product Description Technical Approach and Design Introduction Template Generation Software Graphical User Interface Function Descriptions Output Description Testing Description Template Generator Interface Tests Risk and Risk Management Financial Budget Personal Effort Budget Project Schedule Project Team Information Summary References...30 i

3 List of Figures Figure 1: Flow Chart...9 Figure 2: Templates Screen...10 Figure 3: Section Screen...11 Figure 4: Questions Screen...12 Figure 5: Question Screen...13 Figure 6: Answers Screen...14 Figure 7: Copy Template Screen...15 Figure 8: Copy Section Screen...16 Figure 9: Copy Question Screen...17 Figure 10: Semester One Gantt Chart...27 Figure 11: Semester Two Gantt Chart...28 ii

4 List of Tables Table 1: Template Generator Interface Tests...23 Table 2: Financial Budget...26 Table 3: Personal Effort...26 iii

5 1 Abstract Currently, the doctors at McFarland Clinic record patient examination data by hand which is then voice recorded. The doctor s recordings are typed by an outside expensive source and placed into the patient s file several days later. The client, a doctor, would like to reduce the time, effort, and cost needed to produce a patient visit record. The previous team developed software to provide a way to automate the process of the doctor recording the patient s data, illness, symptoms, and treatment, and then print a record of the patient s visit soon after the examination. In this phase of the project, the client doctor will test the software, and the team will make revisions and improvements. Additional software will be developed to allow medical staff to modify or add additional diagnoses templates easily, expanding the system to accommodate additional doctors and medical specialty areas. 1

6 2 Introduction 2.1 General Background The Automated Medical Evaluation System Phase 2 involves improving upon the software already developed to record daily patient visits. The software developed by the previous team is designed to be used by a doctor while examining patients to quickly record patient s answers to common questions associated with a particular illness that is selected and the doctor s assessment and treatment plan. The current software developed by the previous team implements the basic features requested by Dr. Carlyle using the S.O.A.P. (subjective, objective, assessment, plan) format. The software requires the user to login with a username and password. Once authorized the software prompts the user for information about the patient. After general patient information is entered the user is presented with a choice of illnesses to select. Based on which illness is selected the software will display a form containing the appropriate questions and fields for the selected illness. Once the examination is complete and the form has been filled out the user can review the report and then print it to a printer. In addition to the existing software, a software tool will be developed to aid in the creation and modification of templates. This project s goal is to further test the existing software produced by the previous group along with improving it by making changes to the existing code and adding new features suggested by the previous team and the client. 2.2 Technical Problems The Automated Medical Evaluation System shall continue to be developed for the Microsoft Windows platform using the Microsoft Visual Basic development system. Any new assisting applications will also be developed in Microsoft Visual Basic for consistency. The Automated Medical Evaluation System will require that the Microsoft Windows-based computer, that it is run on, have a Windows compatible printer installed that is either connected locally or through a network connection in order to print the forms. 2

7 The Microsoft Windows-based computer that the Automated Medical Evaluation System is run on may require a network connection if it is decided that the login and template information is to be stored on a central server. This will also be required if the printer is available on a separate computer also on the network. The Automated Medical Evaluation System is required to work with a variety of different input devices, which includes a touch screen monitor, a standard keyboard and a standard computer mouse. 2.3 Operating Environment Security is also a concern since the computer on which the Automated Medical Evaluation System and the template creation and modification software that is used may be unattended and available to a patient while in an evaluation room waiting for a doctor. 2.4 Intended Users and Uses The Automated Medical Evaluation System will be used primarily by doctors while in an evaluation room examining a patient. Along with doctors, a secondary user might be a nurse that would need to use the software to add and maintain templates and initial data entry such as a patient s name and date of birth. The first user of the software will be Dr. Carlyle at the McFarland clinic, however, other doctors at the clinic will eventually use the software as it is refined and more templates are developed. 3

8 2.5 Assumptions and Limitations Assumptions for this project are as follows: 1. The previous team s code is complete as far as their final report states. 2. Dr. Carlyle has had a chance to look over the existing software and has developed ideas for improvements and changes to be made. 3. Computer hardware, such as networking and printers, is already in place at the clinic. 4. Computer software, such as a Microsoft Windows, is already in place at the clinic. 5. Dr. Carlyle will provide any medical related information that may be needed. Limitations for this project are as follows: 1. Dr. Carlyle s schedule limits the availability of meeting times and increases the amount of time that it will take to schedule meetings. 2. Some members of the team may not be experienced with the Microsoft Visual Basic development system and other technologies and techniques used by the previous team. 3. Questions of motivation behind certain design choices of previous team may be difficult to ascertain due to the limited availability of previous team members. 4. Specifics of the clinic s hardware and software setup are unknown at this time. 4

9 3 Design Requirements 3.1 Design Objectives An automated medical software package will be developed that will allow users to enter the information gathered during an examination. This will include the ability to add information about physical examinations and create and store new illness templates. 3.2 Functional Requirements Support Testing by Dr. Carlyle Dr. Carlyle will need to perform tests upon the newly developed software to ensure that it is meeting his requirements. This will need to be done on a regular basis so correct software can be developed Create New Templates Creation of new illness and physical examination templates will be done through graphical user interfaces, that will be developed, that will allow the user to enter information regarding specific illnesses or a physical examination. 3.3 Design Constraints System Constraint Software must run on a Microsoft Windows system with a 10 or a 17 monitor. It must also be capable of utilizing touch screen technology User Interface Constraint Graphical user interfaces must be user friendly and easily used by users with minimal computer skills. 5

10 3.4 Measurable Milestones Repair Bugs in Original Software Repairs to original software will include any code changes to fix any problems found by Dr. Carlyle as needed. These may include, but are not limited to, repairs to existing installation software, and repairs to existing printing format. Successful completion of bug repairs to the original software will result in software that operates correctly and to Dr. Carlyle s satisfaction Add Additional Features To Original Software New features, requested by Dr. Carlyle, will be added to original software. This may include, but is not limited to, changes in the existing templates. Successful addition of new features to the existing software will result in improved software that meets the needs of Dr. Carlyle, as specified Add Additional Templates New templates will be created upon receiving specifications from Dr. Carlyle. This may include, but is not limited to, creation of physical and illness templates. Successful creation of additional templates will require that templates fully function with the existing software Add Additional Users New users will be added as needed Develop Template Creation and Editing Software Software to create and edit illness templates will be developed so that the clinic staff may create their own illness templates at their own convenience. Successful development of the template creation software will include a program that is easily usable by anyone with limited technical background. 6

11 4 End Product Description Phase two of the Automated Medical Patient Evaluation System project will take the software one step further to include more capabilities. New external software will be developed that is able to create, copy, edit, store, and delete an illness template. If a user chooses to create a new template they will be able to chose from a list of previous template questions or create a new template question. The user will also be able to edit and delete questions from the template that they are working on. If the user chooses to create a new question they will be guided through a series of steps necessary for question creation. All questions will need to have a label and input type. Some questions may require multiple answers. Once the template has been created it can be stored and will appear in the list of current templates. If the user chooses to copy a template they will be required to rename the copied template. Physical examination templates will also be developed. The user should also be able to input data for multiple illnesses for a single patient and be able to do template folding, which is the ability to hide unnecessary template information as needed. In addition to that, the user interface will be upgraded to become user-friendlier, and user will get to choose to print to a printer other than the default selection. 7

12 5 Technical Approach and Design 5.1 Introduction In the following sections the technical approach and design of the template generating software are discussed in detail. The template generating software shall have two main functions, creating and modifying templates to be used within the Automated Medical Patient Evaluation System, which will be described in detail. The testing requirements associated with the template generating software also will be discussed. This shall include a list of subcomponents that will require testing to ensure the correct functionality of the end product. Certain risks are associated with design, these risks will also be discussed in detail. 5.2 Template Generation Software The template generation software shall be used by the clinic staff to create and modify medical evaluation templates compatible with the Automated Medical Patient Evaluation System. The software shall facilitate creation and modification of templates with minimal technical knowledge. 5.3 Graphical User Interface The graphical user interface is a key component to the success of the template Generation Software. Designed correctly, the graphical user interface should provide a natural organization and flow to direct the user through the proper order of steps to create a medical evaluation template. The flow of the graphical user interface for the template Generation Software takes the user from the most general information and moves toward specific information. Specifically, the user follows the steps specified in the flow chart 8

13 Figure 1: Flow Chart 9

14 Templates Screen The Templates Screen (Figure 2) is the first screen the user encounters. This screen contains the following objects:? The existing template list contains all the medical evaluation templates that are available for modification and copying.? The create button allows the user to create a new empty template.? The copy existing button allows the user to copy an existing medical evaluation template that is selected from the existing templates list. The copied medical evaluation template is not allowed to have the same name as any other existing template, including the template from which it was copied. When copying a medical evaluation template the user will be prompted to provide a new name.? The modify button allows the user to open an existing medical evaluation template, selected in the existing template list, to be modified.? The remove button allows the user to remove an existing medical evaluation template selected in the existing template list.? The exit button allows the use to exit the template generation software. Figure 2: Templates Screen 10

15 Sections Screen Once a medical evaluation template has been selected for modification, or a new medical evaluation template has been created, the section screen (Figure 3) is displayed. This screen contains the following objects:? The existing sections list displays a list of sections that have been defined within the current template.? The create button allows the user to create a new empty section.? The copy existing button allows the user to copy an existing section from either the current medical evaluation template or from any other existing medical evaluation template.? The modify button allows the user to open a section, selected in the existing sections list, to add, remove and modify questions within that section.? The remove button allows the user to remove the section, selected from the existing sections list, from the medical evaluation template.? The exit button allows the user to return to the templates screen. Figure 3: Section Screen 11

16 Questions Screen Once a section has been selected for modification the questions screen (Figure 4) is displayed. This screen has the following objects.? The existing questions list displays a list of questions that have been defined within the current section.? The create button allows the user to create a new question.? The copy existing button allows the user to copy an existing question from either the current medical evaluation template or from any other existing medical evaluation template.? The modify button allows the user to edit the properties of the selected question in the existing questions list.? The remove button allows the user to remove the question, selected from the existing questions list, from the section.? The exit button allows the user to return to the sections screen. Figure 4: Questions Screen 12

17 Question Screen Once a question is created or selected for modification the question screen (Figure 5) is displayed. The question screen has the following objects:? The question title field allows the user to enter the title for the question that is displayed in the Automated Patient Medical Evaluation System.? The question types options allow the user to select the type of question with the aid of a visual corresponding to each question type.? The answers button allows the user to specify the answers for multiplechoice questions if selected.? The save button allows the user to save the changes she or he have made to the question.? The exit button allows the user to return to the questions screen. Figure 5: Question Screen 13

18 Answers Screen If a question is a multiple-choice type, the possible answers must be defined. If the answers button is clicked, while creating a multiple-choice question, the answers screen (Figure 6) is displayed. This screen contains the following objects:? The existing answers list displays a list of questions that have been defined within the current question.? The create button allows the user to create a new answer.? The copy existing button allows the user to copy an existing answer from either the current medical evaluation template or from any other existing medical evaluation template.? The modify button allows the user to edit the properties of the selected answer in the existing answers list.? The remove button allows the user to remove the answer, selected from the existing answers list, from the section.? The exit button allows the user to return to the question screen. Figure 6: Answers Screen 14

19 Copy Template Screen When a template is copied from an existing medical evaluation template, the copy template screen (Figure 7) is displayed. This screen has the following objects:? The name field allows the user to enter a new name for the copy medical evaluation template.? The copy button performs the copy using the new name specified in the name field. If a name is not specified an error message shall be displayed.? The cancel button allows the user to abort the copy and return to the templates screen. Figure 7: Copy Template Screen 15

20 Copy Section Screen When a section is copied from an existing section the copy section screen (Figure 8) is displayed. This screen has the following objects:? The existing sections list displays all possible sections to be copied. This includes both sections from the current medical evaluation template and sections from all other available medical evaluation templates.? The copy button performs the copy action.? The cancel button allows the user to abort the copy and return to the sections screen. Figure 8: Copy Section Screen 16

21 Copy Question Screen When a question is copied from an existing question, the copy question screen (Figure 9) is displayed. This screen has the following objects:? The existing questions list displays all possible questions to be copied. This includes both questions from the current medical evaluation template and questions from all other available medical evaluation templates.? The copy button performs the copy action.? The cancel button allows the user to abort the copy and return to the questions screen. Figure 9: Copy Question Screen 17

22 5.4 Function Descriptions To accomplish the tasks that the template generation software must be capable of performing, a set of functions must be defined that perform these tasks. Read medical evaluation template from disk Public Function ReadTemplate(strName As String) As Boolean This function will take the name of an existing template as a string parameter and load the template information into memory. If this function is unable to load the medical evaluation template from the disk, the function will return a Boolean false. If the medical evaluation template is loaded successfully, the function will return a Boolean true. Write medical evaluation template to disk Public Function WriteTemplate(strName As String) As Boolean This function will take the name of a template, as a string parameter, that need not already exist and will write the template information from memory to the disk. If the write operation is for any reason unsuccessful, the function will return a Boolean false. If successful, the function will return a Boolean true. Copy medical evaluation template to disk Public Function CopyTemplate(strSouce As String, strdestination As String) As Boolean In order to copy an existing template to a separate file, this function will take two string parameters. These parameters will specify the source and the destination template names. If the source does not exist, and thus the copy process fails, the function will return a Boolean false. If the copy process is successful the function will return a Boolean true. 18

23 Remove medical evaluation template from disk Public Function RemoveTemplate(strName As String) As Boolean This function will take the name of a template, as a string parameter, that is to be removed. If the template specified by the parameter does not exist, the removal process will fail and the function will return a Boolean false. If the removal process is successful the function will return a Boolean true. Read section information from current template Public Function ReadSection(strName As String) As Section This function will take the name of a section, as a string parameter, that exists in the current template loaded in memory and return a section structure containing the section s information. Write section information to current template Public Function WriteSection(Source As Section, Optional strparentsection As String) As Boolean This function will take a section structure as a parameter and adds the information to the current template loaded in memory under the parent section if specified. If the parent section is not specified, the section is added at the top level. If the function is unsuccessful, the function will return a Boolean false. If the function is successful it, will return a Boolean true. Copy section information from template Public Function CopySection(strSourceTemplate As String, strsourcesection As String, strparentsection As String) As Boolean This function will take both the name of the source template and the name of the source section, within that template, as string parameters. The section, with sub-sections and questions contained within, specified by the source will be copied to the current template loaded in memory under the parent section if specified as a parameter. If no parent section is specified, the section will be added at the top level. If the source template or source section does not exist, the function will return a Boolean false. If the copy process is successful, a Boolean true will be returned. 19

24 Remove section from template Public Function RemoveSection(strName As String) As Boolean This function will take the name of the section to be removed as a string parameter. If the section does not exist, the function will return a Boolean false. If the section removal process is successful, then the function will return a Boolean true. Read question properties to current section Public Function ReadQuestion(strSection As String, strquestion As String) As Question This function will take the name of a question and the section in which it resides as string parameters and return a question structure containing the information associated with the question. Write question properties to current section Public Function WriteQuestion(strSection As String, Source As Question) As Boolean This function will take a question structure, containing the question information to be written, and a string parameter specifying the section the question belongs in and adds the question to the current template loaded in memory. If the function is for any reason unsuccessful, the function will return a Boolean false. If the function successfully writes the question, a Boolean true is returned. Copy question information from template Public Function CopyQuestion(strSourceTemplate As String, strsourcesection As String, strsourcequestion As String, strdestinationsection As String) As Boolean This function takes four string parameters specifying the source template, source section, and source question and destination section. The question specified will be copied to the destination section within the current template 20

25 loaded in memory. If the function is unsuccessful, it will return a Boolean false otherwise, it will return a Boolean true. Remove question from current section Public Function RemoveQuestion(strSection As String, strquestion As String) As Boolean This function takes two string parameters that specify the question and the section in which it is contained. If successful, the function will remove the specified question and return a Boolean true. If unsuccessful, the function will return a Boolean false. Get list of sections in current template Public Function GetTemplateSections() As String() This function will return a list of the top level sections contained in the current template loaded in memory. Get list of sub-sections in section Public Function GetSubSections(strSection As String) As String() This function will return a list of sub-sections contained within the section specified by the string parameter. The section specified must exist within the current template loaded in memory. Get list of questions in section Public Function GetQuestions(strSection As String) As String() This function will return a list of sub-sections contained within the section specified by the string parameter. The section specified must exist within the current template loaded in memory. 21

26 5.5 Output Description Phase two of the Automated Medical Patient Evaluation System project will include the creation of new software called the template generator. The output of the template generator will be a new template. The new template will be an XML file formatted according to the previous team s example. Each template will have a name and will include the subjective, objective, and treatment plan parts of the SOAP analysis. 5.6 Testing Description In order to ensure that software functionality meets the expectations of Dr. Carlyle. The software has to be completed ahead of time to allow adequate time for Dr. Carlyle to test the software. Fully functional testing will be needed to make sure the template generator functions properly. The template generator allows user to create, copy, modify or remove an existing template. The template generator will make changes on the existing template by changing the contents of the different sections Template Generator Interface Tests Tester: Date: Time: The purpose of these tests is to make sure the template generator is able to display all the existing templates. They also determine if all the functions of template generator are working as expected. 22

27 Table 1: Template Generator Interface Tests Test Expected Results Actual Results Template Generation Interface Open the template All the existing templates generation program. are displayed. Click on the Create By clicking on the Create button. button, the program jumps to a new interface that list all the existing Select one of the existing templates, and press the Copy Existing button. Select one of the existing templates, and press the modify button. Select one of the existing templates from the list, and click the Remove button. Click on the Exit button. Sections Interface Click on the Create button. Click on the Copy Existing button. Click on the Modify button. Select one of the sections, and click the Remove button. Click on the Exit button. sections in the Sinusitis. The program jumps to another interface that ask the user the give the name of the new template. The program jumps to another interface that list all the existing sections in the template, which the user selected. The template that selected by the user is removed from the existing template list. The program exits. The program jumps to the Question for Section Subjective Screen. Jumps to the Copy Section Screen. The program jumps to the Question for Section Subjective Screen. The section selected is removed from the section list. Exit from the Section interface and back to the Template Generation Screen. Questions for Section Subjective Interface Click on the Create Jumps to the Question button. Screen. 23

28 Click on the Copy Existing button. Select one of the questions, and click the Modify button. Select one of the questions, and click the Remove button. Click on the Exit button. Question Interface Enter an name in the Question Title section. Select question type by select one of the three question types: Multiple Choice, Fill in The Blank and Check Box. Click on the Answer button. Click on the Save button. Click on the Exit button. Copy Template Interface Given an name different to the template and click Copy button. Click on the Cancel button. Copy Section Interface Select any sections from the list and click Copy button. Click on the Cancel button. Jumps to the Copy Question Screen. Jumps to the Question Screen and the name of the question that selected by the user is displayed on the Question Title section. The question that selected by the user is removed. Exit from the Question interface and back to the Sections screen. The name displays as entered. The question should be the same as selected. Jump to the Answer screen. The question is saved. The interface is exited and back to the Questions for Section Subjective screen. The new template is copied. The action is cancel and exit to the Template Generation Screen. The section is copied and back to the Section Interface. The action is cancel and exit to the Section Interface. 24

29 Copy Question Interface Select any questions from the list and click Copy button. Click on the Cancel button. Answers for Question Interface Click on the Create button. Click on the Copy Existing button. Select one of the answers, and click on the Modify button. Select one of the answers, and click the Remove button. Click on the Exit button. The question is copied and back to the Question Interface The action is cancel and exit to the Question Interface. The user can typed in an new answer and an new answer is created. Jump to the Copy Answer Interface. Jump to the Modify Answer Interface. The answer is removed. The interface is exited and back to the Question Interface. 5.7 Risk and Risk Management Because Dr. Carlyle is very busy, the group was only able to meet with him once during the planning of the design. To avoid the risk of Dr. Carlyle not being satisfied with the end product the group had planned ahead and had clear, unambiguous questions for Dr. Carlyle ready before the meeting. Another risk that the team faced was when the program developed by previous team could not be installed into Dr. Carlyle s computer. It was feared that the difficulty with installation might have been an unsolvable problem. However, after some inspections and tests were done by a couple of the group members, it was found that the installation file was the problem. After continued testing they were able to create a working installation CD. A risk associated with continued work with the templates as designed by the previous team is a lack of familiarity with XML. The impact of this may be reduced if group members familiarize themselves with XML before coding. 25

30 6 Financial Budget Table 2: Financial Budget Item Estimated Cost Actual Cost Poster $50 $30 Copying & Binding $30 $10 CDs $15 $0 Total $95 $40 The financial budget can be broken down into three major sections poster, copying & binding, and CDs. Materials and the cost of production was taken into consideration for the overall cost of the poster. An estimated number of pages and cost for binding was taken into consideration for copying and binding. To determine the overall cost of CDs, prototypes and test CDs were taken into consideration. 7 Personal Effort Budget Table 3: Personal Effort Personnel Logan Kahler Meeting Time Individual Work Estimated Effort (hours per semester) Janna Hora Yuk-Chiu Luk Hui-Juan Sim Total estimated effort Actual Effort (hours per semester) The total number of hours per semester per person was calculated by taken the number of meetings scheduled throughout the semester, which is estimated to be two hours per week for sixteen weeks, along with the individual tasks that need to be accomplished outside of each meeting, which is estimated to be three hours. Logan Kahler was selected as the team captain and Janna Hora was selected as the communication coordinator. Therefore, the estimated effort for 26

31 Logan and Janna is somewhat higher than Yuk-Chiu s and Hui-Juan s estimated effort due to the extra responsibilities that are associated with those titles. 8 Project Schedule To determine the overall project schedule the required tasks that need to be accomplished were taken into consideration. Then an estimated number of hours were calculated for each task. Tasks include, but are not limited to, writing documents, developing new template creation and modification software, expanding on original software, repairs to original software, and testing the software. Jan Feb Mar Apr Task Project Plan Preparing Unbound Revising Project Posting Project Poster Designing Poster Printing Poster Design Report Preparing Unbound Revising Design Posting Design Expected = Actual = Figure 10: Semester One Gantt Chart 27

32 Task Presentation Preparing Presentation Aug Sept Oct Nov Dec Revision of Existing Software Repairs Testing Repairs Addition of New Features Testing New Features Designing New Templates Testing Templates Creation of New Software Coding Creation Routines Testing Creation Routines Coding Modification Routines Testing Modification Routines Final Report Preparing Unbounded Report Revising Final Report Posting Report to Web Regional Industrial Panel Presentation Preparing Presentation Figure 11: Semester Two Gantt Chart 28

33 9 Project Team Information Team Members: Janna Hora 4733 Toronto St #101 Ames, IA (515) CpE Yuk-Chiu Luk 133 University VLG Apt A Ames, IA (515) dluk@iastate.edu CpE Logan Kahler 4335 Maricopa Dr. #2 Ames, IA (515) logan@iastate.edu CpE Hui-Juan Sim 218 North Hyland Ave Apt. #302 Ames, IA (515) vkijenn@iastate.edu CpE Client: Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors: Dr. John Wm. Lamont Iowa State University Department of Electrical and Computer Engineering 324 Town Engineering Ames, IA (515) FAX: (515) jwlamont@iastate.edu Prof. Ralph E. Patterson, III Iowa State University Department of Electrical and Computer Engineering 326 Town Engineering Ames, IA (515) FAX: (515) repiii@iastate.edu 29

34 10 Summary Updating patient medical records at the local McFarland Clinic is currently a costly, time-consuming process. The current software developed by the previous team implements the basic features needed in an automated medical evaluation system. The team shall improve upon the previous team s efforts by expanding on the current software to save doctors time and money. The team will repair the original software, add new features to original software, add new templates, and create new software tool to create and modify templates. 11 References Automated Medical Software Final Report, Dec01-03 Team Senior Design Website Current Projects, 30

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

APPLIANCE POWER CONSUMPTION PROJECT PLAN

APPLIANCE POWER CONSUMPTION PROJECT PLAN APPLIANCE POWER CONSUMPTION PROJECT PLAN May 02-04 October 9, 2001 Client: Herb Harmison Advisors: John Lamont Ralph Patterson Team: Stephen Woerdehoff Paul Jonak Yohan Blount Jason Muehlmeier Table of

More information

Observatory Automation

Observatory Automation Observatory Automation Project Plan Project ongo02e February 12, 2001 Client: ISU Physics Department Advisor: Dr. J. Basart Team Members: Shahril Abdullah Justin Doyle Derek Halverson Jeff Rastrelli Rob

More information

Bluestone Bridge Family User Guide Desktop-Version 2.0

Bluestone Bridge Family User Guide Desktop-Version 2.0 The Bluestone Bridge is a secure online communication tool that allows members of a patient s care team (family, nursing staff, provider team, home health or hospice agency, etc.) to exchange medically

More information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information What is New in MyChart? On August 26th, we will be upgrading and changing the look and feel to our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when

More information

The Patient Communicator (Sending patient messages & reminders)

The Patient Communicator (Sending patient messages & reminders) The Patient Communicator (Sending patient messages & reminders) Overview The Patient Communicator is used for sending messages and reminders to patients. These messages may be automated and sent in batch

More information

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant Personal Health Assistant Ishmael Smyrnow Kevin Morillo James Redway CSE 293 Final Report Table of Contents 0... 3 1...General Overview... 3 1.1 Introduction... 3 1.2 Goal...3 1.3 Overview... 3 2... Server

More information

Requirements engineering

Requirements engineering engineering Chapter 4 1 Engineering in the textbook 4.1 Functional and non-functional 4.2 The software document 4.4 engineering processes 4.5 elicitation and analysis 4.3 specification 4.6 validation 4.7

More information

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design Senior Design Parts, Expense, and Inventory Tracker Project Plan Project Number: Dec03-02 Client: Iowa State University senior design Faculty Advisors Professor John W. Lamont and Professor Ralph E. Patterson,

More information

Tracker Enhancements Highlights [Tracker eservices] [Reporting] [Admin] [Clinical] [Tword] [Ortho]

Tracker Enhancements Highlights [Tracker eservices] [Reporting] [Admin] [Clinical] [Tword] [Ortho] Tracker 11.28 Enhancements Highlights [Tracker eservices] [Reporting] [Admin] [Clinical] [Tword] [Ortho] 1110 Finch Ave. West, Suite 600 Updated Videos! Check out http://bridge-network.com/videos/ for

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Network Technology

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Network Technology COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: Computer Systems and Network Technology COURSE

More information

CENTRALIZED DEPARTMENTAL PRINTING

CENTRALIZED DEPARTMENTAL PRINTING Dec 10 th, 2003 CENTRALIZED DEPARTMENTAL PRINTING Malik S. Khan UNISYS Scholar 2003/04 Rutgers University Mechanical Engineering Outline Motivation for Project Present System Analysis Proposed System /

More information

Event Management Systems (EMS)

Event Management Systems (EMS) Event Management Systems (EMS) http://calendar.lamission.edu Table of Contents A. How to create an Event Management Systems account page 2 3 B. How to Request Available Space page 4 11 C. Edit or Cancel

More information

Prototype Parking Metering System Phase 2

Prototype Parking Metering System Phase 2 Prototype Parking Metering System Phase 2 Design Report DEC 04-02 Client Doug Houghton Captain Department of Public Safety Iowa State University Advisors Dr. John Lamont, EE/CprE Prof. Ralph Patterson

More information

THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW

THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW Dianne Davis Fishbone Interactive Gordon Tait Department of Surgery, University of Toronto Cindy Bruce-Barrett Strategic

More information

Student Guide to Neehr Perfect Go!

Student Guide to Neehr Perfect Go! Student Guide to Neehr Perfect Go! I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to Neehr Perfect... 6 VI. Activities... 6

More information

Chapter 8 Software Testing. Chapter 8 Software testing

Chapter 8 Software Testing. Chapter 8 Software testing Chapter 8 Software Testing 1 Topics covered Introduction to testing Stages for testing software system are: Development testing Release testing User testing Test-driven development as interleave approach.

More information

Portsmouth. July to Sept Online courses. Quarterly schedule July to Sept Customer Service Office

Portsmouth. July to Sept Online courses. Quarterly schedule July to Sept Customer Service Office July to Sept. 2017 July to Sept. 2017 2017 Classroom Day(s) Aug. 30 Ergonomics: Basic Principles 1.0 Day Sept. 12 First Aid in the Workplace 1.0 Day Sept. 27 Lockout/Tagout and Safety-related Work Practices

More information

PSR/BSR Touchworks Training

PSR/BSR Touchworks Training PSR/BSR Touchworks Training A guide to Sharp Rees-Stealy s Ambulatory Electronic Health Record (EHR) 1 Table of Contents Schedules... 3 The Floating Clinical Tool Bar... 5 Patient Banner Bar... 8 Patient

More information

NoteSwift for Aprima

NoteSwift for Aprima NoteSwift for Aprima Tips and T ricks to get the Most out of Your EHR NoteSwift 4989 Peachtree Parkway Peachtree Corners, GA 30092 www.noteswift.com 07/30/2013 1 NoteSwift for Aprima NoteSwift for Aprima

More information

Vision Extended Care Fax Solution

Vision Extended Care Fax Solution Vision 3 Vision Extended Care Fax Solution In Practice Systems Ltd Table of Editions and Contents Date Version Contents Output 05/06/2009 0001 Savience Fax Solution and WIC/UPC Guidelines and Reports.

More information

Project Omniglean. Team: Faculty Advisor: Dr. Mitra. Kenny Trytek Abby Birkett Joe Briggie Derek Woods

Project Omniglean. Team: Faculty Advisor: Dr. Mitra. Kenny Trytek Abby Birkett Joe Briggie Derek Woods Project Omniglean Team: Kenny Trytek Abby Birkett Joe Briggie Derek Woods Faculty Advisor: Dr. Mitra Revision Date Author(s) Change 0.1 10/02/2010 KT, AB Initial document creation 0.5 10/06/2010 KT, AB,

More information

WW0BYLS EXAMINATION HANDBOOK

WW0BYLS EXAMINATION HANDBOOK WW0BYLS EXAMINATION HANDBOOK Overview Examinations at the Law School are given during a period (normally two weeks) at the end of the term. All papers assigned during the term, and all papers submitted

More information

CMPE 280 Web UI Design and Development

CMPE 280 Web UI Design and Development San José State University Department of Computer Engineering CMPE 280 Web UI Design and Development Section 2 Fall 2018 Course and Contact Information Instructor: Ron Mak Office Location: ENG 250 Email:

More information

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network Table of Contents Overview... 2 Patient Privacy Policy & Access... 3 User Levels... 5 User Homepage... 7 Common...

More information

Transform your Microsoft Project schedules into presentation reports with Milestones Professional.

Transform your Microsoft Project schedules into presentation reports with Milestones Professional. Transform your Microsoft Project schedules into presentation reports with Milestones Professional. KIDASA Software s Milestones Professional offers a direct interface to Microsoft Project, making it easy

More information

Incident Training Guide

Incident Training Guide Incident Training Guide Using the Main Application V1.4 (Non WHS Unit User) WHS Version Control Document Title: Incident Training Guide using the Main Application Document Issue: Version 1.4 Date Issued:

More information

NextGen Practice Management Appointment Scheduling Guide. Version 5.8

NextGen Practice Management Appointment Scheduling Guide. Version 5.8 NextGen Practice Management Appointment Scheduling Guide Version 5.8 Copyright 1994-2013 NextGen Healthcare Information Systems, LLC. All Rights Reserved. NextGen and NextPen are registered trademarks

More information

New User s Guide

New User s Guide 2010-2011 New User s Guide Nurse Web-Log This user s guide is designed for new users of the Nurse web-log. Please use this information to help you during your initial usage of the log. This guide should

More information

Regions OnePass USER GUIDE. It s time to expect more. Regions Bank Member FDIC Revised

Regions OnePass USER GUIDE. It s time to expect more. Regions Bank Member FDIC Revised Regions OnePass USER GUIDE It s time to expect more. Regions Bank Member FDIC Revised 051616 User Guide Table of Contents Section I. Regions OnePass Basics 3 What Is Regions OnePass? 3 Minimum Browser

More information

Provider Directory Training Guide ProviderMatch January 2018

Provider Directory Training Guide ProviderMatch January 2018 1 Provider Directory Training Guide ProviderMatch January 2018 Logging In Open a browser and navigate to pma.kyruus.com to reach the login page 2 Logging In Enter your email address (username) in the Email

More information

CMPE 280 Web UI Design and Development

CMPE 280 Web UI Design and Development San José State University Department of Computer Engineering CMPE 280 Web UI Design and Development Section 2 Spring 2019 Course and Contact Information Instructor: Ron Mak Office Location: ENG 250 Email:

More information

INSPIRE. User Screen Guide: MST, Administrative

INSPIRE. User Screen Guide: MST, Administrative INSPIRE User Screen Guide: MST, Administrative The EPISCenter is a project of the Prevention Research Center, College of Health and Human Development, Penn State University, and is funded by the Pennsylvania

More information

Personal Information. New Profile Icon

Personal Information. New Profile Icon What is New in MyChart? On December 8th, we will be upgrading our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when you sign into your MyChart account.

More information

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1 INFORMATION TECHNOLOGY SPREADSHEETS Part 1 Page: 1 Created by John Martin Exercise Built-In Lists 1. Start Excel Spreadsheet 2. In cell B1 enter Mon 3. In cell C1 enter Tue 4. Select cell C1 5. At the

More information

Basic Configuration Training Guide Part 1

Basic Configuration Training Guide Part 1 Basic Configuration Training Guide Part 1 Welcome to the AmbuPro EMS Basic Configuration Training Program, Part 1. This course is intended for any users of the system who will be regularly adding and altering

More information

Edition. MONTEREY COUNTY BEHAVIORAL HEALTH MD User Guide

Edition. MONTEREY COUNTY BEHAVIORAL HEALTH MD User Guide Edition 1 MONTEREY COUNTY BEHAVIORAL HEALTH MD User Guide i Table of Content OderConnect/InfoScriber Registration CH1 Pg.2 Sign In to MyAvatar CH2..Pg.10 Sync OrderConnect Password CH3.Pg.14 Client Look

More information

Globey s World. Status Report

Globey s World. Status Report Globey s World Status Report Project Number Ongo-08b November 18, 2003 Client: Ames Community Schools Faculty Advisors: Dr. John Lamont Professor Ralph Patterson CprE/EE 492 Team Members: Sam Miller Rebecca

More information

Patient Portal Help March 1, 2012

Patient Portal Help March 1, 2012 Patient Portal Help March 1, 2012 Copyright This documentation and related technology are governed by a user agreement and shall remain the sole and exclusive property of Intuit Health. No parts of this

More information

11.0 Random Assignment

11.0 Random Assignment 11.0 Random Assignment Random assignment is the procedure by which enrolled youth will be assigned to either the Usual Services or ASPIRE Services groups. Random assignment is performed in a computer system,

More information

Regions OnePassSM USER GUIDE. It s time to expect more. Regions Bank Member FDIC Revised

Regions OnePassSM USER GUIDE. It s time to expect more. Regions Bank Member FDIC Revised Regions OnePassSM USER GUIDE Regions Bank Member FDIC Revised 110614 It s time to expect more. Regions OnePass User Guide Table of Contents Section I. OnePass Basics 3 What Is OnePass? 3 Minimum Browser

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13 Media Services Online Mohammed Abukhiran Report 13 on the work of Week 13 Berea College Nov 30, 2010 Application Development Project Concept Proposal Media Services at Berea College uses Voyger (Database

More information

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and ing the forms for GPs using EMIS Web

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and  ing the forms for GPs using EMIS Web Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and emailing the forms for GPs using EMIS Web Dr Ian Rubenstein Eagle House Surgery Ponders End Enfield 1 Table

More information

NextGen Patient Portal. User Guide.

NextGen Patient Portal. User Guide. 2.4.3 NextGen Patient Portal User Guide www.nextgen.com Copyright 2014-2017 QSI Management, LLC. All Rights Reserved. The registered trademarks listed at http://www.qsii.com/legal_notices.shtml are the

More information

Transcribe a New Document in MTM

Transcribe a New Document in MTM Get Started 1. From your AppBar, select the Transcription Entry icon. 2. From the Startup dialog box, select Open Document and click the button. 3. From the Open Assistant dialog box, select Document Explorer

More information

Marketing tools for Check-Inn Setup Guide & Manual. Rev. 1/22/16

Marketing tools for Check-Inn Setup Guide & Manual. Rev. 1/22/16 Marketing tools for Check-Inn Setup Guide & Manual Rev. 1/22/16 2015 Innsoft, Inc. Contents License & warranty... 5 Customer support... 6 Acknowledgement... 6 Introduction... 7 Getting Started... 8 Installation...

More information

IMPORTANT. Registration Settings: SERIAL NUMBER: COMPUTER ID: REGISTRATION NUMBER:

IMPORTANT. Registration Settings: SERIAL NUMBER: COMPUTER ID: REGISTRATION NUMBER: IMPORTANT Registration Settings: SERIAL NUMBER: COMPUTER ID: REGISTRATION NUMBER: Once you have your TALITY software functioning properly copy your phone system settings onto this page and save it for

More information

SFU CMPT week 11

SFU CMPT week 11 SFU CMPT-363 2004-2 week 11 Manuel Zahariev E-mail: manuelz@cs.sfu.ca Based on course material from Arthur Kirkpatrick, Alissa Antle and Paul Hibbits July 21, 2004 1 Analytic Methods Advantages can be

More information

2-D Platform Control Using an FPGA

2-D Platform Control Using an FPGA 2-D Platform Control Using an FPGA Final Report May 05-22 Client: Dr. Mani Mina Faculty Advisor: Dr. Mani Mina Senior Design Team: Dillon Glissman, CPRE Cipto Kurniawan, EE Clinton Middaugh, CPRE Mark

More information

Care360 Labs & Meds Frequently Asked Questions

Care360 Labs & Meds Frequently Asked Questions Frequently Asked Questions Table of Contents Application Interface... 4 How can I see more of on my computer?... 4 What does the message You have multiple sessions open mean?... 4 Why do I receive the

More information

Maintenance Coordinator SQL SERVERS EXPRESS REVISIONS 8x

Maintenance Coordinator SQL SERVERS EXPRESS REVISIONS 8x Current Patch: 8.0.2.5 IMPORTANT NOTE: At many times patches are added to the download without any notification. Also note that there may be fixes not recorded here. How to install update To install an

More information

Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions

Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions Table of Contents Application Interface... 4 How can I optimize the view of the system on my computer?... 4 What does the message

More information

3Lesson 3: Web Project Management Fundamentals Objectives

3Lesson 3: Web Project Management Fundamentals Objectives 3Lesson 3: Web Project Management Fundamentals Objectives By the end of this lesson, you will be able to: 1.1.11: Determine site project implementation factors (includes stakeholder input, time frame,

More information

CS/SE 153 Concepts of Compiler Design

CS/SE 153 Concepts of Compiler Design San José State University Department of Computer Science CS/SE 153 Concepts of Compiler Design Section 1 Fall 2018 Course and Contact Information Instructor: Ron Mak Office Location: ENG 250 Email: ron.mak@sjsu.edu

More information

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design PIC Evaluation/Development Board Implementation Team Dec02-12 Project Design Report April 23, 2002 Client: ECPE Senior Design Faculty Advisors: Dr. Rover & Dr. Weber Team Members: Chad Berg, Luke Bishop,

More information

Certificate in Security Management

Certificate in Security Management Certificate in Security Management Page 1 of 6 Why Attend This course will provide participants with an insight into the fundamentals of managing modern and effective security operations. It will address

More information

MT-PGN-01 Part of NTW(O)52 - Mobile Technology Policy for Service Users and Visitors

MT-PGN-01 Part of NTW(O)52 - Mobile Technology Policy for Service Users and Visitors Mobile Technology for Service Users and Visitors Policy Practice Guidance Note Use of Networked Facilities within Inpatient Settings V01 Date Issued Planned Review PGN No : Issue 1 May 2016 Issue 2 Nov

More information

Aerial iexchange Users Guide

Aerial iexchange Users Guide Aerial iexchange Users Guide 2014.1 How to Run the Util\\\ \user Disclaimer How to reach us Copyright Information contained in this document is subject to change without notice and does not present a commitment

More information

Recommended Canvas Quiz Settings

Recommended Canvas Quiz Settings Recommended Canvas Quiz Settings 1. Quiz Name: Exams are to include semester, course number, and exam number. Make the exam name and posting name are the same in Canvas and 2. Quiz Type: Graded Quiz 3.

More information

Ch 4: Requirements Engineering. What are requirements?

Ch 4: Requirements Engineering. What are requirements? Ch 4: Engineering What are? Functional and non-functional The software document specification engineering processes elicitation and analysis validation management The descriptions of what the system should

More information

Collection Inventory Software

Collection Inventory Software Collection Inventory Software Final Report Team May06-04 Client David Stuart Faculty Advisors John Lamont Ralph Patterson III Team Members Eric Anderson Adam Kovar Dustin Lunde Matt Moeller Brian Steger

More information

Prototype Parking Meter System Phase 3

Prototype Parking Meter System Phase 3 Prototype Parking Meter System Phase 3 Status Report Team Code : May05-02 Client : Doug Houghton Captain Department of Public Safety Iowa State University Advisors : Prof. John Lamont, EE/CprE Prof. Ralph

More information

User Manual. phr.mtbc.com

User Manual. phr.mtbc.com User Manual Table of Contents Introduction Appointments Appointment History Claims History CCDA Report Demographics Health History Lab Reports Online Payment Secure Messages Health Recommendation Patient

More information

Group Members: Jamison Bradley, Lance Staley, Charles Litfin

Group Members: Jamison Bradley, Lance Staley, Charles Litfin Project Plan for News Stream Group May13-31 Advisor: Srikanta Tirthupura Client: IBM Rochester Client Contact: Paul Bye Problem Statement In today's world there is a plethora of information that is available

More information

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules.

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules. MPM210: Introduction to Project Management 1 MPM210: Introduction to Project Management Project Plan for Learning Modules Trina VanderLouw Professor Derrick Nelson Colorado Technical University Online

More information

WCB Online A User Guide for Tiered Service Providers

WCB Online A User Guide for Tiered Service Providers WCB Online User Guide for Tiered Service Providers WCB Online A User Guide for Tiered Service Providers A Nova Scotians safe and secure from workplace injury Table of Contents WCB Online 1 Profile Creation

More information

Re-configurable Ad-hoc Network to Track Points of Interest

Re-configurable Ad-hoc Network to Track Points of Interest Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May 2012-07 September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J.

More information

Bring more control and added efficiency to your scanning and print environment

Bring more control and added efficiency to your scanning and print environment Bring more control and added efficiency to your scanning and print environment Incorporating into your processes will lead to real improvements in the control and efficiency of multifunctional devices.

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

Induction Guide for Casual Employees. Creating a University of Melbourne Account & Themis Account

Induction Guide for Casual Employees. Creating a University of Melbourne  Account & Themis Account The following user guide will assist all casual staff in setting up their University email address, the University preferred method of communication and their Themis Financials account to enable casual

More information

Project 3-I. System Requirements Specification Document

Project 3-I. System Requirements Specification Document Project 3-I System Requirements Specification Document Interrogue Polling Company, Inc. Penn State Harrisburg COMP413W Fall 2007 Version 1.0 COMP413W Consulting Group Page 1 of 14 [This page intentionally

More information

MyHealthRecord. Patient User Guide. Top of Page Table of Contents

MyHealthRecord. Patient User Guide. Top of Page Table of Contents MyHealthRecord Patient User Guide 1 P a g e Information Technology Department MyHealthRecord Patient User Guide Copyright 2014 Family Health Centers of San Diego, Inc. 823 Gateway Center Way San Diego,

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID QuickStart Guide Protect Your Investment In Asure ID Save Valuable Time And Money With Asure ID Protect! Asure ID Protect is a comprehensive customer care program designed to ensure that you receive the

More information

Chapter 8 Software Testing. Chapter 8 So-ware tes0ng

Chapter 8 Software Testing. Chapter 8 So-ware tes0ng Chapter 8 Software Testing 1 Topics covered ² Introduction to testing ² Stages for testing software system are: Development testing Release testing User testing ² Test-driven development as interleave

More information

Hygieia The Health Management System User Guide and Test Plan

Hygieia The Health Management System User Guide and Test Plan Hygieia The Health Management System User Guide and Test Plan Presented by: Yuji Shimojo, Cara Howie, and Thomas Vera For: Dr. Clarence Huff CMSC 495 Created On: January 26, 2017 Table of Contents Contents

More information

Go! Guide: Completing and Submitting Work

Go! Guide: Completing and Submitting Work Go! Guide: Completing and Submitting Work Introduction It is your responsibility to submit your work in Neehr Perfect to your instructor. To do so, you will either submit a Progress Report or, for certain

More information

C H R I S. Children s Registry and Information System Data Facilitator Manual. Technical Support Information

C H R I S. Children s Registry and Information System Data Facilitator Manual. Technical Support Information C H R I S Children s Registry and Information System Data Facilitator Manual Technical Support Information 5665 Ponce de Leon Blvd. Coral Gables, FL 33146 (800) 231-5747 chris.um@miami.edu http://www.chris.miami.edu

More information

Provider Secure Portal User Manual

Provider Secure Portal User Manual Provider Secure Portal User Manual Copyright 2011 Centene Corporation. All rights reserved. Operational Training 2 August 2011 Table of Contents Provider Secure Portal... 5 Registration... 6 Provider -

More information

Provider File Management Guide

Provider File Management Guide Provider File Management Guide March 2018 Independence Blue Cross offers products through its subsidiaries Independence Hospital Indemnity Plan, Keystone Health Plan East, and QCC Insurance Company, and

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

Acceptance Test Plan. HCDocs

Acceptance Test Plan. HCDocs Acceptance Test Plan For HCDocs Version 1.0 Prepared by: Somil Parikh Min Yaung Dhruv Salhotra Gregory Bajgier Bernard Wolff Drexel University Document Information Title Authors Reviewers Healthcare Document

More information

Your mymeritain Personalized Member Website

Your mymeritain Personalized Member Website Your mymeritain Personalized Member Website 2008 Meritain Health, Inc. Last Updated 5.23.2008 Your mymeritain Member Website The mymeritain Member Website offers Members a user-friendly web experience,

More information

CMPE 152 Compiler Design

CMPE 152 Compiler Design San José State University Department of Computer Engineering CMPE 152 Compiler Design Section 1 (Class) Sections 2 and 3 (s) Fall 2018 Course and Contact Information Instructor: Ron Mak Office Location:

More information

A Wireless Identification System to Assist Sight- Constrained People

A Wireless Identification System to Assist Sight- Constrained People A Wireless Identification System to Assist Sight- Constrained People Dec06-06 5 December 2006 Client: Mr. Curtis Chong Iowa Department for the Blind Faculty Advisor: Dr. Zhengdao Wang Team: Jerad Harmsen

More information

OPEN v8.1 Site User Guide Revision 14

OPEN v8.1 Site User Guide Revision 14 CTSU Cancer Trials Support Unit Revision 14 December 7, 2017 Overview of OPEN Document Information Revision Information for the Revision History # Date By Description 1.0 19-SEP-2013 Mark Stauffer Updated

More information

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide Scottish Care Information SCI Gateway v10.3 Sending Referrals & Receiving Discharges User Guide Contents 1 Introduction... 1-1 2 Accessing SCI Gateway... 2-1 Accessing SCI Gateway Through GPASS... 2-2

More information

Test Plan. Co-op Evaluation System. Senior Project Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson.

Test Plan. Co-op Evaluation System. Senior Project Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson. Test Plan Co-op Evaluation System Senior Project 2014-2015 Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson Faculty Coach: Samuel Malachowsky Project Sponsors: Jim Bondi (OCSCE)

More information

Administrator Quick Reference

Administrator Quick Reference Contents Adding a New User... 2 Adding a New Crew Member.... 4 Adding a New Location.... 6 Resetting a Forgotten Password... 8 Adding a New User Any member of your organization - field providers, reviewers,

More information

Mayo Clinic CareLink Quick Start Guide. May 5, 2018

Mayo Clinic CareLink Quick Start Guide. May 5, 2018 Mayo Clinic CareLink Quick Start Guide May 5, 2018 1 Mayo Clinic CareLink Quick Start Guide Getting Started... 3 Help and contact information... 4 Browser, system, and connection requirements... 4 How

More information

ProviderConnect Registered Services Autism Service Provider User Manual ASD Behavioral Assessment, Treatment Plan and Program Book Development

ProviderConnect Registered Services Autism Service Provider User Manual ASD Behavioral Assessment, Treatment Plan and Program Book Development ProviderConnect Registered Services Autism Service Provider User Manual ASD Behavioral Assessment, Treatment Plan and Program Book Development Created 9/1/17 Table of Contents Introduction... 3 Accessing

More information

Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process

Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process February 2018 To be certified to provide work incentives planning and assistance

More information

Design Document Version 4.0

Design Document Version 4.0 HealthyFROGS Design Document Design Document Version 4.0 Tuesday May 7, 2013 2012-2013 Computer Science Department, Texas Christian University - All Rights Reserved HealthyFROGS Design Document i Revision

More information

ISU Alumni Association Online Store May05-39

ISU Alumni Association Online Store May05-39 ISU Alumni Association Online Store May05-39 Client: Faculty Advisor: ISU Alumni Association Dr. Srinivas Aluru, CprE Team Members: Keith Dahlby Andrew Kirpalani Jordan Jump Jon Ruhnke Presentation Outline

More information

ACME MEDICAL MANAGEMENT SYSTEM (AMMS)

ACME MEDICAL MANAGEMENT SYSTEM (AMMS) Section ACME MEDICAL MANAGEMENT SYSTEM (AMMS) 1.1 Purpose The main purpose of the AMMS is to facilitate reception desk functions at the Acme Medical Clinic (keeping track of patient and doctor information,

More information

Software Application Support Framework Grading Database Requirements Document Ongo8d

Software Application Support Framework Grading Database Requirements Document Ongo8d Software Application Support Framework Grading Database Requirements Document Ongo8d Client: Ongo08 Sub Teams Faculty Advisors: Dr. John Lamont Professor Ralph Patterson CprE/EE 492 Team Members: Tim Adkisson,

More information

Nexus EHR Patient Portal

Nexus EHR Patient Portal Nexus EHR Patient Portal How to Register on Nexus Patient Portal When doctor s office invites you to portal, you will receive an invitation email with temporary password. Please go through the steps below

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

AROC Online Services (AOS) User Manual

AROC Online Services (AOS) User Manual AROC Online Services (AOS) User Manual Version 5.0 (September 2014) FIM/WeeFIM (Workshops) Contents Introduction... 2 Flow chart of AOS functionality... 2 Computing requirements... 2 Session time-out...

More information