Search found 29 matches

by bydoingbylearn
Thu, 2011-09-01, 04:06
Forum: DCMTK - General
Topic: DCMTK for the Hanging Protocol
Replies: 1
Views: 2645

DCMTK for the Hanging Protocol

There is something new for the Hanging Protocol???
by bydoingbylearn
Thu, 2011-06-09, 07:50
Forum: DCMTK - General
Topic: how to get the element's value of each individual frame
Replies: 7
Views: 13606

I don't know weather you can see my words?
by bydoingbylearn
Tue, 2011-05-03, 08:48
Forum: DCMTK - General
Topic: how to get the element's value of each individual frame
Replies: 7
Views: 13606

:)
by bydoingbylearn
Thu, 2011-04-28, 07:29
Forum: DCMTK - General
Topic: how to get the element's value of each individual frame
Replies: 7
Views: 13606

I want to know pDataset->findAndGetSequenceItem(DCM_PerFrameFunctionalGroupsSequence, m_DcmItem,1); m_DcmItem->findAndGetOFString(DCM_TablePosition,TablePositon,1); why there is something wrong? Can you give me example to get the CTPositionSequence DataCollectionCenterPatient ReconstructionTargetCen...
by bydoingbylearn
Mon, 2011-04-11, 08:39
Forum: DCMTK - General
Topic: how to get the element's value of each individual frame
Replies: 7
Views: 13606

Ha-ha,you are my sunshine,thanks!
by bydoingbylearn
Mon, 2011-04-11, 08:10
Forum: DCMTK - General
Topic: how to get the element's value of each individual frame
Replies: 7
Views: 13606

how to get the element's value of each individual frame

Hi,everyone

When I process Enhanced Information Object Multiframe I want to know the detail information of every frame.
I use findAndGetOFString() can get element's value of the shared for all frames,but I don't know how to get each individual frame .



I would appreciate any help! Thanks!!
by bydoingbylearn
Wed, 2011-03-16, 02:23
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

That is my mistake to set the parameter a wrong value , I'm so sorry! DicomImage("", CIF_UsePartialAccessToPixelData, count, 1); So this you may understand,the count is I want to display,everytime I just display 1 frame. In this situation,if the amount of the frame > 200, to display the pi...
by bydoingbylearn
Mon, 2011-03-14, 03:49
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

First ,forgive my long time didn't reply. if I'm a doctor,and I want to look the designated frame,for example the twentieth, so the count is 20, and I use the DicomImage("mf_image.dcm", CIF_UsePartialAccessToPixelData, count,count) can solve this problem. In some atricle,I know the large E...
by bydoingbylearn
Thu, 2011-03-10, 14:17
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

Thanks for you help in thoes days ,With you help ,my work get a great progress, But I want to ask you a question,When I display Enhanced Multiframe Objects ,if the number of frame less 100,It works well, but if the number>200 ,it can't work well. So I want to know if the dcmtk can separate the Enhan...
by bydoingbylearn
Tue, 2011-03-08, 08:23
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

You are so kind, thank you!!
by bydoingbylearn
Mon, 2011-03-07, 12:18
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

Yes ,In a short time ,I can display the object.
But there is other question,if I want load one of the frame, How do i set the parameters?
for example
if I want to load the 21st frame?
if I want to load the 21st to thirtieth?

Does it have good ways ?

thanks!!!
by bydoingbylearn
Mon, 2011-03-07, 03:33
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

First, thanks for you help. I have a short time to contact with dcmtk and I hope you can forgive my ignorant to it. if I get DcmDataset and E_TransferSyntax, I can display the DICOM file. if i use DicomImage("mf_image.dcm", CIF_UsePartialAccessToPixelData, 0, 10 /* fcount */),i don't know ...
by bydoingbylearn
Fri, 2011-03-04, 01:42
Forum: DCMTK - General
Topic: how to load Enhanced Multiframe Object with dcmtk?
Replies: 11
Views: 17814

how to load Enhanced Multiframe Object with dcmtk?

Hi, When I load a Enhanced Information Object Multiframe ,the computer was so slow? how to deal with this problem? I use the loadfile() to load the Enhanced Multiframe Object ,and I want to know if there is other ways to load a large object. The object's size was 234 M,and have 400 frames. I would a...
by bydoingbylearn
Wed, 2011-03-02, 03:29
Forum: DCMTK - Installation
Topic: Error: DCMTK needs stringstream or strstream type
Replies: 11
Views: 17429

Thank you for you help in those days ,with you help ,my work get a great progress!!
Best wishs for you!
by bydoingbylearn
Tue, 2011-03-01, 02:49
Forum: DCMTK - Installation
Topic: Error: DCMTK needs stringstream or strstream type
Replies: 11
Views: 17429

I want to tell you that my mother language wasn't English,So some meaning wasn't express well. The first question was that "osconfig.h" was defferent after Cmake,so you should use the cmaked "osconfig.h" And I want to ask you another question ,Whether PNG TIFF ZLIB and Openssl we...