Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-3008 authored Jul 23, 2024
2 parents f66819c + 6fe57f0 commit 0090653
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ You can find more information on how to set up OpenELIS at our

[![End to End QA Tests Status](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/frontend-qa.yml/badge.svg)](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/frontend-qa.yml)

### Running OpenELIS in Docker
### For Implementers who Just want to run OpenELIS without Making any Code Changes

see [OpenELIS-Docker setup](https://github.com/I-TECH-UW/openelis-docker)

### Running OpenELIS in Docker For Devlopers with Intention of Making code Changes

#### Running docker compose With pre-released docker images

Expand Down Expand Up @@ -91,3 +95,7 @@ accessing any of these links, simply follow these steps:
to properly format the Java code

mvn spotless:apply

https://localhost/api/OpenELIS-Global/ReportPrint?report=patientCILNSP_vreduit&type=patient&accessionDirect=&highAccessionDirect=&dateOfBirthSearchValue=&referringSiteId=1367&referringSiteDepartmentId=&onlyResults=true&\_onlyResults=on&dateType=ORDER_DATE&lowerDateRange=12%2F12%2F2020&upperDateRange=12%2F12%2F2030

https://localhost/api/OpenELIS-Global/ReportPrint?report=patientCILNSP_vreduit&type=patient&accessionDirect=&highAccessionDirect=&dateOfBirthSearchValue=&referringSiteId=1367&referringSiteDepartmentId=&\_onlyResults=on&dateType=RESULT_DATE&lowerDateRange=12%2F12%2F2020&upperDateRange=12%2F12%2F2030

0 comments on commit 0090653

Please sign in to comment.