This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, April 5, 2006 8:31:22 PM(UTC)
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
#2
Posted
:
Monday, April 10, 2006 4:59:55 AM(UTC)
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.
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)
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.