LEADTOOLS Support
Medical
Medical SDK Questions
How to set Value for DicomTag such as DicomTag.PatientAge
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 9, 2009 4:31:05 PM(UTC)
Groups: Registered
Posts: 59
I use SetStringValue Method of DicomDataset to set Value for DicomTag.PatientName,DicomTag.PatientAddress.. and it work successfully.
But when I use that Method to set value for
DicomTag.PatientAge
DicomTag.PatientWeight
DicomTag.PatientSize
DicomTag.PatientInsurancePlanCodeSequence
It does not work. So can you tell me how to set value for those Tags.
Thanks in advance!
#2
Posted
:
Tuesday, February 10, 2009 4:37:59 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
About the DicomTag.PatientAge, you can set it by using the dicomDataset.SetAgeValue method.
About the PatientWeight and PatientSize, you can set them by using the dicomDataset.SetShortValue method.
About the DicomTag.PatientInsurancePlanCodeSequence, you do not set a value for a sequence item. Instead, you insert other items as children for that sequence.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Tuesday, February 10, 2009 3:01:26 PM(UTC)
Groups: Registered
Posts: 59
thanks so much and have a nice day:D !
LEADTOOLS Support
Medical
Medical SDK Questions
How to set Value for DicomTag such as DicomTag.PatientAge
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.