Constructing a Query
Using search in Atlas requires a structured query.
Familiarize yourself with the structure of the data stored in Atlas.
[
{
"name": "Modality",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
{
"name": "Body_Part_Examined",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
{
"name": "Slice_Thinkness",
"mode": "NULLABLE",
"type": "FLOAT",
"description": null,
"fields": []
},
{
"name": "Patient_Sex",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
{
"name": "source_uri",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
{
"name": "patient_id",
"mode": "NULLABLE",
"type": "INTEGER",
"description": null,
"fields": []
},
{
"name": "deid_text",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
{
"name": "bounding_boxes",
"mode": "NULLABLE",
"type": "STRING",
"description": null,
"fields": []
},
}
]Simple search - Example using lung nodules


Another complex search: Example using brain mirco- hemorrhage

Last updated