SlideShare a Scribd company logo
Web Based Claim Processing System
Project Group:2
Developed By:
Mr. Kavankumar Nileshkumar Solanki
Mr.Vrajkumar Hasmukhbhai Parekh
Project Guided By:
Mr. Rohan Patel
Project Profile
• Project Name: Web Based Claim Processing
System
• Front End: Microsoft Visual Studio 2008
• Middle End: C#
• Back End: MS SQL Server 2005
• Group Members:
1. Kavankumar N. Solanki
2. Vrajkumar H. Parekh
• Project Guide: Rohan Patel
Index
Sr No. Topic Description Page No
01 Project Definition 4
02 Need of the System 5
03 Project Module List 6
04 Diagrams
4.1Use Case Diagram 11
4.2Activity Diagram 13
05 Database Layout 17
06 List of Input Screens 24
07 List of Output Screens 15
08 Limitations 38
09 Enhancements 39
10 Bibliography 40
11 QnA 41
Project Definition
• A claim is a legal action to obtain money, property, or the enforcement of a right
against another party. The legal document which carries a claim is called a Statement
of Claim.
• Individuals who take out home, life, health, or automobile insurance policies must
maintain regular payments called premiums to the insurers.
• Most of the time these premiums are used to settle another person's insurance claim
or to build up the available assets of the insurance company.
• But occasionally an accident will happen which causes real financial damage, such as
an automobile or a work-related accident. At this point the injured policy holder has
the right to file an insurance claim in order to receive money from the insurance
company.
Need of the System
• Expand the organization’s s geographic reach
beyond the current physical location.
• Integrate all employees worldwide by using an
online site process, and shorten the overall claim
process.
• More transparent process of claim processing.
• Online status updation, Employee can view the
status of his/her claim online.
• No additional and specific system requirement to
operate the WCPS site.
Project Modules List
• Client
• CPD-Claim Processing Department
Project Modules
1. Client
• Able to login into the site
• Able to Apply for new claim.
• Able to view status of old claim details.
• Change Password.
Continue……
2. CPD: - Claims Processing Department
• Able to manage the employee, add, edit
employee details.
• Must able to approve / reject claim.
• Must able to view status of claim details.
1. Use Case Diagram
System Use Case Diagram
2.Activity Diagram
Database Used
1. Client_Data
Column Name Data Type Size Constraints Description
Id Int Identification ID
Name VarChar 50 Not Null Client Name
Email VarChar 50 Not Null E Mail ID
Mobile Numeric 12,0 Not Null Mobile Number
Dob Varchar 18 Not Null Date of Birth
Age Numeric 3,0 Not Null Age
Desg VarChar 20 Not Null Designation
Dept VarChar 20 Not Null Department
Salary Numeric 8,2 Not Null Salary
Address Varchar MAX Not Null Address
Gender Varchar 07 Not Null Gender
Userid Varchar 50 Primary Key User ID
Password Varchar 16 Not Null Password
Type_user Varchar 8 Not Null User Type
2. Claim_Data
Column Name Data Type Size Constraints Description
Claimid Varchar 20 Primary Key Claim Id
Userid Varchar 50 References
Client_Data(use
rid)
User ID
Client_name Varchar 50 Not Null Client Name
Claim_type Varchar 50 Not Null Claim
Specification
Claim_amount Numeric 10,2 Not Null Claim Amount
Age Numeric 3,0 Not Null Age
Mobile Numeric 12,0 Not null Mobile number
Email Varchar MAX Not Null E Mail ID
Patient_name Varchar 50 Not Null Patient Name
Sex Varchar 07 Not Null Gender
Address Varchar Max Not Null Address
Pincode Numeric 07 Not Null Pincode
Ins_cmp Varchar 50 Not Null Insurance
Company Name
Hospitalization_
Duration
Numeric 2,0 Not Null Hospitalization
Duration
P_cnt Numeric 12,0 Null Patient Contect
No
Relation Varchar 20 Not Null Relation with
Claim Holder
3. db_log
Column Name Data Type Size Constraints Description
Id Int - Identical Unique ID
Uid Varchar 50 Not Null ,
References
Client_Data(use
rid)
User ID
Log_time Date - Not Null Log In Time
4. db_Query
Column Name DataType Size Constraints Description
ID Int - Identical ID
Name Varchar 50 Not Null Name
Email Varchar 50 Not Null Email Id
Query Varchar MAX Not Null Question or Problem
5. db_status
Column Name DataType Size Constraints
Claim_id Varchar 20 Not Null References
Claim_Data(claimid)
Client_Name Varchar 50 Not Null
Claim_Status Varchar 9 Not Null
Userid Varchar 50 Not Null References
Client_Data(userid)
6. Medical
Column Name DataType Size Constraints
ID Int - Identity
Speciality Varchar 60 Not Null
Min_Amount Numeric 10,2 Not Null
Max_Dur Varchar 5 Not Null
Design Of Input Screens
1. Sign Up:-Page for Register to WCPS.
2. Sign In:-Page for Log In into WCPS.
3. Forget Password:-Page for Reset Password in
Case of Not Remember the Password.
4. Change Password:-Facility to Alter the Pre-Existing
Password after Sign In Successfully.
5. Manage Claim:-Page for Approving/Rejecting
Claims.
6. Register/ File Claim:-Add or Apply for New Claim
To CPD.
Design Of Output Screens
1. Profile:- Display the Information About Signed
In Person.
2. Claim Status:-Show the Current Status of Pre-
Filed Claims.
3. Client Data:-List of all Registered Clients. See
by only Admin(CPD).
4. Claim Log: Display Claim Filed by Client.
Sign Up Page :-
Sign In Page:-
Forget Password:-
Change Password
Manage Claim
Register/ File new Claim
Add New Claim
Update Profile
Profile
Claim Status
Client List
Claim List
Client Suggestion/Query
Limitation
 This Web Site used for Online Medical Claim. It not provides
