12ian34 / intention-rounding

Digitising the daily intention rounding process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intention-rounding

Digitising the daily intention rounding process

Hi this is a project to digities the intention rounding proecss at the BRI ITU.

Requires the creation of a SQL database with below details:

  • Databse name: intentionrounding
  • Table name: intentiondata

Columns required for the SQL table are:

  • ID (INT)
  • date (date)
  • nurse (VARCHAR)
  • consultant (VARCHAR)
  • bed (int)
  • type (VARCHAR)
  • value (VARCHAR)

Other SQL details are in the PHP script to be adapted as necessary

Hope this is helpful! Norman Pang normanpang1@gmail.com

About

Digitising the daily intention rounding process


Languages

Language:HTML 69.9%Language:PHP 30.1%