Skip to content

Point of care system for AMPATH clinics

License

Notifications You must be signed in to change notification settings

AMPATH/ng2-amrs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c9d735 · Jan 6, 2025
Jan 6, 2025
Oct 6, 2023
Dec 18, 2018
Dec 18, 2018
Jan 6, 2025
Sep 21, 2017
Dec 18, 2018
Dec 18, 2018
Sep 14, 2020
Oct 5, 2023
Sep 14, 2020
Sep 14, 2020
Jan 13, 2023
Oct 9, 2020
Mar 21, 2023
Mar 21, 2023
Aug 29, 2019
Oct 6, 2023
Jul 31, 2024
Dec 18, 2018
Sep 14, 2020
Feb 15, 2024

Repository files navigation

Ng2-amrs CI

AMPATH POC

AMPATH POC is a point of care system used by AMPATH clinics. It provides real-time access to electronic medical records allowing patient records to be accessible during patient-clinician interactions. It also offers clinical decision support via automated reminders, lab integrations, clinic dashboards as well as data analytics and reporting.

AMPATH POC works in conjunction with AMPATH ETL and AMRS (AMPATH Medical Records System), a web-based open-source medical records system. It is being used against OpenMRS v2.1.2 in production but it should be compatible with older versions of OpenMRS.

Setting up a Dev Environment

Prerequisites

System Requirements

Recommended setup:

Setup

After you've made sure to have the correct things setup, you should be able to run a few commands to get set up:

git clone https://github.com/AMPATH/ng2-amrs.git
cd ng2-amrs
npm install

Running the app

To get the app up and running locally, run:

npm start

Fire up your chrome and go to https://localhost:3000. You should see a login screen with the AMPATH logo.

Building for deployment

When building for production environment use: npm run build-prod When building for staging or test environment use: npm run build-staging This assists the team to differentiate which environment they are working on

Running tests

npm test

This command will build the app and launch the Karma test runner. Karma should spin up several chrome browser instances (equal to the number of cores on your machine) and run the test specs in parallel the specs across them.

Communication and management

There are a few tools that we use extensively that all AMPATH developers should have set up:

  • JIRA for tracking bugs and project management.
  • Slack for project-specific group chats.
  • AMRS is AMPATH's medical records system. You'll need an AMRS account for use with a lot of AMPATH's internal tools, including AMPATH POC.

Access to these platforms is managed by the AMPATH IT team.