24
Medical Medical Representative Representative Tracking System Tracking System

Medical Representative Ppt 1

Embed Size (px)

Citation preview

Page 1: Medical Representative Ppt 1

Medical RepresentativeMedical Representative Tracking System Tracking System

Page 2: Medical Representative Ppt 1

OVERVIEWOVERVIEW

Project Overview Project Overview Technology Overview Technology Overview Description of modulesDescription of modules SnapshotsSnapshots

Page 3: Medical Representative Ppt 1

PROJECT OVERVIEWPROJECT OVERVIEW

Page 4: Medical Representative Ppt 1

MODULESMODULES

Administrator ModuleAdministrator Module MR and Doctor ModuleMR and Doctor Module Search ModuleSearch Module Report Module Report Module Data Entry ModuleData Entry Module

Page 5: Medical Representative Ppt 1

Information that will be available Information that will be available on the siteon the site

Login ProcessLogin Process Sign UpSign Up AuthorizationAuthorization MR-Task AssignmentMR-Task Assignment Task Facilitator Task Facilitator Task Completion & Status CheckerTask Completion & Status Checker Report SubmissionReport Submission

Page 6: Medical Representative Ppt 1

ObjectivesObjectives

To provide a unique tracking facility to find the To provide a unique tracking facility to find the quickest way to search any doctor, hospital or MR quickest way to search any doctor, hospital or MR in a specific region.in a specific region.

To provide an opportunity for the user to get To provide an opportunity for the user to get information of any MR easily and accurately.information of any MR easily and accurately.

To provide an opportunity for the administrator to To provide an opportunity for the administrator to use the same application for different locations use the same application for different locations using different databases without any major using different databases without any major modification.modification.

Page 7: Medical Representative Ppt 1

TECHNOLOGY OVERVIEWTECHNOLOGY OVERVIEW

Page 8: Medical Representative Ppt 1

Hardware and SoftwareHardware and Software

Hardware Used:Hardware Used: • Intel Pentium 4 based PC.Intel Pentium 4 based PC.• 256 MB of RAM.256 MB of RAM.• ASUS CRW 5232-AX CD-Writer.ASUS CRW 5232-AX CD-Writer.• Accompanying peripherals like Keyboard, Accompanying peripherals like Keyboard,

Mouse, and Monitor etc.Mouse, and Monitor etc.

Page 9: Medical Representative Ppt 1

Software Used:Software Used:

• Main Application developed using JSP,HTML.Main Application developed using JSP,HTML.

• Database backend MYSQL.Database backend MYSQL.

• Web page designing using Dreamweaver.Web page designing using Dreamweaver.

• Web Server used Apache Tomcat 5.5.Web Server used Apache Tomcat 5.5.

Page 10: Medical Representative Ppt 1

Login ModuleLogin Module

This module is responsible for user or This module is responsible for user or administrator login to their respective view page. administrator login to their respective view page. Although this module has to be implemented Although this module has to be implemented separately for user and administrator module, but separately for user and administrator module, but the basic algorithm is same. The flowchart of this the basic algorithm is same. The flowchart of this module is given below:module is given below:

Page 11: Medical Representative Ppt 1

START

Get Login ID& Password

END

yesIs Login

ID &password valid?

no

Account viewpage

Show Loginfailed

message

Page 12: Medical Representative Ppt 1

Forgot Password ModuleForgot Password Module

This module is responsible for generating This module is responsible for generating new password when user or administrator new password when user or administrator forgets password. The flowchart of this forgets password. The flowchart of this module is given below:module is given below:

Page 13: Medical Representative Ppt 1

START

Get Login ID

END

yes

noGet answer of

securityquestion

Showinvalid login ID

messageIs answercorrect?

Is Login ID valid?

Showwrong answer

message

Get new password

yes

no

Database

Get security question

Login ID validtion information

Update newpassword

Page 14: Medical Representative Ppt 1

SNAPSHOTSSNAPSHOTS

Page 15: Medical Representative Ppt 1

Doctor Entry formDoctor Entry form

Page 16: Medical Representative Ppt 1

MR Entry formMR Entry form

Page 17: Medical Representative Ppt 1

THANK YOUTHANK YOU

Presented by:Presented by: Anuja Shrivastava.Anuja Shrivastava. Shilpi Agrawal.Shilpi Agrawal. Shruti Bansal.Shruti Bansal.

Page 18: Medical Representative Ppt 1

MR

MR NAME

NAMEE

DESIGNATION

GENDER

ADDRESS DO

B

MOB

CITY

PASSWORD

MRID

QUALIFICATION

VISIT

DOCTOR

NAME

D-ID

ADDRESS QUALIFICATI

ON

PHONE_NO. DNAM

E

CATEGORY

AREA

REPORTS

GENERATE

ER ModelER Model

Page 19: Medical Representative Ppt 1

M.R.

Login

verify

Update

Search resultSearch

Edit/delete

COMPANYAssign task

D.R.

Report New entry

Register

Appraisal

Id & password

Records

Company database

Database

Id & password check

result

Id & password ok

Id & password ok

Data entry

Data edited/ Data deleted

generates makes

Send to

authenticated

Data feaded

provides

Analyze report and provide

MR receives task

result

Send to

Data entries

Search areawise

requests

requests

DFD

Page 20: Medical Representative Ppt 1

Server

Application Server

PC Workstations

Application Logic GUI Presentation

Database retrieval and updating

Application Services

System Architecture DiagramSystem Architecture Diagram

Page 21: Medical Representative Ppt 1

M.R status ( new or existing)

Update M.R

details

Search D.R by criterion

Receive task

Generate report

Update company details

New M.R/D.R

details

Registered

CONTROL FLOW DIAGREAM

CFDCFD

Page 22: Medical Representative Ppt 1
Page 23: Medical Representative Ppt 1

New Data Entry Module

Page 24: Medical Representative Ppt 1

Search Module