ONLINE EXAMINATION Presented by : SHRADDHA SINGH SWARNABH DAS.

Slides:



Advertisements
Similar presentations
Sara-Insurance Management System Multi Environment Solutions.
Advertisements

Context Diagram Yong Choi BPA CSUB.
1 CIFTclinic 1.1 Software for Clinics. 2 CIFTclinic Software for Medical Clinics, which addresses the requirements of practicing doctors to automate Medical.
Use-Cases.
Use case tutorial examples.
SARA REGIONAL Auxiliary package of SARA EDF to ease the capture on regional offices of a Project Estimate.
09/04/2015Unit 2 (b) Back-Office processes Unit 2 Assessment Criteria (b) 10 marks.
Data Flow Diagramming Rules Processes –a process must have at least one input –a process must have at least one output –a process name (except for the.
 1 – Course Plan – all 7 modules  2 – Module Plan for each module  3 – Session Plan for each session.
Hotel Management System SARA Infotech (P) Ltd. Bombay, India.
Online School Registration System Solomon Ng Pei-Yu Wang Evan Chiu Curtis Wong.
E-invoice for consumers Information in brief for invoicers February 2007.
BPOINT for Schools Information Guide for Parents.
Hospital Management System
Integrated Hospital Management System. Integrated Hospital Management System software is user-friendly software. The main objectives of the system is.
Hospital Management System OOSD Assignment 1 Object Oriented Analysis Presented by Group 4: Vivek Sachdeva Nesa Simon David Eric.
Examples of TPS 1 In this section, we examine the: components of a TPS the examples of real-time transaction processing batch transaction processing.
Credit Card Processing Overview. Credit Card Setup Overview  Call The Business Link ( ) Decide on Processor/Clearing House Software. Eprocess.
Module Info Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
ABOUT THE TEAM DHARMENDRA YADAV ANKUR VERMA DEEPAK YADAV SHASHANK KUMAR.
Faculty of Computer & Information Software Engineering Third year
MOBILITY BILL DEFRAYMENT
SFWR ENG 3KO4 Software Development Fall 2009 Instructor: Dr. Kamran Sartipi Software Requirement Specification (SRS) for the Automated Banking Machine.
SFWR ENG 3KO4 Software Development for Computer/Electrical Engineering Fall 2009 Instructor: Dr. Kamran Sartipi Software Requirement Specification (SRS)
Faculty of Computer & Information
Use Case Diagram The purpose is to communicate the system’s functionality and behaviour to the customer or end user. Mainly used for capturing user requirements.
Cuallet step by step guide. Step 1 From the Cuallet home page, click the “Sign Up Now” button. New user / Register.
Online Parking System.
To provide easy access to important hospital data for patients, doctors, and staff Provide a way to pay hospital bill online Provide a way to rate and.
Defence Travel System E-Ticketing
VIGNAN'S NIRULA INSTITUTE OF TECHNOLOGY & SCIENCE FOR WOMEN TOOLS LINKS PRESENTED BY 1.P.NAVEENA09NN1A A.SOUJANYA09NN1A R.PRASANNA09NN1A1251.
1 Highlights of Modules Log-in - 1  Without password log in is not possible.
ANTHONY BARBIERI, ANDREA KO, SAMANTHA HOUGHTON, CAROLINA SALCEDO, CHRISTINE SINGH Curves Clarkson.
Integrated Nexion-Goodx Transaction Select the “Cashregister” Icon – The Payment Administration Solution.
Personal Expense Tracker Ajmera Aneri S. ( ) Developed At : Developed By :
Jamaica Customs eCommerce Designed & Developed By Fiscal Services Limited Presentation.
Presentation on Online Shopping
Hospital Management System
Speed Cash System. Purpose of the Project  online Banking Transaction Information.  keeping in view of the distributed client server computing technology,
The KN-BAS: Kiyawana Nuwana Bookshop Automation System is to automate all operations in the Kiyawana Nuwana bookshop. It includes the Store Sales Management,
Clinic Web Application.  About Us Webieon Technologies Pvt. Ltd, a diversified technology company, is committed to providing the highest quality services.
LEAVE MANAGEMENT SYSTEM. K. SIVA CHANDAN (07D01A05A5) SHEELA ABHILASH (07D01A05A3) V. RAVITEJA (07D01A0595) A PROJECT BY.
OPS Requirements Specification and Analysis Dustin Larson Bryan Campbell Charles Sears.
SYSTEM ANALYSIS & DESIGN SYED MD MARUF HASAN TP030777
DFD(Data Flow Diagram)
CMPE 280 Web UI Design and Development August 29 Class Meeting
ATM OO Design and Implementation Case Study
INTRODUCING A revolutionary invoicing solution enabling merchants to request and receive payments on the go!
System Sequence Diagrams and Operation Contracts
INFORMATION RETRIEVAL AND KNOWLEDGE MANAGEMENT SYSTEM
Storyboarding and Game Design SBG, MBG620 Full Sail University
Intercompany Project Time and Expenses Scenario Overview
AR Session: Using Adbase AR Tool, Cash Receipts and Bad Debt
UML Use Case Diagrams.
Introduction of Online Payment System for I/B Demurrage
PROPOSAL : Book Transaction System Siti Wardah Abdul Hamid
SE-565 Software System Requirements IV. Use Cases
Customer Contract Management Scenario Overview
Software Engineering System Modeling Chapter 5 (Part 1) Dr.Doaa Sami
Customer Contract Management Scenario Overview
Using Use Case Diagrams
Cashless Process Planned Hospitalization Emergency Hospitalization
Website Usage Guide for Patient
Posting to an Accounts Receivable Ledger
Software Engineering System Modeling Chapter 5 (Part 1) Dr.Doaa Sami
Fei Huang Prof. Soon Chun ISI490 Spring 2018
Posting to an Accounts Receivable Ledger
Posting to an Accounts Receivable Ledger
GSA Task 7 Begin Guest check-in
Step –By-Step: How to Register for a Public Course (pay by credit card) October 10, 2011.
Presentation transcript:

ONLINE EXAMINATION Presented by : SHRADDHA SINGH SWARNABH DAS

Presentation Outline Introduction Project description  Scope  Assumptions ER Diagram & DFD Diagram System sequence diagrams Activity diagrams System contracts Conclusion

Introduction

Project Description Scope  Easy to customer registration  Ease Appointments scheduling  Ease Billing and payments (cash, CC, insurance)‏  Ease Security of the whole system  Ease Room management system  Ease Staff management (work roster, availability, scheduling, etc)‏  Ease Management functions (report generation, accounting, etc)‏  Ease System administration  Ease Resource allocation (booking rooms, operating theatres, etc)‏  Ease Comprehensive database  Ease Web interface (proposed for future)‏

Project Description Assumptions  Customer provides CC/insurance details when registering  Appointments can be cancelled 24 hours in advance without penalty  Personal history can be viewed by concerned at the reception with approval of the customer  Hotel is covered by insurance policy  Staff are assigned roles to interact with the system  Staff have basic computer operating skills

HARDWARE & SOFTWARE REQUIREMENTS HARDWARE REQUIREMENTS PROCESSORRAMHARD DISK PENTIUM IV OR HIGHER PROCESSORS 512 MB OR HIGHER 20 GB OR HIGHER SOFTWARE REQUIREMENTS OPERATING SYSTEM DATABASE WIN XP, WIN VISTA,WIN 98 MS ACESS, MS POWERPOINT, OR NOTEPAD

ER DIAGRAM OF HOTEL MANAGEMENT

Activity Diagrams Billing and payment: Payment by Credit Card / Cash

Activity Diagrams

System Contracts Contract for the Enter Payment A new payment was entered, linking to the Customer and the Payment. Post conditions: A valid patient ID exists.Preconditions: NoneOutput: If the combination of Payment ID, Payment Method and patient ID is not valid, indicate that it was an error. Exceptions: SystemType: Enter customer payment into the systemResponsibilities : Enter payment(Amount, Payment ID, Payment Method, Payment Date, Customer ID)‏ Name: Contract Payment Package

System Contracts Contract for the Store Payment A new patient payment was stored, linking to the Customer and Payment. Post Conditions: The combination of payment ID, payment Method and patient ID is valid. Preconditions: Display “Payment has been stored”Output: NoneExceptions: SystemType: Store patient payment into the systemResponsibilities : Store PaymentName: Contract Payment Package

System Contracts Contract for the Send Payment Payment details have been sent to the bank system.Post Conditions: Patient payment must be stored in the system.Preconditions: Message payment has been sent to the bank system.Output: If the bank doesn’t exist, indicate that it was an error.Exceptions: SystemType: Send the stored patient payment to the bank systemResponsibilities: Send Payment (Payment Date, Payment Method, Amount, Customer Name, Customer Account Number)‏ Name: Contract Payment Package

System Contracts Contract for the Confirmation Confirmation of payment has been madePost Conditions: Patient payment must be sent by hospitalPreconditions: Display “Payment has been confirmed”Output: If the Payment details are not valid, indicate that it was an error. Exceptions: SystemType: Confirmation of the payment detailResponsibilities: ConfirmationName: Contract Payment Package

System Contracts Contract for the Print Receipt Print out the receiptPost Conditions: Confirmation must be done by the bank systemPreconditions: ReceiptOutput: If the printer does not work, indicate that it was an error.Exceptions: SystemType: Print the Customer payment receiptResponsibilities: Print ReceiptName: Contract Payment Package

System Contracts Contract for the Create Report A new instance of report from dermatology was created.Post Conditions: Patient, doctor, symptoms, prescription must be know to the system. Preconditions: An object of report from DermatologyOutput: If the combination of patient, doctor, symptoms and prescription is not valid, indicate that it was an error. Object may not be found; method/operation may not be found. Exceptions: SystemType: Create a Report from DermatologyResponsibilities: Create Report (patient, doctor, symptoms, prescription)‏Name: Contract

System Contracts Contract for making payment through the web interface Payment created, credit card authentication successful, confirmation from payment processor received, patient gets receipt.. Post Conditions: Customer has a debit balance, patient is able to pay with credit card, patient is logged in, invoice has been viewed by customer. Preconditions: confirmation from payment processorOutput: customer does not exist; credit card authentication errorExceptions: SystemType: To allow the customer to pay through the web interfaceResponsibilities: Make Payment (customer, Amount)‏Name: Contract

Conclusion Project will take approx 1 year to complete Project will be developed modularly We use Event – driven method.

Q&A