smikitky / vscode-dicom-dump

A vscode extension that dumps DICOM tags
https://marketplace.visualstudio.com/items?itemName=smikitky.vscode-dicom
MIT License
20 stars 2 forks source link

Dump .wl files #16

Open Diegovictorbr opened 3 years ago

Diegovictorbr commented 3 years ago

Like .dcm and .dicom, worklist files also have a DICOM structure and should be dumped to text/JSON files. The current workaround is to change the .wl file extension to .dcm.

smikitky commented 3 years ago

Thank you for the suggestion. I confirmed this extension can dump *.wl files using the samples here, so I think this can be added in the next release.

Meanwhile, you can use the dicom.alwaysShowMenu option as described in README.