瀏覽代碼

Merge branch 'master' of https://git0.fmf.uni-lj.si/studen/iraemm

Andrej Studen 3 年之前
父節點
當前提交
e50b84a2f2
共有 3 個文件被更改,包括 25 次插入0 次删除
  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"
+	}
+}