Workflow integration
Wrong AET tag rewrite
Rewrite tags populated with the wrong Application Entity Title.
Problem
A DICOM file was incorrectly routed to the wrong Application Entity Title (AET). The Called AE Title (0008,0051) or Calling AE Title (0008,0050) tags contain the wrong value, preventing the file from reaching its intended PACS destination. You need to correct these AE tags before resending.
Steps
- Open the DICOM file — click Open files… (⌘O).
- Switch to Edit mode — click the Edit tab (⌘3).
- Find the AE Title tags — in the tag filter box, type “(0008,0050)” for Calling AE Title or “(0008,0051)” for Called AE Title.
- Edit the tag — double-click the row. In the Edit Tag modal, replace the incorrect value with the correct AE Title (e.g.
DCM4CHEE). The VR (AE) enforces a maximum length of 16 characters. - Save — click Save change. The row turns gold (modified highlight).
- Verify — the AE Title now shows the corrected value. The file can be resent (use case 7.1.2) to the correct PACS destination.
- Validation — entering a value longer than 16 characters is rejected with a red VR validation error: “Must be less than or equal to 16 characters”.
Expected Result
- Corrected AE Title tag displays the new value with gold highlighting.
- AE VR enforces 16-character maximum length; longer values are rejected.
- The dirty counter increments for each modified AE tag.
- The corrected file is ready for resending via DICOM C-STORE.