function getVR()

in dicomtojson.js [85:87]


function getVR(elem) {
  return elem.vr || (lookupTag(elem.tag) || { vr: "UN" }).vr;
}