Skip to content

Commit

Permalink
updated BIH staging FE config
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmeyer committed Jan 23, 2025
1 parent e48672f commit faf1a79
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions config/bih/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"fields": [
"StudyDescription",
"BodyPartExamined",
"PatientSex",
"PatientAge",
"EthnicGroup",
Expand All @@ -53,9 +52,6 @@
"StudyDescription": {
"title": "Study Description"
},
"BodyPartExamined": {
"title": "Body Part Examined"
},
"PatientSex": {
"title": "Patient Sex"
},
Expand All @@ -68,9 +64,6 @@
"race": {
"title": "Race"
},
"data_contributor": {
"title": "Data Contributor"
},
"primary_site": {
"title": "Primary Site"
},
Expand All @@ -94,6 +87,9 @@
"collection_id": {
"title": "Collection ID"
},
"data_contributor": {
"title": "Data Contributor"
},
"license": {
"title": "License",
"type": "link",
Expand All @@ -107,7 +103,7 @@
"sortable": false
},
"StudyInstanceUID": {
"title": "Study ID"
"title": "Study UID"
},
"subject_id": {
"title": "Subject ID"
Expand All @@ -122,10 +118,6 @@
"field": "StudyDescription",
"name": "Study Description"
},
{
"field": "BodyPartExamined",
"name": "Body Part Examined"
},
{
"field": "PatientSex",
"name": "Patient Sex"
Expand Down Expand Up @@ -243,7 +235,9 @@
"race",
"primary_site",
"disease_type",
"commons_name"
"commons_name",
"data_contributor",
"collection_id"
]
}
]
Expand Down Expand Up @@ -292,7 +286,7 @@
"title": "Data Contributor"
},
"collection_id": {
"title": "Collection"
"title": "Collection ID"
},
"license": {
"title": "License",
Expand Down

0 comments on commit faf1a79

Please sign in to comment.