Wa0059.
Wa0059.
Wa0059.
CHAPTER 1
INTRODUCTION
1.2 OBJECTIVES
The main objective of the project “Eye Bank” is to prepare a software that contains the
information of the donors which helps the people for checking the eye or for the eye donor. The
functions of this project are creating a donor profile, listing the details, updating the records.
This software is made to work efficiently and effectively. It results in regular and timely work
properly. It can be observed that the information can be obtained easily and accurately. Tkinter
is used in developing this project
In this project, python will play the major role. In this I am Using python to
create eye bank as to store the details of the donors.An object is a many
bundle of functions and procedures often relating to a particular Real world
concept such as eye bank system, I can access the donor details by calling the
function and its procedures.
.
CHAPTER 2
FUNDAMENTALS OF PYTHON
• Slow Speed.
Ex a= “hello”
Print (a)
A function is a block of code which only runs when it is called. You can pass data, known
as parameters, into a function. A function can return data as a result. Information can be
passed into functions as arguments. Arguments are specified after the function name,
inside the parentheses. You can add as many arguments as you want, just separate them
with a comma.
def my_function():
print("Hello from a function")
my_function()
The idea is to put some commonly or repeatedly done tasks together and make a
Department of CSE, NHCE 12
CORNEA TRANSPLANT REGISTRATION
function so that instead of writing the same code again and again for different inputs,
we can do the function calls to reuse code contained in it over and over again.
CHAPTER 3
FUNDAMENTALS OF DBMS
3.1 INTRODUCTION
Database Fundamentals introduces information ideas, together with relative databases,
tables and information sorts, information choice and manipulation, views, keep
procedures, functions, normalization, constraints, indexes, security, and backup and
restore
The database management system software system permits users to share information.
It provides a scientific technique of creating, updating, retrieving and storing info in an
exceedingly information. DBMSs are generally answerable for information integrity,
information access management, and automatic rollback, restart and recovery.
1. Internal Level
The internal level has an inside schema that describes the physical storage
structure of the information.
The internal schema is additionally called a physical schema.
It uses the physical information model. It’s wont to outline that however the info
are keep in an exceedingly block.
The physical level is employed to explain complicated low-level information
structures intimately.
2. Abstract Level
The abstract schema describes the planning of a information at the abstract
level. Abstract level is additionally called logical level.
The abstract schema describes the structure of the full information.
The abstract level describes what information ar to be keep within the
information and conjointly describes what relationship exists among those
information.
In the abstract level, internal details like associate implementation of the info
structure are hidden.
Programmers and information directors work this level.
3. External Level
At the external level, an information contains many schemas that generally
known as subschema. The subschema is employed to explain the various read of
the information.
An external schema is additionally called read schema.
Each read schema describes the information half that a specific user cluster is
interested and hides the remaining information from that user cluster.
The read schema describes the top user interaction with information systems.
3.4 DBMS COMPONENT MODULES
ER diagrams or ERD’s are composed of three main elements: entities, attributes, and
relationships.
The Entity-Relationship (ER) Model is an attractive high level conceptual data model. It
has an entity which may be an object with a physical existence like a particular car,
house, person or employee or it may be an object with a conceptual existence like an
organization, a profession, or a university course. Each entity has attributes—the
definite properties that characterize it.
CHAPTER 4
FUNDAMENTALS OF SQL
4.1 INTRODUCTION
SQL stands for Structured Query Language. It is used for storing and managing data in
relational database management system (RDMS).It is a standard language for Relational
Database System. It enables a user to create, read, update and delete relational
databases and tables. All the RDBMS like MySQL, Informix, Oracle, MS Access and SQL
Server use SQL as their standard database language. SQL allows users to query the
database in a number of ways, using English-like statements.
CHAPTER 5
DESIGN
5.1 DESIGN GOALS
This interface is designed in a modular approach. This has 2 modules-
Login module
Insert,Delete,Update,Search,Display,Export module
5.2 FLOWCHART
Excel
sheet
CHAPTER6
IMPLEMENTATION
CHAPTER 7
RESULT
CHAPTER 8
CONCLUSION
The “Cornea Transplant Registration” project is to provide all eye donor management solutions
which are easily accessible to everyone. In this project we created various functions for
inserting the donor’s details, displaying and for saving the details of the donors. This projects
reduces the man power and can be used very easily even without basic computer knowledge.
This project helped me to gain more knowledge.