display patient info in the render window

Hello, I have 200 DICOM images of which I have successfully performed volume rendering. Now I want my window to also display some information about the patient (like ID patient, type of TC, …), how can I do that?
Thanks in advance for any help!

You might use the vtkCornerAnnotation class:
https://vtk.org/doc/nightly/html/classvtkCornerAnnotation.html

1 Like