Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, April 5, 2006 8:31:22 PM(UTC)

eahema  
eahema

Groups: Registered
Posts: 9


Hi

How to Read the Dicom IMage inforrmaiton for Patient informaion (Patient Id,Patient Name,DOB,Study date, Study Id ,Series Id) from Raw Dicom Images.

any one have Source code in .net or Vb6 pls send me(eahema@yahoo.com).

Regards
hema




 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, April 10, 2006 4:59:55 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

To load a raw DICOM file, see the attached sample.



To get the information, call FindFirstElement to find the first element with the tag you want
(e.g. Patient Name, Patient ID, etc.). This will update the
CurrentElement property with the element that is found. Then call
GetStringValue (in the case of Patient Name) to update the StringValues
property with an array of the string values in the element. You
can then access this array to get the string value(s). In
general, for other element types, call Get***Value which will update
the ***Values property with the elements value(s). The
***ValueCount property contains the number of the values for this
element.

File Attachment(s):
COM - V14 - LoadRaw.zip (13kb) downloaded 52 time(s).

Edited by moderator Thursday, August 8, 2019 9:59:19 AM(UTC)  | Reason: Not specified

 
#3 Posted : Tuesday, April 18, 2006 2:36:24 AM(UTC)

eahema  
eahema

Groups: Registered
Posts: 9


thaks For your Help .. it working Fine...

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.084 seconds.