Posts by Tmellert

    Hello,


    when I make a Directory with an ImportConverter

    mkdir \\fs03\...\%VPatientID_%VPatientName_%V0020,000d\

    the outcome is:

    1700712_Bond^James_1.2.840.113619.6.95.31.0.3.4.1.1013.13.4258252


    But when I try this with the Parameters in my program,

    I only get the Name without the "^".

    Therefore the Firstname and the Lastname aren't seperated.


    Do you have an Idea why?

    Hi is it possible to start a .exe file with parameters? For example:


    #ImportConverter1 sort incoming files

    ImportModality1 = RTDose

    ImportCallingAE1 = CMS_SCU05

    ImportConverter1 = call filesorter.exe (%PatientID, %VPatientName)


    Regards

    Tobias

    Hi,


    my ImportConverter isn't working as intended.

    The Files are not copied to the Folder.



    #ImportConverter1 Make Filecopy in Incoming-Folder if RTDOSE from scu5

    ImportModality1 = RTDose

    ImportCalledAE1 = *

    ImportCallingAE1 = CMS_SCU05

    ImportConverter1 = ifnotequal "%m", "RTDOSE"; save dcm as C:\Temp\INCOMING\%PatientID_%VPatientName\%b.dcm;


    The logfile says:

    [CSTEST] Importconverter1.0 executes: ifnotequal "RTDOSE", "RTDOSE"

    [CSTEST] FreeStore Left 33343 on C:\

    [CSTEST] Importconverter1.1 not executed because of previous statement



    What is my mistake?

    Thank you for helping.