the functionality for All the other kind of claim processing.
 This site is currently in just study phase or we can say that
currently it is under the process of assembling all other claims.
 It provides just static or single CPD workflow, so it is not
sufficient for multifunctional CPDs.
 It has some issues with the claim amounts and some other
claim related queries like it has only one claim file form.
 So if some other (NRI) try to file Claim some field will be fuzzy
for himher.
Proposed Enhancement
• This project was developed to fulfill user requirement; however there are
lots of scope to improve the performance of the Web Based Claims
Processing System (WCPS) in the area of user interface, database
performance, and query processing time. Etc.
• So there are many things for future enhancement of this project. The future
enhancements that are possible in the project are as follows.
– Linking and integration of other online web sites.
– Integration with other legacy accounting database through Web
Services
– Connection to third-party OLAP applications
– In the area of data security and system security.
– Provide more online tips and help.
– To optimize the query which is embedded in the system.
Bibliography
1. Websites
• Following websites are referring to create this project reports.
– http://www.google.com
– http://www.microsoft.com
– http://www.programmer2programmer.net
– http://www.codeproject.com
2. Books
• Following books and ebook are used to complete this project reports.
– Mastering C# (Paperback)
– SQL Server Bible (Paperback)
– .NET Black Book (Paperback)
– Professional C#, 2nd Edition (Paperback)
– Professional ASP.NET (Paperback)
Web Based Claim Processing System
Web Based Claim Processing System

More Related Content

What's hot

Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlites
Danish Anwar
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
Sandeep Kumar
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
Jubayer Al Mahmud
 
SRS Of Social Networking
SRS Of Social NetworkingSRS Of Social Networking
SRS Of Social Networkingmaaano786
 
Android technical quiz app
Android technical quiz appAndroid technical quiz app
Android technical quiz app
Jagdeep Singh
 
The Art Of Debugging
The Art Of DebuggingThe Art Of Debugging
The Art Of Debuggingsvilen.ivanov
 
Online News Portal.pptx
Online News Portal.pptxOnline News Portal.pptx
Online News Portal.pptx
SakshiSathe1
 
Waterfall model ppt final
Waterfall model ppt  finalWaterfall model ppt  final
Waterfall model ppt final
shiva krishna
 
SQLITE Android
SQLITE AndroidSQLITE Android
SQLITE Android
Sourabh Sahu
 
