Closed anzhao closed 2 months ago
I have turned on the Whole Slide Imaging (WSI) Datatype (xnat:smSessionData) on our XNAT dev server (see image below).
I obtained some slide image data from idc open data shared on S3 by installing s5cmd and running the following command:
I upload the slide image data to our dev test server and confirmed that XNAT OHIF viewer not support it.
By adding QuPath to Neurodesk should be addressed the above issue or alternatively: https://github.com/ImagingDataCommons/slim, this slim code repo seems to address this issue as well.
External Camera Protected Session data (XCPsession) and External Camera Protected Scan data (XCPscan) both limit the access of the datatype by IP address (see below).
In the first instance we won't need it limited by IP as @dean-taylor still needs to look at how we segregate container access, but the creation of the separate data is needed as we will toggle the restrict by IP address at a later date.
Build the new ECP data type plugin successfully.
Create the NEW xcp session data type and loaded into the local XNAT:
On the backend database, it will create tables of ais_xcpSessionData_meta_data, ais_xcpSessionData_history, ais_xcpSessionData and so on to add this new data type to XNAT.
Implemented plugin, need to put on GitHub and create GH action to build
Metadata
Epic: XNAT datatype.
Description
New XNAT data types are needed to store various kinds of research data within the XNAT platform.
Development Stages
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>