A frontend module for radiology procedure tracking, built on OpenMRS 3.x
For more information, please refer to the OpenMRS 3.x Frontend Documentation.
![Screenshot 2024-03-14 at 11 14 08](https://private-user-images.githubusercontent.com/51090527/312754025-92101a9d-b423-4a4e-a230-3f2345309514.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjU3MzQsIm5iZiI6MTczOTQ2NTQzNCwicGF0aCI6Ii81MTA5MDUyNy8zMTI3NTQwMjUtOTIxMDFhOWQtYjQyMy00YTRlLWEyMzAtM2YyMzQ1MzA5NTE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2NTAzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlOGExZmUwZDM4OWY5OWFjMmQ2YzQ3ZGE2NTE1NGQzNzI5ZmYwOTdiZmZjMzlkNDk1Y2VlNDZmYzRkNWFkMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VdO13XaI33MvGzPITc_ZEaW8ruqhhMrUMZNvijlc0l8)
# Clone the repository
https://github.com/palladiumkenya/
git clone [email protected]:palladiumkenya/esm-radiology-app.git
# to install dependencies
yarn
# to run the dev server
yarn start
# OR to start on a specified port eg 5000
yarn start --port 5000
Once it is running, a browser window
should open with the OpenMRS 3 application. Log in and then navigate to
/openmrs/spa/home/radiology
.
yarn run test