Annotation In Orthanc

Because there are errors when saving annotations in Orthanc. Can annotations be disabled, until the error is fixed?

In OHIF V2 you can use the following CSS to hide it

/*# hide measurements button start*/
#root > div.ToolbarRow > div.pull-right.m-t-1.rm-x-1 > div > div.roundedButtonWrapper:first-child {
	margin-left: 0;
	visibility: collapse;
}
/*# hide measurements button end*/

Thank you very much for your reply. But I was looking for where to put this code and I did not find. Please, which folder/file should I modify.
I use OHIF Viewer 4.12.1 on Ubuntu 21.04
Thank you.
Regards.
Luis.

1 Like

Ok…Ok I already found it.
write the code at the end of
Viewers-master/platform/viewer/src/OHIFStandaloneViewer.css

Thank you Very much
regards
Luis.

1 Like