Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to parse and view the dicom tags using libraries. how i can insert the dicom tag information into a list control in report view? i want the code from the scratch.i need to know how to acess values from the dicom files.help me to slove this problem.. is vtk is helpful to this?

What I have tried:

i done the list control box. as am a beginer i dont know how to do the parsing
Posted
Updated 13-Mar-17 1:22am
v3

1 solution

If you don't want to use an existing library you have to implement it yourself. You have to read the DICOM file format specifications and implement reading and parsing of the files to extract the required information.

See DICOM - Wikipedia[^] and there the External Links section:
DICOM Homepage[^]

But because you are an beginner I suggest to have a look at the source code of some open source DICOM libraries which might be used as a starting point.
 
Share this answer
 
Comments
Anoha 13-Mar-17 7:13am    
if we are using libraries how we can parse the dicom file..? can we use VTK and MFC for parsing dicom.
Jochen Arndt 13-Mar-17 7:24am    
VTK is a library.
If you want to use it, read the documentation. Look for functions to read DICOM images like vtkDICOMImageReader.

Such libraries do the parsing and should be provide functions to retrieve the meta data stored in the file.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900