Skip to content

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.

Notifications You must be signed in to change notification settings

chs74515/SpringHealthyEhrAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published