function isEmptyElem()

in dicomtojson.js [81:83]


function isEmptyElem(elem) {
  return elem.length === 0;
}