Sfoglia il codice sorgente

Adding configuration files

Andrej Studen 2 anni fa
parent
commit
f953e33ea3

+ 19 - 0
templates/iraemm_iBrowserProspective.json

@@ -0,0 +1,19 @@
+{
+"datasets":{
+	"datasetsComment":"Imaging ds will be used to compile image path",
+	"Imaging":{
+		"project":"IPNUMMprospektiva/Study",
+		"schema":"study",
+		"query":"Imaging1"},
+	"SegmentationsMaster":{
+		"project":"IPNUMMprospektiva/Study",
+		"schema":"study",
+		"query":"SegmentationsMaster"},
+	"SegmentationsList":{
+		"project":"IPNUMMprospektiva/Study",
+		"schema":"lists",
+		"query":"segmentationList"}
+},
+"participantField":"ParticipantId",
+"imageDir":"preprocessedImages"
+}

+ 21 - 0
templates/iraemm_iBrowserRetrospective.json

@@ -0,0 +1,21 @@
+{
+"datasets":{
+	"datasetsComment":"Imaging ds will be used to compile image path",
+	"Imaging":{
+		"project":"iPNUMMretro/Study",
+		"schema":"study",
+		"query":"Imaging1",
+		"visitField":"visitCode",
+		"filter":{"lesionDetectionStudy":"1"}},
+	"SegmentationsMaster":{
+		"project":"iPNUMMretro/Study",
+		"schema":"study",
+		"query":"SegmentationsMaster"},
+	"SegmentationsList":{
+		"project":"iPNUMMretro/Study",
+		"schema":"lists",
+		"query":"segmentationList"}
+},
+"participantField":"PatientId",
+"imageDir":"preprocessedImages"
+}