This API tracks the list of scanners listed in the <xnat:scanner> XML property of the xnat:imageSessionData data type. While it may have served other purposes prior to the definition of the dicomSCP REST API, now it is a vestigial (but still functional) REST endpoint


Get A List Of Scanners That Have Provided Image Session Data To Your XNAT

GET - /data/scanners

Parameters: none

Response:

{
  "ResultSet": {
    "Result": [
      {
        "scanner": "string"
      },
      ...
    ],
    "totalRecords": "integer",
    "title": "Scanners"
  }
}


  • No labels