The example DicomDirItems throws an exception while scanning the DicomDirEntry tags

Issue #137 closed
Paolo Brandoli repo owner created an issue

DicomDirItems catches the wrong exception while scanning the DicomDirEntry tags (MissingItemError instead of MissingDataElementError).

This causes the application to exit prematurely.

Additionally, there is a problem of DicomDirEntry ownership in the function scanChildren in the example.

Comments (5)

  1. Log in to comment