Andras Lasso

Results 869 comments of Andras Lasso

@fedorov the column names are still the long ones (it should be Category.CodingSchemeDesignator instead of SegmentedPropertyCategoryCodeSequence.CodingSchemeDesignator etc.) and I don't see the color columns.

Thank you for the reminder! I'll finalize this. I don't remember if we added the [total_mr segments](https://github.com/wasserth/TotalSegmentator?tab=readme-ov-file#class-details) as well?

Based on the error message, I think all that is needed is to specify a `NOTIFY` signal here: https://github.com/Slicer/Slicer/blob/a5a2f3db610a90ec46b8f68f3b116ee4d1a3b99e/Base/QTGUI/qSlicerWebPythonProxy.h#L36 something like this: Q_PROPERTY(bool verbose READ verbose WRITE setVerbose NOTIFY verboseChanged)...

Are you sure you posted this to the right forum? I don't see anything related to CTK in these logs.

You probably need to use the encoding that is negotiated when the connection is established. You can ask on the [DCMTK forum](https://forum.dcmtk.org/) and then report back here what you learned.

If support for NVIDIA AIAA is ended then it could make sense to describe this in the README.md file, add a link to a page that describes how to achieve...

We are planning to retire lightbox views, as they are rarely used, their functionality is limited (most displayable managers only show something in the first view), and Screen Capture module...

Thanj you, this small helper class can be useful. However, we need to find a better name. Having a node in a scene is completely "clean", there is nothing temporary...

Good point, storing the scene would be redundant (it would even make the behavior unclear if the node is not in the provided scene).

It would be unsafe to use a simple C pointer to reference the node. Probably using a vtkWeakPointer would be the most appropriate.