2015-10-13 14:14:50 +02:00
|
|
|
Services = {};
|
|
|
|
|
Services.QIDO = {};
|
2016-01-13 16:17:32 +01:00
|
|
|
Services.WADO = {};
|
2016-02-08 16:14:13 +01:00
|
|
|
Services.DIMSE = {};
|
|
|
|
|
Services.REMOTE = {};
|
|
|
|
|
|
|
|
|
|
remoteGetValue = function(obj) {
|
|
|
|
|
return obj ? obj.Value : null;
|
2016-05-07 08:58:46 +02:00
|
|
|
};
|