I am creating Dicom Dir and I am working DCMMKDIR exe. I have my inputfiles in C:\DICOMFiles, DCMMKDIR is in C:开发者_如何学JAVA\DicomEXE and I want Output to be in C:\DICOMCDDIR
could you please guide me what I should give arguments to DCMMKDIR.
Which dcmmkdir are you using? If it is the one from dcmtk all options can be seen here: http://support.dcmtk.org/docs/dcmmkdir.html
I would use:
dcmmkdir --input-directory c:/my_input/images/ --output-file c:/DICOMDIR
精彩评论