load-dicom-series
Load a specified DICOM series into memory using the DICOM-MCP server for efficient medical image processing, accessible via the Series UID.
Instructions
Load a DICOM series into memory for processing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
series_uid | Yes | Series UID of the DICOM series to load |
Input Schema (JSON Schema)
{
"properties": {
"series_uid": {
"description": "Series UID of the DICOM series to load",
"type": "string"
}
},
"required": [
"series_uid"
],
"type": "object"
}