Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMarcogliese committed Oct 24, 2017
1 parent 061ce4b commit 8cf98ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Project consists of:
1. Java Web Client for demonstrating the Web Service.

Web Service allows creation of multiple patient records generated from a random data set, as well as from provided
patient demographic options.

Records can be returned via SOAP to a web or standalone application, or to an http endpoint that can be specified in
the `config.properties` file. Then `useEndpoint` flag when calling the generator should be set to `true` when an http
endpoint is preferred. All records are returned in XML format in FHIR DSTU2 specification.
patient demographic options. Web Service endpoint can be accessed via `http:https://localhost:8080/patientgenerator-0.1/generationService?wsdl`.

If a local application needs to be created to access the patient-generation webservice, generated class files from the
WSDL can be found in `src/main/java/client/classes`.

Source file documentation can be found in the `docs` folder.
Records can be returned to the caller via SOAP, or to an alternate http endpoint that can be specified in
the `config.properties` file. Then `useEndpoint` flag when calling the generator should be set to `true` when an http
endpoint is preferred. All records are returned in XML format in FHIR DSTU2 specification.

Javadoc documentation can be found in the `docs` folder.

How to start the Patient-Generator application
---
Expand Down

0 comments on commit 8cf98ff

Please sign in to comment.