From 3223da43589e992522903a7faff3e74c4fffe48f Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Sun, 14 Feb 2016 20:46:48 -0500 Subject: [PATCH] Add "defaultServiceType": "dicomWeb" to make DCM4CHE work --- config/siimDCM4CHEE.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/siimDCM4CHEE.json b/config/siimDCM4CHEE.json index 455a5cde5..294766834 100644 --- a/config/siimDCM4CHEE.json +++ b/config/siimDCM4CHEE.json @@ -16,6 +16,7 @@ } ] }, + "defaultServiceType": "dicomWeb", "public": { "staleSessionInactivityTimeout": 300000, "staleSessionHeartbeatInterval": 30000,