Posts by lbarbara

    Many thanks, all! It looks like I was making a false assumption. When I read the documentation: "ExportConverterN may run a program using the following syntax (for example) ‘notepad %f’, where %f=filename, %m=modality, %s=stationname, ..." I assumed that I could use the same folder-making syntax that FileNameSyntax uses. A fortuitous misunderstanding because you've also given me a method for superior jpegs. Thanks again!

    I need to produce jpegs of significant images and want to store them in adhoc subfolders based on mrn :
    1) [This works]: ExportConverter0 = save jpg as D:\SigImages\%i%b.jpg
    2)[ Nothing happens at all]: when I change the "%i" to "%i\" i.e. ExportConverter0 = save jpg as D:\SigImages\%i\%b.jpg
    The Conquest server status window shows me a perfectly constructed folder path, e.g. D:\SigImages\1234567\0000.jpg but nothing at all gets created. Thoughts anyone?