UNPKG

675 BJSONView Raw
1{
2 "type": "array",
3 "items": {
4 "description": "All Digital Imaging and Communications in Medicine (DICOM) studies for a specified patient",
5 "type": "object",
6 "properties": {
7 "dateRecorded": {
8 "description": "Date the study was recororded",
9 "type": "string"
10 },
11 "studyDescription": {
12 "description": "Description of the type of study conducted",
13 "type": "string"
14 },
15 "source": {
16 "description": "Reference to the originating system, e.g. orthanc",
17 "type": "string"
18 },
19 "studyId": {
20 "description": "Unique ID of the study",
21 "type": "string"
22 }
23 }
24 }
25}