Forward images depending on patient's name.

  • Try,


    ExportConverters = 2
    ExportConverter0 = ifequal "%V0010,0010","foo"; forward to CDBURN
    ExportConverter1 = ifequal "%V0010,0010","bar"; forward to RECEIVER_SEC


    PATIENTNAM is for SQL statements, not for scripting.


    The first version requires correct SQL syntax, try:


    ExportFilter0 = DICOMPATIENTS.PATIENTNAM like 'FOO'


    Marcel

  • Hi,


    yes, you test things double, I meant to say that you can use either of the two lines. The %V0010,0010 is the dicom element (0010,0010) - patientname. You can read any dicom element this way.


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!