Computer project Alevels

Authors Avatar
Page

* Technical Documentation 164

* User Documentation 183

3.

4.

5.

5.1. Technical Documentation

MediCare - HOSPITAL SYSTEM

5.1.1. Purpose

After considering many problems faced by the patients when they arrive at the MediCare Hospital, I decided to implement a system which will help to overcome these problems.

Using the new system, I hope that all these problems were solved. I created data entry forms which can hold details about patients, employees, doctors, daily transactions, purchase orders, pharmacy items, and payments to doctors and about appointments.

Creating these forms makes the system work faster and efficient than it was before. Once the members have registered, their information is not needed again when come back on another day. Information about daily treatments and daily transactions are saved on hard disk so that it can save storage space. Daily appointments and appointed doctors can be scheduled removing any conflicts within the staff and the patients.

The new system also provides security using password and usernames.

5.1.2. Author

B.K Anuradha Wishmantha

5.1.3. Hardware and Software Used for Development

5.1.3.1. Hardware Used for Development

* A Pentium(IV) 3.06GHz Processor

* 512 MB RAM

* A coloured Laser Printer

* 80 GB Hard Drive

5.1.3.2. Software Used for Development

* Operating System: Windows XP Professional Edition 2007

* Microsoft Word 2003

* Microsoft Access 2003

* Adobe Photoshop CS version

5.1.4. Hardware and Software Used

The minimum hardware requirements are as follows:

* A microcomputer including

A monitor

A mouse

A disk drive

A hard disk with at least 100Mb of free space to install the system

* A black/white laser printer

The minimum software requirements are as follows:

* Operating system: Windows 2000

* Microsoft Word 2002

* Microsoft Access 2002

5.1.5. File and Table Specifications

The following are the tables that I have created in order to get the required outputs, which I have mentioned, in the objectives during the analysis.

* Table - Employee Details

* Table - Doctor's details

* Table - Payments to Doctors

* Table - Daily Treatment

* Table - Patient's Details

* Table - Daily Transaction

* Table - Specification of Item

* Table - Purchase Orders

* Table - Appointments

* Table - Appointments Doctor

Following are the table structures for above mentioned tables

Table - Employee Details

Field Name

Data type

Validation Rule

Validation Text

Input Mask

EMPLOYEE_ID

Text

Like "MCE####"

Text you entered is invalid in the field EMPLOYEE_ID. The entry must be 7 characters long. The first letter must be the letter M, the second letter must be C, the third letter must be E followed by 4 numbers. E.g.: MCE1234

FIRST_NAME

Text

LAST_NAME

Text

INITIALS

Text

ADDRESS1

Text

ADDRESS2

Text

ADDRESS3

Text

TELNO

Text

!\(999") "000\-0000;0;_

DOB

Date/Time

99/99/0000;0;_

CIVIL

Text

"Married" Or "Single"

Text you entered is incorrect!. Please enter either Married or Single.

SEX

Text

"Male" Or "Female"

Text you entered is incorrect!. Please enter either Male or Female.

DEPT

Text

NIC NO

Text

PICTURE

OLE Object

Table - Doctor's details

Field Name

Data type

Validation Rule

Validation Text

DOCTOR ID

Text

Like "MCD###"

Text you entered is invalid in the field DOCTOR_NO. The entry must be 6 characters long. The first letter must be the letter M, the second letter must be C, and the third letter must be D followed by 3 numbers. E.g.: MCD123

NAME

Text

ADDRESS

Text

TEL NO

Number

SPECIALIZED FIELD

Text

FEES

Currency

HOLIDAY

Text

MAX APP

Number

Table - Payments to Doctors

Field Name

Data type

Validation Rule

Validation Text

DOCTOR NAME

Text

DOCTOR ID

Text

Like "MCD###"

Text you entered is invalid in the field DOCTOR_NO. The entry must be 6 characters long. The first letter must be the letter M, the second letter must be C, and the third letter must be D followed by 3 numbers. E.g.: MCD123

FEES

Currency

NO OF APP

Number

PAYMENTS

Currency

MONTH

Text

Table - Patient's Details

Field Name

Data type

Validation Rule

Validation Text

Input Mask

PATIENT_ID

Text

Like "MCP####"

Text you entered is invalid in the field PATIENT_ID. The entry must be 7 characters long. The first letter must be the letter M, the second letter must be C, and the third letter must be P followed by 4 numbers. E.g.: MCP1234

FIRST_NAME

Text

LAST_NAME

Text

INITIALS

Text

ADDRESS1

Text

ADDRESS2

Text

ADDRESS3

Text

TELNO

Text

!\(999") "000\-0000;0;_

DOB

Date/Time

99/99/0000;0;_

CIVIL

Text

"Married" Or "Single"

Text you entered is incorrect! Please enter either Married or Single.

SEX

Text

"Male" Or "Female"

Text you entered is incorrect! Please enter either Male or Female.

NIC NO

Text

PICTURE

OLE Object

NOTES

Text

Table - Daily Treatment

Field Name

Data type

Validation Rule

Validation Text

PATIENT_ID

Text

Like "MCP####"

Text you entered is invalid in the field PATIENT_ID. The entry must be 7 characters long. The first letter must be the letter M, the second letter must be C, and the third letter must be P followed by 4 numbers. E.g.: MCP1234

DATE

Date/Time

TIME

Date/Time

ILLNESS

Text

TREATMENT DESCRIPTION

Text

REMARKS

Text

Specification of Item

Field Name

Data type

Validation Rule

Validation Text

ITEM_ID

Text

Like "ITEM####"

Text you entered is invalid in the field ITEM_ID. The entry must be 8 characters long. The first letter must be the letter I, the second letter must be T, the third letter must be E, the fourth letter must be M, followed by 4 numbers. E.g.: ITEM1234

ITEM DESCRIPTION

Text

MANUFACTURER

Text

UNIT PRICE

Currency

CAPACITY
Join now!


Text

QTY_ON HAND

Number

>5

The minimum stock level will never go below 5

MFG_ DATE

Date

DATE OF EXP

Date

Table - Appointments Doctor

Field Name

Data type

Validation Rule

Validation Text

DOCTOR NAME

Text

DOCTOR ID

Text

Like "MCD###"

Text you entered is invalid in the field DOCTOR_ID. The entry must be 6 characters long. The first letter must be the letter M, the second letter must be C, and the third letter must be D followed ...

This is a preview of the whole essay