Browse Source

Adding templates

Andrej Studen 3 years ago
parent
commit
95e8ceafb2
3 changed files with 25 additions and 0 deletions
  1. 4 0
      templates/modifyDataset.json
  2. 4 0
      templates/preprocess.json
  3. 17 0
      templates/prospectiveIRAEMM.json

+ 4 - 0
templates/modifyDataset.json

@@ -0,0 +1,4 @@
+{"project":"IPNUMMprospektiva/Study",
+ "schema":"lists",
+ "query":"crfEntry"
+}

+ 4 - 0
templates/preprocess.json

@@ -0,0 +1,4 @@
+{ "config": 
+	"http://onko-nix.onko-i.si:8080/labkey/_webdav/Analysis/Run/%40files/configuration/prospectiveIRAEMM.json"
+}
+

+ 17 - 0
templates/prospectiveIRAEMM.json

@@ -0,0 +1,17 @@
+{ "Orthanc":
+	{"project":"Orthanc/Database",
+	"schemaName":"study",
+	"queryName":"Imaging",
+	"demographicsQuery":"Demographics",
+	"participantField":"PatientId"
+	},
+  "Database":
+  	{"project":"IPNUMMprospektiva/Study",
+	 "schemaName":"study",
+	 "queryName":"Imaging1",
+ 	 "participantField":"ParticipantId",
+	"transferQuery":"imageTransferReport",
+	"missingImagesQuery":"missingImages",
+	"missingImagesSchema":"lists"
+	}
+}