You are on page 1of 6

Project Specification Page 1

MEDICAL DIAGNOSTIC SYSTEM


Abstract

The focus of this project is the Internet-based medical record software aimed at
outpatient-care setting. This project requires care in record keeping of the patient for
different kinds of diseases.
This project has Two main modules, which has some sub-modules. The first one has two
sub-modules

1) Before Diagnosing.
2) After Diagnosing.

Before diagnosing module deals the patient before diagnosing a particular disease. A
series of symptoms are collected by the developer of this project and get displayed in the
system over the net asking the response for the user. The symptoms, which are given
YES marks collected separately and matched with the database stored for the particular
disease. Importantly the Matching Factor of the symptoms of the Disease must diagnose
by the System and Remedy for the Diagnosed Disease also suggested or advise may be
given by the System to the users. Or Simply give the advise to the user to visit the
corresponding Doctor by displaying the List of Doctors by the System for the users
convenient in order to avoid any unexpected problems from the user side.

After diagnosing module shows a discussion forum which may be available with the
corresponding Doctor on-line itself, or off-line by posting the queries by the users. Here
also the list of Doctors may be available for the user for their convenient to make
Consultation over the Net or by making direct contact.

Another part of this System is included the Patients Maintenance History by the
developer for the Medical Community.

Here some of the modules to be developed by the developer like

1. Problem List module : - the Patients List for various diseases category wise that is
Disease wise are maintained by the developer of this project. The name and the
Address particulars are kept confidentially, only the Disease particulars with the
Patient’s Case code are kept publicly and the Doctors particulars are made available
for the users for further contact to cure the disease.
2. Patient’s Case code are kept publicly and the Doctors particulars are made available
for the users for further contact to cure the disease.
3. Progress Note Generator: - Day to day activities are updated here for the users
convenient to get awareness of the particular disease. The administrator can insert
medications into the database daily for the view of the users and from this module the
next module get the information.

Page 1 SRM Systems & Software P Ltd


Project Specification Page 2

4. Progress Note Display Module : Data stored as HTML so the user can view the
History of the Patient.

5. Statistical Information are generated from the database by the developer like a list of
patients on certain disease in certain area, most commonly used drugs etc.

6. A web based physician-patient consultation system

Some other features for the users may also available by the Developer like on-line
chatting with the Doctors, Drug Information, Pharmacy Stores particulars, Medical News,
etc as desired by the developer.

Page 2 SRM Systems & Software P Ltd


Project Specification Page 3

Data Flow Diagram

User

No

Sign Up for the New


Validate User

Yes

Drugs Search Suggestions and


Diseases Questions

Medical Database 1

Page 3 SRM Systems & Software P Ltd


Project Specification Page 4

Database Schema

Page 4 SRM Systems & Software P Ltd


Project Specification Page 5

Detailed Description of the Database Schema

Table: PATHOGENTYPES
Column Name Data Type Description
PTId VARCHAR(8) Unique identification for Pathogen Types
Name VARCHAR(50) Name of the Pathogen Types
Descrip VARCHAR(255) Comments on Pathogen Types

Table:DISEASES
Column Name Data Type Description
Disid VARCHAR(8) Unique identification for Disease
Name VARCHAR(50) Name of the Disease
Descrip VARCHAR(255) Comments on Disease
Pathogenname VARCHAR(50) Name of the Pathogen
PathogenType VARCHAR(8) Unique Identification of Pathogen Type
Refer:”PATHOGENTYPE” table “PTId” column
Pathogen VARCHAR(255) Photopath of the pathogen
PhotoPath
DiscovererName VARCHAR(255) Name of the Discoverer
DiscoverYear INTEGER Year of the Discovery

Table:SYMPTOMS
Column Name Data Type Description
Sid VARCHAR(8) Unique identification for Symptoms
Name VARCHAR(50) Name of the symptoms
Descrip VARCHAR(255) Comments on symptoms

Table:DRUGTYPES
Column Name Data Type Description
DrugTyId VARCHAR(8) Unique identification for DrugType
Name VARCHAR(50) Name of the Drug
Descrip VARCHAR(255) Comments on Drug
PatentDate DATETIME Date of Patent
PatentedBy VARCHAR(50) Name of patent

Table:DRUGMANUFACTURER
Column Name Data Type Description
MfrId VARCHAR(8) Unique identification for Manufacturer
Name VARCHAR(50) Name of the Manufacturer
EstdYr INTEGER Year of Establishment
PostalAddr1 VARCHAR(50) First part of the address
Addr2 VARCHAR(50) Second part of the address
Addr3 VARCHAR(50) Third part of the address

Table:DRUGS
Column Name Data Type Description
DrugId VARCHAR(8) Unique identification for Drug
Name VARCHAR(50) Name of the Drug
Weightin MG NUMERIC(9,2) Weight of drug in mg
DrugTyId VARCHAR(8) Unique Identification in DrugType Refer:”DrugTypes”
table “DrugTy” column

Page 5 SRM Systems & Software P Ltd


Project Specification Page 6

MfrId VARCHAR(8) Unique Identification in Manufacturer


Refer:”Manufacturer” table “MfrId” column

Table:DRUGSFREQUENCIES
Column Name Data Type Description
DrugFreId VARCHAR(8) Unique identification for Drug Frequencies
Name VARCHAR(50) Name of the Drug Frequencies
Medium VARCHAR(50) Medium of Drugs
Notes VARCHAR(255) Comments on drug frequencies

Table:DISEASESYMPTOMS
Column Name Data Type Description
DiseaseId VARCHAR(8) Unique identification for Disease Refer: “Diseases” table
“DisId” column
SymptomId VARCHAR(8) Unique identification for Symptoms Refer: “Symptoms”
table “SId” column
OrdOfPriority INTEGER Have values from 1 to 10
DrugId VARCHAR(8) Unique Identification for Drug Refer:”Drugs” table
“DrugId” column
DrugFreId VARCHAR(8) Unique Identification for Drug Refer:”DrugFrequencies”
table “DrugFreId” column

Page 6 SRM Systems & Software P Ltd

You might also like