function isGroupLength()

in dicomtojson.js [73:75]


function isGroupLength(elem) {
  return /0000$/.test(elem.tag);
}