Commit Graph

6 Commits

Author SHA1 Message Date
808ad6ea2a Add dicom_utilities.md 2025-05-16 13:49:51 +00:00
fb2a8cae58 Add analyize_discovery.py 2025-05-16 13:48:19 +00:00
f564c26919 ADd study description to Query
New Feature Added

    StudyDescription is now:

        Included in the query

        Written to the output file

        Clearly visible in the header and data rows
2025-05-14 21:38:31 +00:00
dcf2f54f82 Update archive_discovery.py
 New Features Included

    Live Record Count: Label shows how many studies have been written.

    Pause/Resume Button: Temporarily halt and resume querying without killing the session.

    Stop Button: Gracefully terminates the process early.

    Real-Time File Writing: Ensures each writer.writerow() call flushes immediately.

📝 Notes

    f.flush() is automatic now with buffering=1 (line-buffered mode).

    self.pause_event.wait() halts progress until "Resume" is pressed.

    self.stop_event.is_set() stops the loop immediately.
2025-05-14 17:18:51 +00:00
59823679b7 output writing
Added the function or writing to output file real time instead of buffering
2025-05-14 16:57:34 +00:00
1d5092ed60 Add archive_discovery.py 2025-05-14 16:48:56 +00:00