Skip to content

hospital ticket algorithm for patients favoring the elderly and children

License

Notifications You must be signed in to change notification settings

slymackjr/Hospital_ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Hospital service ticket program

Implementing the queue data structure in a simple hospital service ticket program to provide ticket to patients and consider priority to patients such as children,pregnant women and old people in the program.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This is a C++ program implementing the hospital service ticket program which is intended to provide service to all patients, where firts come first serve is implemented in a queue and priority is taken into account for those special types of patients. Hence implements the queue data structure algorithm in the program.

(back to top)

Built With

  • C++

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running, follow these simple steps.

Prerequisites

  • Dev-C++ or any other C++ compiler will be fine to use for this simple project.

Installation

  1. Clone the repo
    git clone https://github.com/slymackjr/Hospital_ticket.git

(back to top)

Usage

There are occasion in which this algorithm program is used in many service system across the globe. But this was just a simple implementation of the queue data structure and algorithm to see its efficiency in work perfomance and advantages.

Image 1

(back to top)

Roadmap

  • Basic functionality for simple search option with forward and back functionalities
  • Multi-language Support
    • Swahili
    • English

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are welcome! Follow the steps below:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jofrey Nyamasheki - https://twitter.com/slymackjr Project Link: https://github.com/slymackjr/Hospital_ticket

(back to top)

Acknowledgments

I would like to thank these wonderful tools that enabled me to make it all happen.

(back to top)

About

hospital ticket algorithm for patients favoring the elderly and children

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages