Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.86 KB

SpringHealthyEhrAnalysis

A Spring Boot Application with a Thymeleaf Frontend. Java + Spring Boot framework. MVC and Data transfer Object Design Pattern DTOD), Using an open source REST client - Spring REST template. Configured dependencies via Maven, connected to the appropriate endpoint and printed out, by state and in descending order, the percentage of hospitals that support basic EHR notes for a specific year (2014). Containerization of the app and deployment done with Docker Hub.

HEALTHisWEALTH :) JAVAEE DOCKER

Building this project:

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

To build docker image

mvn clean spring-boot:build-image

To run docker container

docker run -p 8080:8080 calebogb/healthit-ehr-service:0.0.1-SNAPSHOT

Important URLs

  1. Table view - the list of percentages of hospitals that are supported by basic EHR notes http://localhost:8080/ehr/pct-basic

  2. Json response - the list of percentages of hospitals that are supported by basic EHR notes http://localhost:8080/api/ehr-data/pct-hospital-basic-ehr