Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 711 Bytes

File metadata and controls

19 lines (12 loc) · 711 Bytes

Node.js CI

Patient Medical Supply Orders App

This repository adds a new Patient Medical Supply order type to the Patient Chart Order Basket. The users will be able to place Medical Supply Orders and define the quantity and the Quantity Units for the order placed.

Running this code

yarn  # to install dependencies
yarn start  # to run the dev server

Once it is running, a browser window should open with the OpenMRS 3 application.

Integrating it into your application

Please see Creating a Frontend Module.