knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
68 stars 19 forks source link

I changed the query level in the configuration, but the list still can't show the name. #75

Closed fightroad closed 2 years ago

fightroad commented 2 years ago

image

knopkem commented 2 years ago

Hi, changing the query level will not help here, best to let it at "series". I believe that the issue comes from characterset conversion issues. This can have a multiple causes, so to find out more could you please:

What I think the issue might come from is that your PACS returns a specific character set that the underlying dicom library dues not support and therefore conversion fails (so for example: chinese ISO-IR 58 with escape sequences). This might also be configurable in your PACS. Cheers