ohif-viewer/Packages/worklist/server/lib/remoteGetValue.js

4 lines
82 B
JavaScript
Raw Normal View History

2016-08-10 15:39:31 +02:00
export const remoteGetValue = function(obj) {
return obj ? obj.Value : null;
};