DICOM Print SCU and DICOM Print SCP

Hi

Good day
Does DICOM Print SCU and DICOM Print SCP available in VTK ?

Looking forward your reply. Thanks

VTK itself does not provide DICOM network services, they are far beyond VTK’s scope. If you are writing a Qt + VTK application, you can look at CommonTk to see if it provides what you need, but I suspect it only provides basic PACS query/retrieve.

Your best bet is probably to implement a solution based on the command-line tools provided by DCMTK.

1 Like

Thanks David.
Much Appreciated.