Chat Application
Chat ApplicationChat Application
Chat Application
kuldip kumar
 
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
Shaikh Kamrul Islam (Konok kamrul)
 
White box black box & gray box testing
White box black box & gray box testingWhite box black box & gray box testing
White box black box & gray box testing
Himanshu
 
Chat application android app ppt
Chat application android app pptChat application android app ppt
Chat application android app ppt
Zreena
 
Project Super market billing system
Project Super market billing systemProject Super market billing system
Project Super market billing system
Vickey Mahant
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
Manusha Dilan
 
La importancia de la seguridad en los json payloads
La importancia de la seguridad en los json payloadsLa importancia de la seguridad en los json payloads
La importancia de la seguridad en los json payloads
Victor Pacajoj
 
Airline Reservation System - Software Engineering
Airline Reservation System - Software EngineeringAirline Reservation System - Software Engineering
Airline Reservation System - Software Engineering
Drishti Bhalla
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototypingdrjms
 
Multithreading in java
Multithreading in javaMultithreading in java
Multithreading in java
Arafat Hossan
 

What's hot (20)

Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlites
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
 
Sdi & mdi
Sdi & mdiSdi & mdi
Sdi & mdi
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
 
SRS Of Social Networking
SRS Of Social NetworkingSRS Of Social Networking
SRS Of Social Networking
 
Android technical quiz app
Android technical quiz appAndroid technical quiz app
Android technical quiz app
 
The Art Of Debugging
The Art Of DebuggingThe Art Of Debugging
The Art Of Debugging
 
Online News Portal.pptx
Online News Portal.pptxOnline News Portal.pptx
Online News Portal.pptx
 
Waterfall model ppt final
Waterfall model ppt  finalWaterfall model ppt  final
Waterfall model ppt final
 
SQLITE Android
SQLITE AndroidSQLITE Android
SQLITE Android
 
Chat Application
Chat ApplicationChat Application
Chat Application
 
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
 
White box black box & gray box testing
White box black box & gray box testingWhite box black box & gray box testing
White box black box & gray box testing
 
Chat application android app ppt
Chat application android app pptChat application android app ppt
Chat application android app ppt
 
Project Super market billing system
Project Super market billing systemProject Super market billing system
Project Super market billing system
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
 
La importancia de la seguridad en los json payloads
La importancia de la seguridad en los json payloadsLa importancia de la seguridad en los json payloads
La importancia de la seguridad en los json payloads
 
Airline Reservation System - Software Engineering
Airline Reservation System - Software EngineeringAirline Reservation System - Software Engineering
Airline Reservation System - Software Engineering
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototyping
 
Multithreading in java
Multithreading in javaMultithreading in java
Multithreading in java
 

Similar to Web Based Claim Processing System

Loan Approval Management Java project
Loan Approval Management Java projectLoan Approval Management Java project
Loan Approval Management Java project
Tutorial Learners
 
Resume (2) Modify
Resume (2) ModifyResume (2) Modify
Resume (2) Modifyvijay kumar
 
Online reservation application
Online reservation applicationOnline reservation application
Online reservation application
Mituram Roy
 
Library Presentation
Library PresentationLibrary Presentation
Library Presentation
dpitcher75
 
payroll management -1.
payroll management -1.payroll management -1.
payroll management -1.
DJananiJanani
 
System design document visa
System design document visaSystem design document visa
System design document visa
Shaily Dubey
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and ppt
pavisubashsp
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slide
Rakibul Hasan Pranto
 
Cache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsCache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsInterSystems Corporation
 
Staffing Request InformationIntegration Test Cases For Taylors Pr.docx
Staffing Request InformationIntegration Test Cases For Taylors Pr.docxStaffing Request InformationIntegration Test Cases For Taylors Pr.docx
Staffing Request InformationIntegration Test Cases For Taylors Pr.docx
dessiechisomjj4
 
Resume of Test Engineer(Swapnil Rao)
Resume of Test Engineer(Swapnil Rao)Resume of Test Engineer(Swapnil Rao)
Resume of Test Engineer(Swapnil Rao)Swapnil Rao
 
