[Dcmlib] RTSTRUCT and RTPlanStorage

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Feb 28 17:23:38 CET 2006


Jean-Pierre Roux wrote:
> Vincent Daanen wrote:
> 
>> Hi JP and Matthieu,
>>
>> finally, the solution is really easy and is something like :
>>    gdcm::DataEntry *entry = MyGdcmFile->GetDataEntry(group, element);
>>    int nbValues = entry->GetCountValue();
>>    std::vector <double> valueVector;
>>    for (int loop=0;loop<nbValues ; loop++)
>>       valueVector.push_back(double(entry->GetValue()[loop]));
>>
>> If something like that can  be added to gdcm, it will be helpfull for 
>> some application.
> 
> 
> OK.
> I'll add the stuff asap.

Don't forget to add the other ~2500 DICOM tags...



More information about the Dcmlib mailing list