fix some more loading errors
This commit is contained in:
@@ -1084,6 +1084,10 @@ function onNewImage(e) {
|
||||
}
|
||||
|
||||
function checkAnonStatus(dataSet) {
|
||||
// dataSet will be undefined if the image is not a dicom
|
||||
if (dataSet == undefined) {
|
||||
return;
|
||||
}
|
||||
let accession_number = dataSet.string('x00080050').toLowerCase();
|
||||
let patient_id = dataSet.string('x00100020').toLowerCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user