dynamic query forms for non relational database
dynamic query forms for non relational databasedynamic query forms for non relational database
dynamic query forms for non relational database
INFOGAIN PUBLICATION
 
Documentation
DocumentationDocumentation
DocumentationKalyan A
 
Bank management system
Bank management systemBank management system
Bank management system
sumanadas37
 

Similar to Web Based Claim Processing System (20)

RahulParwekar_Resume
RahulParwekar_ResumeRahulParwekar_Resume
RahulParwekar_Resume
 
Loan Approval Management Java project
Loan Approval Management Java projectLoan Approval Management Java project
Loan Approval Management Java project
 
Resume (2) Modify
Resume (2) ModifyResume (2) Modify
Resume (2) Modify
 
Online reservation application
Online reservation applicationOnline reservation application
Online reservation application
 
Resume_(2)vijay
Resume_(2)vijayResume_(2)vijay
Resume_(2)vijay
 
ShaileshSinha_CV
ShaileshSinha_CVShaileshSinha_CV
ShaileshSinha_CV
 
Library Presentation
Library PresentationLibrary Presentation
Library Presentation
 
Project
ProjectProject
Project
 
payroll management -1.
payroll management -1.payroll management -1.
payroll management -1.
 
System design document visa
System design document visaSystem design document visa
System design document visa
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and ppt
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slide
 
Cache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsCache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure Applications
 
Staffing Request InformationIntegration Test Cases For Taylors Pr.docx
Staffing Request InformationIntegration Test Cases For Taylors Pr.docxStaffing Request InformationIntegration Test Cases For Taylors Pr.docx
Staffing Request InformationIntegration Test Cases For Taylors Pr.docx
 
Resume of Test Engineer(Swapnil Rao)
Resume of Test Engineer(Swapnil Rao)Resume of Test Engineer(Swapnil Rao)
Resume of Test Engineer(Swapnil Rao)
 
SACHIN THAKARE
SACHIN THAKARESACHIN THAKARE
SACHIN THAKARE
 
dynamic query forms for non relational database
dynamic query forms for non relational databasedynamic query forms for non relational database
dynamic query forms for non relational database
 
Resume
ResumeResume
Resume
 
Documentation
DocumentationDocumentation
Documentation
 
Bank management system
Bank management systemBank management system
Bank management system
 

More from Conestoga Collage

Networking and Security in Java
Networking and Security in JavaNetworking and Security in Java
Networking and Security in Java
Conestoga Collage
 
Ps02 eint21 electronic data interchange
Ps02 eint21 electronic data interchangePs02 eint21 electronic data interchange
Ps02 eint21 electronic data interchange
Conestoga Collage
 
Ps02 cint21 enterprise information system
Ps02 cint21 enterprise information systemPs02 cint21 enterprise information system
Ps02 cint21 enterprise information system
Conestoga Collage
 
Ps02 cint23 ado
Ps02 cint23 adoPs02 cint23 ado
Ps02 cint23 ado
Conestoga Collage
 
Ps02 cint24 mvc in php
Ps02 cint24 mvc in phpPs02 cint24 mvc in php
Ps02 cint24 mvc in php
Conestoga Collage
 
PS02CINT22 SE Software Maintenance
PS02CINT22 SE Software MaintenancePS02CINT22 SE Software Maintenance
PS02CINT22 SE Software Maintenance
Conestoga Collage
 
Operating systems & its future
Operating systems & its futureOperating systems & its future
Operating systems & its future
Conestoga Collage
 
Bluetooth
BluetoothBluetooth
Blue Brain project
Blue Brain projectBlue Brain project
Blue Brain project
Conestoga Collage
 
AI programming languages
AI programming languagesAI programming languages
AI programming languages
Conestoga Collage
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
Conestoga Collage
 
Blue Brain Project
Blue Brain ProjectBlue Brain Project
Blue Brain Project
Conestoga Collage
 
Menu stripe
Menu stripeMenu stripe
Menu stripe
Conestoga Collage
 

More from Conestoga Collage (13)

Networking and Security in Java
Networking and Security in JavaNetworking and Security in Java
Networking and Security in Java
 
