Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Releases: somnonetz/snet-plugin

v0.2.0

04 Nov 14:36
Compare
Choose a tag to compare
bump version to 0.2.0

v0.1.9

07 Oct 11:54
Compare
Choose a tag to compare
update build system to work with gradle 6.9

port from snet-asclepios-plugin

targets xnat 1.7.6 but tested and working on xnat 1.8.3

pre-release: 0.1.8

20 May 10:46
Compare
Choose a tag to compare
pre-release: 0.1.8 Pre-release
Pre-release
v0.1.8

add upload edf action to subject template

pre-release: 0.1.7

19 May 15:46
Compare
Choose a tag to compare
pre-release: 0.1.7 Pre-release
Pre-release
v0.1.7

add upload EDF file link to action box

pre-release: 0.1.6

08 May 15:56
Compare
Choose a tag to compare
pre-release: 0.1.6 Pre-release
Pre-release
populate container commands for scan actions

this is a bit of a hack to patch a bug in commandUiLauncher.js, where
the xsiType parameter for the available commands endpoint is contructed
like this:

var xsiScanType = xsiType.replace('Session','Scan');

in our case this will not work, since our session data type is called
"sleepResearchSessionData" and our scan data type is called "psgScanData".

the above line assumes our scan data type is called
"sleepResearchScanData".

pre-release 0.1.5

06 May 13:17
Compare
Choose a tag to compare
pre-release 0.1.5 Pre-release
Pre-release
v0.1.5

open sn-editor with xnat parameters provided

pre-release: 0.1.4

05 May 14:37
Compare
Choose a tag to compare
pre-release: 0.1.4 Pre-release
Pre-release

add View EDF File link

pre-release 0.1.3

21 Apr 09:29
Compare
Choose a tag to compare
pre-release 0.1.3 Pre-release
Pre-release

clean up schemas and templates. requires fresh database

pre-release 0.1.2

18 Mar 21:23
Compare
Choose a tag to compare
pre-release 0.1.2 Pre-release
Pre-release

ensure record labels are unique

pre-release 0.1.1

17 Mar 20:20
Compare
Choose a tag to compare
pre-release 0.1.1 Pre-release
Pre-release

brings psgScanData details screen up-to-date