X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 06 Feb 2004 05:55 AM by  anon
reading DICOM headers
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
06 Feb 2004 05:55 AM
    Hello, I'm starting to learn IDL and I'd like to know how can I read the information of a dicom header. Are there in IDL anything similar to the 'dicominfo' function of matlab , which return a structure with the header information?. Thanks.

    Deleted User



    New Member


    Posts:
    New Member


    --
    06 Feb 2004 05:55 AM
    The IDLffDICOM object could be used to read the information of a dicom header. This object has been used in both Query_DICOM and Read_DICOM function. You could use DumpElements method to dump the whole info of the header and preview them at the output log window. Or by using GetElement to obtain the data by tag name. Rendy
    You are not authorized to post a reply.