Re: Regarding " WRITING DICOM IMAGES" [message #70676] |
Thu, 29 April 2010 12:02 |
bala murugan
Messages: 23 Registered: April 2010
|
Junior Member |
|
|
On Apr 29, 10:31 am, Aram Panasenco <panasencoa...@gmail.com> wrote:
> bala murugan wrote:
>> Hi people,
>
>> Can anybody explain how to write a DICOM image using IDL?
>
>> I want to do something like extract the header and pixel information
>> from a DICOM image and create a new DICOM file. This is the same as
>> copying,but can anybody explain this?
>
>> Thanks,
>> Bala
>
> Here you go, Bala ;)http://www.dfanning.com/fileio_tips/dicom.html
>
> ~Aram Panasenco
Thanks Aram.
I have a question regarding the generate_VRtags in the DICOM_WRITER.
the usage is as follows,
generate_VRtag(group, element, 'XX', data)
In the above statement what are the fields "group" and "element".
Suppose I want to add a tag, how do I do that? Can anybody explain
with an example?
Thanks,
Bala
|
|
|
|