MWL List remains Empty

Hi Guys
I have Set up Orthanc and the MWL Plugin. However the CXDI Device shows EMPTY List
I tried these things to limit the issue:
C-Echo is passing in Both directions.
I let pydicom read my *.dcm Files waiting in the Folder I defined: No Errors all data displayed correctly
I entered β€œmyself” as DiacomModality to Orthanc, so I can see the local work list (like looking into a mirror) but also get an empty list
i tried using findscu to localhost, but this actually IS giving me a list of Pending Items

so… what do i oversee? what could i try to exclude other errors?

Hi,

I guess you have already enabled the verbose logs.

That should help you visualize connections and C-Find queries.

Best,

Alain

Thanks for the valuable hint. It turns out that the Worklist dosn’t match the Device Query.
I1029 13:45:07.326933 DICOM-3 worklists:/Plugin.cpp:82] Received worklist query from remote modality CANON_CXDI:
{
β€œ0008,0050” : β€œβ€,
β€œ0008,0090” : β€œβ€,
β€œ0008,1110” : ,
β€œ0010,0010” : β€œβ€,
β€œ0010,0020” : β€œβ€,
β€œ0010,0030” : β€œβ€,
β€œ0010,0040” : β€œβ€,
β€œ0010,1020” : β€œβ€,
β€œ0010,1030” : β€œβ€,
β€œ0010,21c0” : null,
β€œ0020,000d” : β€œβ€,
β€œ0032,1032” : β€œβ€,
β€œ0032,1060” : β€œβ€,
β€œ0032,1064” :
[
{
β€œ0008,0100” : β€œβ€,
β€œ0008,0102” : β€œβ€,
β€œ0008,0103” : β€œβ€,
β€œ0008,0104” : β€œβ€
}
],
β€œ0040,0100” :
[
{
β€œ0008,0060” : β€œDX”,
β€œ0032,1070” : β€œβ€,
β€œ0040,0001” : β€œβ€,
β€œ0040,0002” : β€œβ€,
β€œ0040,0003” : β€œβ€,
β€œ0040,0006” : β€œβ€,
β€œ0040,0007” : β€œβ€,
β€œ0040,0008” :
[
{
β€œ0008,0100” : β€œβ€,
β€œ0008,0102” : β€œβ€,
β€œ0008,0103” : β€œβ€,
β€œ0008,0104” : β€œβ€
}
],
β€œ0040,0009” : β€œβ€,
β€œ0040,0010” : β€œβ€,
β€œ0040,0011” : β€œβ€,
β€œ0040,0012” : β€œβ€
}
],
β€œ0040,1001” : β€œβ€
}

I1029 13:45:07.326933 DICOM-3 worklists:/Plugin.cpp:197] Worklist C-Find: parsed 1 files, found 0 match(es)
But this is odd, i see only filter for Modality Type = DX and i hafe set that in my file. The log says it parsed the File but found it not a match.

The next question is β€œis it set at the right place ?”. It should be set as a child of 0040,0100.

Feel free to share a sample worklist file.

Best regards,

Alain.

1 Like

indeed. This was the problem. This also explains why i found it in findscu, since my filter was not as detailed. THANK YOU. I fixed the order of tags and now its working as expected.

1 Like