All, Is there any N-delete tools in DCMTK? If there isn't , Could someone please recommend a tool to me . I just want to delete the DICOM file stored in the pacs. Thanks.
相关问题
- What is the [Referenced SOP Class/Instance UID] in
- How to write a DICOM file from raw ecg data
- Difference between the functions “im2uint8” (in MA
- DICOM File compression
- Render JPEG 2000 Image Compression Dicom with Fo-D
相关文章
- How to save image as DICOM
- How to decide if a DICOM series is a 3D volume or
- how to display dicom image in matlab?
- Visual Studio: MSB3073 error exited with code 1
- Excluding Blank Nodes from SPARQL query results
- How to read nested/child DICOM tags from sequences
- How to show legally DICOM 16 unsigned integer on t
- Python convert .dcm to .png, images are too bright
As Riesmeier mentioned above, there is no standard DICOM service to delete a DICOM file stored on PACS. N-DELETE command is used by Print Management and RT Machine Verification but not for deleting DICOM files.
Some PACS may allow configuring an AE to overwrite SOP instances stored on the PACS (e.g. overwrite the previous instance) and others may use private service for the task. Private Service may use N-DELETE command or N-ACTION command for the task.
Please, check the DICOM conformance statement of the PACS you are working with or ask the PACS Admin for a solution.
N-DELETE is not for deleting DICOM objects in a PACS. It is e.g. used for the Print Management Service, i.e. for deleting a print job or film box.
If you want to "delete" a DICOM object in a PACS, have a look at the IHE IOCM integration profile.