StudyDate/Time correction
Fix an incorrect study date or time left by a scanner clock error.
Problem
The Study Date or Study Time on a DICOM file is wrong — the modality’s internal clock was off by a day, or the time zone wasn’t configured correctly. Incorrect temporal metadata breaks study sorting in the PACS, affects hanging protocol matching, and can cause compliance issues with report turnaround time tracking.
Steps
-
Open the file (⌘O) and switch to Edit mode (⌘3).
-
Study Date (0008,0020) — filter, double-click, enter the correct date in
YYYYMMDDformat (e.g.20260607). The DA VR validator enforces exactly 8 digits. Invalid formats are rejected:2026/06/07(slashes) → “Must be exactly 8 digits: YYYYMMDD”INVALID_DATE(text) → rejected, save button disabled
-
Study Time (0008,0030) — filter, double-click, enter the correct time in
HHMMSSorHHMMSS.FFFFFFformat (e.g.231800). The TM VR validator rejects non-numeric formats:12 o-clock(text) → rejected, save button disabled
-
Click Save change for each field. Both appear gold-highlighted.
Expected Result
- Study Date is corrected and validated against DA VR (8 digits, YYYYMMDD).
- Study Time is corrected and validated against TM VR (HHMMSS).
- Invalid formats are caught client-side before saving — the save button is disabled and a red error message explains the expected format.
- The dirty counter increments for each modification.
- The corrected dates ensure proper chronological sorting in PACS queries.