-
Notifications
You must be signed in to change notification settings - Fork 6
/
studyList.json
84 lines (84 loc) · 2.42 KB
/
studyList.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"studyList": [{
"patientName": "患者^MR",
"patientId": "832040",
"studyDate": "20010108",
"modality": "MR",
"studyDescription": "BRAIN SELLA",
"numImages": 17,
"studyId": "mrstudy"
},
{
"patientName": "患者^CT",
"patientId": "2178309",
"studyDate": "20010105",
"modality": "CT",
"studyDescription": "CHEST",
"numImages": 111,
"studyId": "ctstudy"
},
{
"patientName": "患者^CR",
"patientId": "9227465",
"studyDate": "20010109",
"modality": "CR",
"studyDescription": "pelvis",
"numImages": 2,
"studyId": "crstudy"
},
{
"patientName": "患者^DX",
"patientId": "3524578",
"studyDate": "20010109",
"modality": "DX",
"studyDescription": "CHEST",
"numImages": 2,
"studyId": "dxstudy"
},
{
"patientName": "患者^MG",
"patientId": "1346269",
"studyDate": "20010109",
"modality": "MG",
"studyDescription": "MAMMOGRAM",
"numImages": 8,
"studyId": "mgstudy"
},
{
"patientName": "患者^Anonymous",
"patientId": "12345678",
"studyDate": "20100510",
"modality": "PTCT",
"studyDescription": "Neck^HeadNeckPETCT",
"numImages": 261,
"studyId": "ptctstudy"
},
{
"patientName": "US Echo",
"patientId": "",
"studyDate": "20120418",
"modality": "US",
"studyDescription": "US Dopler",
"numImages": 22,
"studyId": "usdopplerstudy"
},
{
"patientName": "Dermatology",
"patientId": "922746522",
"studyDate": "20010109",
"modality": "DERM",
"studyDescription": "Skin Rash",
"numImages": 2,
"studyId": "dermatology"
},
{
"patientName": "US JPEG",
"patientId": "123454321",
"studyDate": "20120418",
"modality": "US",
"studyDescription": "US FETAL SURVEY",
"numImages": 22,
"studyId": "usjpeg"
}
]
}