Simple tool coded in Javascript which allows you to create a Census from a CPAS comma separated value (.csv) file Will calculate the patient's age and sort out the patients by shortest ward round route possible (based of ward locations in Q2 2021).
Mock data (Identification Numbers, Gender, DOB, Locality, LOS & Location) used in the following images for data protection purposes.
- Download the .csv file from CPAS
- Select your Starting Ward (patient list will be devised according from this starting point)
- Click choose file and open the .csv file downloaded in Step #1
- Hit CTRL-P to Print
Demo: https://jpxue.github.io/MDH_Tools/MDH_CPAS_Census/index.html
Simple JS script embedded in an HTML document to fill in MCH Supervision Forms (can be used offline).
- Store your sectioned in-patient data in a Spreadsheet (Google Sheets, Excel etc...) as 'Name','Surname','ID','Level','Reason' (refer to Supervision Forms.xls).
- Copy and paste the in-patient data (fields must be delimited by a 'Tab' - default) in the TextBox
- Fill in the Ward field or leave it empty (Optional: Designation and Signature fields)
- Hit Submit
- CTRL-P to Print the Forms
Demo: https://jpxue.github.io/MDH_Tools/MCH_Supervision_Forms/index.html

