Posts by Bobmor

    I have been exporting images for sometime now. I have the following in my dicom.ini


    ExportConverters = 2
    ExportConverter0 = mkdcmdir.bat "%V0010,0010"
    ExportConverter1 = dgate.exe "--convert_to_jpg:%f,600,D:\DICOM\Images\%V0010,0010\%b.jpg,//0"


    I have had some images make it to the database but not exported out to the jpeg files. I think that the mkdcmdir.bat is hanging in the queue and then the degate cannot find the directory and then it fails. I was wondering if there is a wait comnmand I could put in between the make directory and the degate so that the server could catch up and the directory will be therem when the degate needs it. Is there such a command and could you tell me what it is. Thank you.