-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphVariablesCases.json
More file actions
89 lines (89 loc) · 2.67 KB
/
graphVariablesCases.json
File metadata and controls
89 lines (89 loc) · 2.67 KB
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
85
86
87
88
89
{
"detection_primary1" :
{
"title" : "Mode of detection of 1st primary breast cancer",
"units" : "",
"values" :
{
"detection_primary1_screen": "Screened",
"detection_primary1_nonscreen": "Nonscreened",
"detection_primary1_DK": "Unknown"
}
},
"dxdate_primary1" :
{
"title" : "Year of diagnosis of 1st primary breast cancer",
"units" : "Year Range",
"values" :
{
"dxdate_primary1_1970_1979": "1970-1979",
"dxdate_primary1_1980_1989": "1980-1989",
"dxdate_primary1_1990_1999": "1990-1999",
"dxdate_primary1_2000_2009": "2000-2009",
"dxdate_primary1_2010_2019": "2010-2019",
"dxdate_primary1_GE2020": ">=2020",
"dxdate_primary1_DK": "Unknown"
}
},
"er_primary1" :
{
"title" : "ER status of first primary tumor",
"units" : "",
"values" :
{
"er_primary1_pos": "Positive",
"er_primary1_neg": "Negative",
"er_primary1_DK": "Unknown"
}
},
"famHist" :
{
"title" : "Family history of breast cancer",
"units" : "",
"values" :
{
"famHist_yes": "Yes",
"famHist_DK": "Unknown"
}
},
"grade_primary1" :
{
"title" : "Histopathological grade for first primary tumor",
"units" : "",
"values" :
{
"grade_primary1_1": "Well-differentiated",
"grade_primary1_2": "Moderately differentiated",
"grade_primary1_3": "Poorly/Undifferentiated",
"grade_primary1_777": "NA",
"grade_primary1_NA": "NA",
"grade_primary1_DK": "Unknown"
}
},
"invasive_primary1" :
{
"title" : "Invasive or insitu for 1st primary breast cancer",
"units" : "",
"values" :
{
"invasive_primary1_insitu": "Insitu",
"invasive_primary1_inv": "Invasive",
"invasive_primary1_DK": "Unknown"
}
},
"sizecat_primary1" :
{
"title" : "Tumor size of first primary, categorized",
"units" : "",
"values" :
{
"sizecat_primary1_0": "0 cm",
"sizecat_primary1_1": ">0 to <=2cm",
"sizecat_primary1_2": ">2cm and <=5cm",
"sizecat_primary1_3": "5cm",
"sizecat_primary1_777": "NA",
"sizecat_primary1_DK": "Unknown",
"sizecat_primary1_NA": "NA"
}
}
}