function isNumericVR()

in dicomtojson.js [57:59]


function isNumericVR(vr) {
  return NUM_VR_LIST.includes(vr);
}