Reputation: 69
I am seeking to read in the DICOM Image tags one tag at a time in Visual Basic 2010. Then I would like to read in the header. Does anyone have any ideas. i will be grateful
Upvotes: 1
Views: 1920
Reputation: 5713
Please see this question on .NET DICOM libraries. Using any one of these libraries would allow you to open and parse the file. Each library has their own methods for reading tags which can be accessed from VB.NET.
If you want to use ClearCanvas, you can use this answer to show in C# how to load a file and traverse through the attributes, it would be a starting point to convert into vb.net.
Upvotes: 1