-
Notifications
You must be signed in to change notification settings - Fork 3
/
iu_xray_ontology.json
54 lines (53 loc) · 1.36 KB
/
iu_xray_ontology.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
{
"name": "iu_xray_ontology",
"additional_prefixes": [
"iu_xray.onto"
],
"definitions": [
{
"entry_name": "iu_xray.onto.Findings",
"parent_entry": "forte.data.ontology.top.Generics",
"description": "A Generics class Findings, used to refer to findings part of the report",
"attributes": [
{
"name": "content",
"type": "str"
}
]
},
{
"entry_name": "iu_xray.onto.Impression",
"parent_entry": "forte.data.ontology.top.Generics",
"description": "A Generics class Impression, used to refer to impression part of the report",
"attributes": [
{
"name": "content",
"type": "str"
}
]
},
{
"entry_name": "iu_xray.onto.Tags",
"parent_entry": "forte.data.ontology.top.Generics",
"description": "A Generics class Tags, used to refer to tags part of the report",
"attributes": [
{
"name": "content",
"type": "List",
"item_type": "str"
}
]
},
{
"entry_name": "iu_xray.onto.FilePath",
"parent_entry": "forte.data.ontology.top.Generics",
"description": "A Generics class FilePath, used to refer to filepath of the report",
"attributes": [
{
"name": "img_study_path",
"type": "str"
}
]
}
]
}