ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Add Tag

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kostos Posted - Jun 16 2011 : 13:02:01
Hello! I have problem with AddTag of a patient name to a DICOM file.
Could you help me?

ImageEnIO1.Params.DICOM_Tags.AddTag($0010,$0010,XXX,XXX,length(PatientName));

What should be instead of "XXX"?
If you make any examples, I'll be happy )

Thanks
Konstantin
2   L A T E S T    R E P L I E S    (Newest First)
kostos Posted - Jun 27 2011 : 06:52:29
Thanks a lot Nigel!
xequte Posted - Jun 16 2011 : 23:05:36
Hi Konstantin

You can see a list of the tags at:

http://star.pst.qub.ac.uk/idl/DICOM_Attributes.html


The right-most column labelled tag displays the group and element, e.g. for Rows (aka Height) the tag is listed as (0028,0010), which is group $0028 and element $0010 in ImageEn.

The middle column specifies the "Value Representation which for Rows is 'US'

Pass a pointer to your data in memory and its size.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com