DICOM TAGS
WPF
2
Posts
2
Posters
7
Views
1
Watching
-
Hello everyone , I need your help , how to get dicom tags with wpf and openFileDialog :confused::confused::confused:
-
Hello everyone , I need your help , how to get dicom tags with wpf and openFileDialog :confused::confused::confused:
Reading DICOM file tags has nothing to do with WPF or the OpenFile dialog. WPF is a presentation (UI) framework, and an OpenFile dialog just gets a filepath from the user. Reading the tag data is just straight up reading a file. There's plenty of info on the web on it. You just have to search for "C# read DICOM tags[^]" and start reading.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak