Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:joaobentes/HospitalSimulator into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobentes committed Apr 24, 2017
2 parents f067c3a + 3bf5773 commit a19b413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ The Web API will be available on the port 5000. For example: `http://localhost:5

* **Error Response:**

* **Code:** 422 UNPROCESSABLE ENTRY <br />
* **Code:** 400 BAD REQUEST <br />
**Content:**
`{ error : "Invalid Patient Condition" }` OR `{ error : "Invalid Patient Data" }`
   `{ error : "Invalid Patient Condition" }` OR `{ error : "Invalid Patient Data" }` OR `{ error = "Invalid Consultation object" }`
   
* **Notes:**

The version 0.1 only supports three types of patient's condition: (1) Cancer.Head&Neck, (2) Cancer.Breast, (3) Flue.
Expand Down

0 comments on commit a19b413

Please sign in to comment.