Skip to content

Commit

Permalink
update config for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Aug 29, 2024
1 parent 5f50ff0 commit 9a9f1a2
Showing 1 changed file with 41 additions and 43 deletions.
84 changes: 41 additions & 43 deletions config/bih/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
{
"tabTitle": "Series",
"charts": {
"gen3_discovery.commons": {
"commons": {
"chartType": "fullPie",
"title": "Platform"
},
"gen3_discovery.primary_site": {
"primary_site": {
"chartType": "fullPie",
"title": "Primary Site"
},
"gen3_discovery.disease_type": {
"disease_type": {
"chartType": "fullPie",
"title": "Disease Type"
}
Expand All @@ -20,12 +20,12 @@
{
"title": "Study Selection",
"fields": [
"gen3_discovery.PatientSex",
"gen3_discovery.Modality",
"gen3_discovery.BodyPartExamined",
"gen3_discovery.primary_site",
"gen3_discovery.disease_type",
"gen3_discovery.commons"
"PatientSex",
"Modality",
"BodyPartExamined",
"primary_site",
"disease_type",
"commons_name"
]
}
]
Expand All @@ -37,42 +37,42 @@
"label": "Maximum of 10,000 Total Records. Records per Page:"
},
"fields": [
"gen3_discovery.dicom_viewer_url",
"gen3_discovery.StudyInstanceUID",
"gen3_discovery.StudyDescription",
"gen3_discovery.BodyPartExamined",
"gen3_discovery.primary_site",
"gen3_discovery.disease_type",
"gen3_discovery.commons",
"gen3_discovery.collection_id",
"gen3_discovery.SeriesInstanceUID",
"gen3_discovery.SeriesDescription"
"dicom_viewer_url",
"StudyInstanceUID",
"StudyDescription",
"BodyPartExamined",
"primary_site",
"disease_type",
"commons_name",
"collection_id",
"SeriesInstanceUID",
"SeriesDescription"
],
"columns": {
"gen3_discovery.StudyInstanceUID": {
"StudyInstanceUID": {
"title": "Study ID"
},
"gen3_discovery.StudyDescription": {
"StudyDescription": {
"title": "Study Description",
"sortable": false
},
"gen3_discovery.dicom_viewer_url": {
"dicom_viewer_url": {
"title": "",
"type": "link",
"width" : "32px",
"cellRenderFunction": "DiacomLink"
},
"gen3_discovery.SeriesDescription": {
"SeriesDescription": {
"title": "Series Description",
"sortable": false
},
"gen3_discovery.BodyPartExamined": {
"BodyPartExamined": {
"title": "Body Part Examined"
},
"gen3_discovery.SeriesInstanceUID": {
"SeriesInstanceUID": {
"title": "Series Images"
},
"gen3_discovery.commons": {
"commons_name": {
"title": "Platform",
"type": "link",
"cellRenderFunction": "linkWithValueMap",
Expand All @@ -86,56 +86,56 @@
}
}
},
"gen3_discovery.collection_id": {
"collection_id": {
"title": "Collection"
}
}
},
"guppyConfig": {
"dataType": "metadata",
"dataType": "imaging_series",
"nodeCountTitle": "Imaging Series",
"fieldMapping": [
{
"field": "gen3_discovery.StudyInstanceUID",
"field": "StudyInstanceUID",
"name": "Study ID"
},
{
"field": "gen3_discovery.SeriesDescription",
"field": "SeriesDescription",
"name": "Series Description"
},
{
"field": "gen3_discovery.BodyPartExamined",
"field": "BodyPartExamined",
"name": "Body Part Examined"
},
{
"field": "gen3_discovery.PatientSex",
"field": "PatientSex",
"name": "Gender"
},
{
"field": "gen3_discovery.primary_site",
"field": "primary_site",
"name": "Primary Site"
},
{
"field": "gen3_discovery.disease_type",
"field": "disease_type",
"name": "Disease Type"
},
{
"field": "gen3_discovery.commons",
"field": "commons_name",
"name": "Platform"
},
{
"field": "gen3_discovery.collection_id",
"field": "collection_id",
"name": "Collection ID"
}
],
"manifestMapping": {
"resourceIndexType": "metadata",
"resourceIdField": "gen3_discovery.StudyInstanceUID",
"resourceIndexType": "imaging_series",
"resourceIdField": "StudyInstanceUID",
"referenceIdFieldInResourceIndex": "StudyInstanceUID",
"referenceIdFieldInDataIndex": "StudyInstanceUID"
},
"accessibleFieldCheckList": ["authz"],
"accessibleValidationField": "gen3_discovery.authz"
"accessibleValidationField": "auth_resource_path"
},
"loginForDownload": false,
"dropdowns": {
Expand All @@ -153,8 +153,7 @@
"rightIcon": "download",
"action": "data-json",
"actionArgs": {
"filename": "MIDRC_Series_table.json",
"rootPath": "gen3_discovery"
"filename": "BIH_Series_table.json"
}
},
{
Expand All @@ -165,8 +164,7 @@
"rightIcon": "download",
"action": "data-csv",
"actionArgs": {
"filename": "MIDRC_Series_table.csv",
"rootPath": "gen3_discovery"
"filename": "BIH_Series_table.csv"
}
}
]
Expand Down

0 comments on commit 9a9f1a2

Please sign in to comment.