UNPKG

583 BJSONView Raw
1{
2 "get": {
3 "tags": [
4 "Ripple"
5 ],
6 "description": "Gets all Digital Imaging for Communications in Medicine (DICOM) records for specified patient",
7 "security": "=> auth()",
8 "produces": "=> json()",
9 "parameters": [
10 {
11 "name": "patientId",
12 "in": "path",
13 "description": "Patient Id",
14 "required": true,
15 "type": "string"
16 }
17 ],
18 "responses": {
19 "200": "=> get('response200.json', 'desc', 'All DICOM documents', 'ref', 'dicomStudiesResponse')",
20 "403": "=> get('response403.json')"
21 }
22 }
23}