switch_dicom_node
Switch the active DICOM node to a configured destination, directing subsequent operations to a different PACS or workstation.
Instructions
Switch the active DICOM node connection to a different configured node.
This tool changes which DICOM node (PACS, workstation, etc.) subsequent operations will connect to. The node must be defined in the configuration file.
Args: node_name: The name of the node to switch to, must match a name in the configuration
Returns: Dictionary containing: - success: Boolean indicating if the switch was successful - message: Description of the operation result or error
Example: { "success": true, "message": "Switched to DICOM node: orthanc" }
Notes: Returns success False if the node name is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |