function isPrivateElem()

in dicomtojson.js [69:71]


function isPrivateElem(elem) {
  return dicomParser.isPrivateTag(elem.tag);
}