cornerstonejs / cornerstone3D

Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the OHIF Viewer.
https://cornerstonejs.org
MIT License
592 stars 302 forks source link

[Feature Request] How do I render a TAG pixel in Dicom with a TAG Value of 6000,3000 #1380

Open amszlk opened 4 months ago

amszlk commented 4 months ago

What feature or change would you like to see made?

image For example, the letter R in the picture

Why should we prioritize this feature?

在其他影像查看软件中,都可以显示出来

amszlk commented 4 months ago

image

jianyaoo commented 4 months ago

可以参考一下这个案例呢:https://www.cornerstonejs.org/live-examples/orientationmarker 不知道符不符合你的需求~

sedghi commented 4 months ago

cornerstone does not have that , but we have a tool in OHIF that you can see and inspire from it

https://github.com/OHIF/Viewers/blob/master/extensions/cornerstone/src/tools/ImageOverlayViewerTool.tsx

amszlk commented 4 months ago

@sedghi @jianyaoo Thanks for your response. I'll try it myself

amszlk commented 4 months ago

@sedghi Would you consider writing this tool into the cornerstone? After all, these are dicom compliant,ImageOverlayViewerTool.tsx

sedghi commented 4 months ago

i think so, maybe you can create a PR for us? I think it belongs to cornerstone as well