Skip to content

usnistgov/hit-iz-tool

Repository files navigation

hit-iz-tool

This is immunization tool repository. The iz tool is also used for the ONC Meaningful use stage 3 certification program

Deployment Processes

Prerequisites

  • maven 3+
  • java 8+
  • Git
  • Nodejs
  • Npm
  • Grunt

NIST IZ Tool

Depencencies

HIMSS IZ Tool

Depencencies

How to build the project

  • frontend
git clone  https://github.com/usnistgov/hit-iz-tool  # clone the repo   
cd hit-iz-tool  
git checkout apps/cni-new # switch to the NIST branch  
cd hit-iz-web/client # Nagivate to the client folder  
npm install # if first time only.  Install dependencies and   
grunt build # build the client  
  • backend
cd hit-iz-tool 
mvn clean install  # generate and install the war file to .m2 repo