ReqProcDescription Worklist field

  • Good morning,
    is there a reason for the "ReqProcDescription" field of the worklist to be limited to 16 characters?
    Is it possible without departing from the standard DICOM to get it to 64 characters?


    { 0x0032, 0x1060, "ReqProcDescription", 16, SQL_C_CHAR, DT_STR, "OBR.4.1" },
    ->
    { 0x0032, 0x1060, "ReqProcDescription", 64, SQL_C_CHAR, DT_STR, "OBR.4.1" },

  • Hi


    You found a bug: it should be 64 chars. I will update dicom.sql generator in next releases. You can easily edit dicom.sql to make the string 64 long and then clear the worklist database.


    Marcel

Participate now!

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