Search found 29 matches
- Thu, 2011-09-01, 04:06
- Forum: DCMTK - General
- Topic: DCMTK for the Hanging Protocol
- Replies: 1
- Views: 1992
DCMTK for the Hanging Protocol
There is something new for the Hanging Protocol???
- Thu, 2011-06-09, 07:50
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 8957
- Tue, 2011-05-03, 08:48
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 8957
- Thu, 2011-04-28, 07:29
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 8957
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...
- Mon, 2011-04-11, 08:39
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 8957
- Mon, 2011-04-11, 08:10
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 8957
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!!
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!!
- Wed, 2011-03-16, 02:23
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
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 picture fram...
- Mon, 2011-03-14, 03:49
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
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 Enhanced In...
- Thu, 2011-03-10, 14:17
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
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...
- Tue, 2011-03-08, 08:23
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
- Mon, 2011-03-07, 12:18
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
- Mon, 2011-03-07, 03:33
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
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 how to dis...
- Fri, 2011-03-04, 01:42
- Forum: DCMTK - General
- Topic: how to load Enhanced Multiframe Object with dcmtk?
- Replies: 11
- Views: 14774
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...
- Wed, 2011-03-02, 03:29
- Forum: DCMTK - Installation
- Topic: Error: DCMTK needs stringstream or strstream type
- Replies: 11
- Views: 14875
- Tue, 2011-03-01, 02:49
- Forum: DCMTK - Installation
- Topic: Error: DCMTK needs stringstream or strstream type
- Replies: 11
- Views: 14875
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 were must be ,when I C...