Ps02 eint21 electronic data interchange
Ps02 eint21 electronic data interchangePs02 eint21 electronic data interchange
Ps02 eint21 electronic data interchange
 
Ps02 cint21 enterprise information system
Ps02 cint21 enterprise information systemPs02 cint21 enterprise information system
Ps02 cint21 enterprise information system
 
Ps02 cint23 ado
Ps02 cint23 adoPs02 cint23 ado
Ps02 cint23 ado
 
Ps02 cint24 mvc in php
Ps02 cint24 mvc in phpPs02 cint24 mvc in php
Ps02 cint24 mvc in php
 
PS02CINT22 SE Software Maintenance
PS02CINT22 SE Software MaintenancePS02CINT22 SE Software Maintenance
PS02CINT22 SE Software Maintenance
 
Operating systems & its future
Operating systems & its futureOperating systems & its future
Operating systems & its future
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Blue Brain project
Blue Brain projectBlue Brain project
Blue Brain project
 
AI programming languages
AI programming languagesAI programming languages
AI programming languages
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Blue Brain Project
Blue Brain ProjectBlue Brain Project
Blue Brain Project
 
Menu stripe
Menu stripeMenu stripe
Menu stripe
 

Recently uploaded

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 

Recently uploaded (20)

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 

Web Based Claim Processing System

  • 1. Web Based Claim Processing System Project Group:2 Developed By: Mr. Kavankumar Nileshkumar Solanki Mr.Vrajkumar Hasmukhbhai Parekh Project Guided By: Mr. Rohan Patel
  • 2. Project Profile • Project Name: Web Based Claim Processing System • Front End: Microsoft Visual Studio 2008 • Middle End: C# • Back End: MS SQL Server 2005 • Group Members: 1. Kavankumar N. Solanki 2. Vrajkumar H. Parekh • Project Guide: Rohan Patel
  • 3. Index Sr No. Topic Description Page No 01 Project Definition 4 02 Need of the System 5 03 Project Module List 6 04 Diagrams 4.1Use Case Diagram 11 4.2Activity Diagram 13 05 Database Layout 17 06 List of Input Screens 24 07 List of Output Screens 15 08 Limitations 38 09 Enhancements 39 10 Bibliography 40 11 QnA 41
  • 4. Project Definition • A claim is a legal action to obtain money, property, or the enforcement of a right against another party. The legal document which carries a claim is called a Statement of Claim. • Individuals who take out home, life, health, or automobile insurance policies must maintain regular payments called premiums to the insurers. • Most of the time these premiums are used to settle another person's insurance claim or to build up the available assets of the insurance company. • But occasionally an accident will happen which causes real financial damage, such as an automobile or a work-related accident. At this point the injured policy holder has the right to file an insurance claim in order to receive money from the insurance company.
  • 5. Need of the System • Expand the organization’s s geographic reach beyond the current physical location. • Integrate all employees worldwide by using an online site process, and shorten the overall claim process. • More transparent process of claim processing. • Online status updation, Employee can view the status of his/her claim online. • No additional and specific system requirement to operate the WCPS site.
  • 6. Project Modules List • Client • CPD-Claim Processing Department
  • 7. Project Modules 1. Client • Able to login into the site • Able to Apply for new claim. • Able to view status of old claim details. • Change Password.
  • 8. Continue…… 2. CPD: - Claims Processing Department • Able to manage the employee, add, edit employee details. • Must able to approve / reject claim. • Must able to view status of claim details.
  • 9.
  • 10. 1. Use Case Diagram
  • 11. System Use Case Diagram
  • 13.
  • 15. 1. Client_Data Column Name Data Type Size Constraints Description Id Int Identification ID Name VarChar 50 Not Null Client Name Email VarChar 50 Not Null E Mail ID Mobile Numeric 12,0 Not Null Mobile Number Dob Varchar 18 Not Null Date of Birth Age Numeric 3,0 Not Null Age Desg VarChar 20 Not Null Designation Dept VarChar 20 Not Null Department Salary Numeric 8,2 Not Null Salary Address Varchar MAX Not Null Address Gender Varchar 07 Not Null Gender Userid Varchar 50 Primary Key User ID Password Varchar 16 Not Null Password Type_user Varchar 8 Not Null User Type
  • 16. 2. Claim_Data Column Name Data Type Size Constraints Description Claimid Varchar 20 Primary Key Claim Id Userid Varchar 50 References Client_Data(use rid) User ID Client_name Varchar 50 Not Null Client Name Claim_type Varchar 50 Not Null Claim Specification Claim_amount Numeric 10,2 Not Null Claim Amount Age Numeric 3,0 Not Null Age Mobile Numeric 12,0 Not null Mobile number Email Varchar MAX Not Null E Mail ID Patient_name Varchar 50 Not Null Patient Name Sex Varchar 07 Not Null Gender Address Varchar Max Not Null Address Pincode Numeric 07 Not Null Pincode Ins_cmp Varchar 50 Not Null Insurance Company Name Hospitalization_ Duration Numeric 2,0 Not Null Hospitalization Duration P_cnt Numeric 12,0 Null Patient Contect No Relation Varchar 20 Not Null Relation with Claim Holder
  • 17. 3. db_log Column Name Data Type Size Constraints Description Id Int - Identical Unique ID Uid Varchar 50 Not Null , References Client_Data(use rid) User ID Log_time Date - Not Null Log In Time
  • 18. 4. db_Query Column Name DataType Size Constraints Description ID Int - Identical ID Name Varchar 50 Not Null Name Email Varchar 50 Not Null Email Id Query Varchar MAX Not Null Question or Problem
  • 19. 5. db_status Column Name DataType Size Constraints Claim_id Varchar 20 Not Null References Claim_Data(claimid) Client_Name Varchar 50 Not Null Claim_Status Varchar 9 Not Null Userid Varchar 50 Not Null References Client_Data(userid)
  • 20. 6. Medical Column Name DataType Size Constraints ID Int - Identity Speciality Varchar 60 Not Null Min_Amount Numeric 10,2 Not Null Max_Dur Varchar 5 Not Null
  • 21. Design Of Input Screens 1. Sign Up:-Page for Register to WCPS. 2. Sign In:-Page for Log In into WCPS. 3. Forget Password:-Page for Reset Password in Case of Not Remember the Password. 4. Change Password:-Facility to Alter the Pre-Existing Password after Sign In Successfully. 5. Manage Claim:-Page for Approving/Rejecting Claims. 6. Register/ File Claim:-Add or Apply for New Claim To CPD.
  • 22. Design Of Output Screens 1. Profile:- Display the Information About Signed In Person. 2. Claim Status:-Show the Current Status of Pre- Filed Claims. 3. Client Data:-List of all Registered Clients. See by only Admin(CPD). 4. Claim Log: Display Claim Filed by Client.
  • 24.
  • 37. Limitation  This Web Site used for Online Medical Claim. It not provides the functionality for All the other kind of claim processing.  This site is currently in just study phase or we can say that currently it is under the process of assembling all other claims.  It provides just static or single CPD workflow, so it is not sufficient for multifunctional CPDs.  It has some issues with the claim amounts and some other claim related queries like it has only one claim file form.  So if some other (NRI) try to file Claim some field will be fuzzy for himher.
  • 38. Proposed Enhancement • This project was developed to fulfill user requirement; however there are lots of scope to improve the performance of the Web Based Claims Processing System (WCPS) in the area of user interface, database performance, and query processing time. Etc. • So there are many things for future enhancement of this project. The future enhancements that are possible in the project are as follows. – Linking and integration of other online web sites. – Integration with other legacy accounting database through Web Services – Connection to third-party OLAP applications – In the area of data security and system security. – Provide more online tips and help. – To optimize the query which is embedded in the system.
  • 39. Bibliography 1. Websites • Following websites are referring to create this project reports. – http://www.google.com – http://www.microsoft.com – http://www.programmer2programmer.net – http://www.codeproject.com 2. Books • Following books and ebook are used to complete this project reports. – Mastering C# (Paperback) – SQL Server Bible (Paperback) – .NET Black Book (Paperback) – Professional C#, 2nd Edition (Paperback) – Professional ASP.NET (Paperback)