covid19india / econsult-prescribe

Prescription Module for eConsult
5 stars 9 forks source link

[WIP] Prescription Module. #1

Closed VibhorKanojia closed 4 years ago

VibhorKanojia commented 4 years ago

Added frontend client to the prescription module which presents the user with a multi-step form, and then sends a POST request to the node.js server to create a PDF prescription template.

The template is being created and stored on the server. Next step is to add a database where we can store the JSON file, and then create another page where a user can enter the prescription id to download the pdf.