0.93.10 • Published 5 months ago

bahmni-form-controls-msf v0.93.10

Weekly downloads
10
License
GPL-2.0
Repository
github
Last release
5 months ago

Form Controls

This library provides a range of form controls that can be used to create customized forms within the Bahmni platform.

File naming conventions

  1. All components should be in Pascal Case (camel case starting with uppercase letter)
  2. Other files including styles should be in Camel Case starting with lowercase letter
  3. Test files should have the same name as the file followed by .spec.js

Setup Steps

  1. Install nvm
  2. Install node
  3. Install yarn - https://yarnpkg.com/en/docs/install

Build

  1. Install dependencies - yarn
  2. Build - yarn build
  3. Test - yarn test

SNOMED Integration Support

form-controls also integrates with SNOMED for terminology lookup as part of form configuration and generation. More details can be found in this Wiki link