Nicolas Roduit

Results 139 comments of Nicolas Roduit

I'm not sure I understand the problem. Please provide more details or post an example. There is no direct relationship between the structure in the [DICOM Explorer](https://nroduit.github.io/en/tutorials/dicom-explorer/) part and the...

No screenshot is visible, please drag and drop files in GitHub textbox.

I don't really understand why you asking that because filename has no meaning in DICOM. The attributes are in the file and [can be displayed in Weasis.](https://nroduit.github.io/en/tutorials/tags/). The [DICOM Explorer...

Do you have errors in the log file? If you can send me an example of data that can reproduce the problem.

The problem appears because the name in xml and the name in DICOM file are different. You should fix the error in the xml you provide. The unique behavior of...

I guess it is something related with the xml manifest because when loading the images locally the export tree is correct. I don't have time to check that now, but...

The StudyInstanceUID in the manifest does not match the one in the file. It is difficult to fix this problem because it exists in 2 detached asynchronous processes and UIDs...

No this is the consequence of the UID mismatch. I didn't find a solution without either breaking download or removing part of thumbnails. Study/series/instance UID are the most important elements...

It can be slow to read CDs when the order of the DICOMDIR does not match the order in which the files are written to the disc. Try the DICOM...

The CD button action searches for a volume (could be a USB device) with DICOMDIR in root folder see [here](https://github.com/nroduit/Weasis/blob/024e86048a4add8ed4e986193b51f091df3d23da/weasis-dicom/weasis-dicom-explorer/src/main/java/org/weasis/dicom/explorer/DicomDirImport.java#L269) For loading data at start, see https://nroduit.github.io/en/getting-started/weasis-protocol/#examples-to-load-images