I'm trying to read Dicom SR files but i can't get it to work.
When i try to get the value of (0040,A160) Text Value it always is empty, but when i do a dicomdump with dcmtk it shows that (0040,A160) Text Value is filled.
How can i get the value of (0040,A160) Text Value with CC?
string test = dicomfile.DataSet[DicomTags.TextValue].GetString(0, "nothing :(");
MessageBox.Show(test);
returns the default string value