Code Monkey home page Code Monkey logo

pathologylab's Introduction

PathologyLab

PathologyLab based on PHP's MVC framework CodeIgniter.

Steps to create and initialize the database:

  1. Create the instance of the MySQL database with the name of: ‘pathology_lab’
  2. Then Import the ‘pathology_lab.sql’ file which is resided inside the ‘trunk\db’ directory.
  3. If you want to change the database’s user credentials, which you can set/change at the following file: ‘trunk\application\config -> database.php’ [@LOC:79 & @LOC:80]

#Steps to prepare the source code to build/run properly:

  1. Copy the ‘PathologyLab.git’ directory into the WAMP/XAMP’s www/htaccess directory.
  2. Make sure the ‘mod_rewrite’ is enabled because CodeIgniter without this module can’t work. Note: My assumption is that the WAMP/XAMP server is installed and MySQL database is up and localhost is ready to use.

#Admin Credential: Username: admin Password: admin

PathologyLab's Objective:

PathologyLab reporting system - which will be use to publish medical test result reports to patients.

PathologyLab's Functional Specifications:

PathologyLab's is a Reporting web application where medical test result reports will be published to the patients:

  1. Admin users should be able to log in to the system to perform following privileged tasks. Patients cannot access these pages. 1.1. Reports CRUD (Multiple tests and results in each report) 1.2. Patients CRUD (including pass code)

2 Lab sends a text message to the patient with a pass code to log in (out of scope).

  1. Patient user could log in using username that is assigned to him/her (auto complete field) and pass code sent to him. And then can do the following: 3.1. Display list of his reports. 3.2. Display a report details as a page. 3.3. Export a report as PDF 3.4. Mail a report as PDF

  2. Any functionally that will add value to the application.

#Current Status: There is plenty of room for improvement inside the first commit - especially the UI/UX part and the defensive coding, related to manage all use cases. Deactivate the table’s record instead of actual deletion. Date on which record added/updated etc.

pathologylab's People

Contributors

dawood4pk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.