function isBinaryVR()

in dicomtojson.js [53:55]


function isBinaryVR(vr) {
  return BIN_VR_LIST.includes(vr);
}