I have the dicom images with tsuid=1.2.840.10008.1.2.4.90 - JPEG 2000 Image Compression (Lossless Only)
But i would like to cmove with tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian using command line.
Dcm4che2 has the option -native in dcmrcv to accept only transfer syntax with uncompressed pixel data.
But i can't find in dcm4che3 for cmove. I referred this url http://support.dcmtk.org/docs/storescp.html and tried this way but it didn't work.
Receiver/Listener:
storescp -b LOCAL-AET@localhost:11112 +xe --directory .
CMove:
movescu -b LOCAL-AET@localhost:11114 -c DEST-AET@dest_ip:104 -m StudyInstanceUID=1.2.3.4 +B --dest LOCAL-AET
Could anyone help here!