ohif-viewer/Packages/worklist/server/lib/remoteGetValue.js
2016-08-10 15:39:31 +02:00

4 lines
82 B
JavaScript

export const remoteGetValue = function(obj) {
return obj ? obj.Value : null;
};