Search found 16 matches

by tariq2305
Fri, 2012-06-29, 11:23
Forum: DCMTK - General
Topic: Decompressing a dataset having JPEG2000 transfer syntax
Replies: 4
Views: 5269

Re: Decompressing a dataset having JPEG2000 transfer syntax

Thanks Reismeier!

My problem is solved.
it is working for JPEG Extended.
by tariq2305
Fri, 2012-06-29, 07:05
Forum: DCMTK - General
Topic: Decompressing a dataset having JPEG2000 transfer syntax
Replies: 4
Views: 5269

Re: Decompressing a dataset having JPEG2000 transfer syntax

Hi!
Thanks Riesmeier for ur quick reply.

one more thing, I want to know about the decoders for dicom files having JPEG Extended (Lossy Compressed ) transfer syntax.
which decoder should i use, i.e. same, which is used for conventional JPEG or any other.
by tariq2305
Thu, 2012-06-28, 12:02
Forum: DCMTK - General
Topic: Decompressing a dataset having JPEG2000 transfer syntax
Replies: 4
Views: 5269

Decompressing a dataset having JPEG2000 transfer syntax

Hi! Actually, I am getting compressed dicom files from PACS Server having JPEG2000 transfer syntax. But, not able to decompress it using the following code: OFString *fileName = "MR.1.3.12.2.1107.5.2.30.25016.30000004111615400092100002402"; DJDecoderRegistration::registerCodecs(); // regis...
by tariq2305
Mon, 2012-06-04, 05:19
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

Re: After C-Move operation successful ?

Hi Omar! Thanks again. Actually, I have created a method for storescp in the same project , which i have called in the background thread. As log shows , association is successful, but , i can' t undersatnd, why such type of reponse is coming at the end : Context ID: 171 (Accepted) D: Abstract Syntax...
by tariq2305
Tue, 2012-05-29, 12:57
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

Re: After C-Move operation successful ?

Hi Omar! Yaah, I am listening for incoming connection by calling startStoreSCP() method in background thread in viewdidload(). startStoreSCP() method is like this: -(void)startStoreSCP { // DicomEmpfangen *scp; // put this in a headerfile if you use a class and not a main! scp = new DicomEmpfangen()...
by tariq2305
Tue, 2012-05-29, 07:56
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

Re: After C-Move operation successful ?

Hi Omar! Thanks for reply. I have done same thing . but still images are not being downloaded. This is the complete code. @implementation SITViewController static Uint8 findUncompressedPC(const OFString& sopClass, DcmSCU& scu) { Uint8 pc; pc = scu.findPresentationContextID(sopClass, UID_Litt...
by tariq2305
Fri, 2012-05-25, 08:23
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

Re: After C-Move operation successful ?

Hi Omar! Thanks for your reply. But, I am doing the same thing what u have suggested. After getting the DCM_SOPInstanceUID through C-Find request, I am providing the same DCM_SOPInstanceUID for c-move request through the code : OFString imageID; result = (*instance)->m_dataset->findAndGetOFStringArr...
by tariq2305
Thu, 2012-05-24, 06:00
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

Re: After C-Move operation successful ?

Hi! I want to download all the images of a series. But I am stuck in creating the dataset for sending the image download request. I don't know what tags/parameters , i have to set for downloading the images. Here is my code: OFList<QRResponse*> OFfindResponses; DcmDataset req; req.putAndInsertOFStri...
by tariq2305
Fri, 2012-05-18, 08:34
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20540

After C-Move operation successful ?

I think I am missing theoretical concept of using dcmtk. After successful sending C-Echo request and C-Find. I have called send MOVE request. Console Response: D: ===================== INCOMING DIMSE MESSAGE ==================== D: Message Type : C-MOVE RSP D: Presentation Context ID : 3 D: Message ...
by tariq2305
Mon, 2012-05-14, 09:00
Forum: DCMTK - General
Topic: How to handle C-GET Response ?
Replies: 1
Views: 3112

How to handle C-GET Response ?

I have written following code: OFListIterator(QRResponse*) study = OFfindResponses.begin(); Uint32 studyCount = 1; OFBool failed = OFFalse; while (study != OFfindResponses.end() && result.good()) { OFList<RetrieveResponse*> moveResponses;//MOVEResponses moveResponses; if ( (*study)->m_datase...
by tariq2305
Tue, 2012-04-24, 12:05
Forum: DCMTK - General
Topic: How to download DICOM image from PACS.
Replies: 2
Views: 5504

How to download DICOM image from PACS.

Hi, I am developing an iPad application using dcmtk lib to view DICOM images. my code from getting the connection to PACS, to sendMoveRequest is here : #define APPLICATIONTITLE "TEST-SCU" // host name of the peer machine #define PEERHOSTNAME "www.dicomserver.co.uk" // TCP/IP port...
by tariq2305
Fri, 2012-04-20, 11:10
Forum: DCMTK - General
Topic: Need to retrieve Dicom Images ?
Replies: 1
Views: 2903

Need to retrieve Dicom Images ?

I have written following movescu code and its working but I dont know from where I will get images ? Is there any complete set of instruction/steps ? OFListIterator(QRResponse*) study = OFfindResponses.begin(); Uint32 studyCount = 1; OFBool failed = OFFalse; while (study != OFfindResponses.end() &am...
by tariq2305
Wed, 2012-04-18, 14:21
Forum: DCMTK - General
Topic: iOS - how to retrieve images using C-Move & C-Store ?
Replies: 2
Views: 5429

iOS - how to retrieve images using C-Move & C-Store ?

I am developing an iOS Application for displaying DICOM Images I have integrated echoscu & findscu classes which are pretty much functional. I can see list of patients, now I have to retrieve images. For that purpose I have to implement C-MOVE and C-STORE but I am stuck in integration part. Is t...
by tariq2305
Fri, 2012-04-13, 12:41
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242770

How to make libraries compatible to ios device version ?

Hi, that's an error on the mac caused by the CMake configuration.. You can ignore it and go ahead anyway,i.e. hit configure again and go on. If you want to fix it instead, unselect any boxes on the screen where the description contains the word TIFF ;) Best regards, Michael Hi Michael, I have compi...
by tariq2305
Thu, 2012-04-12, 09:00
Forum: DCMTK - General
Topic: DCMTK re-compiled ios-device version ?
Replies: 0
Views: 16542

DCMTK re-compiled ios-device version ?

I went through following steps: 1 - Download last dcmtk and extract 2 - go in the directory and create a folder "xcode" 3 - go to the new directory and type "ccmake -GXcode ../" 4 - for ccmake options DOXYGEN : OFF OPENSSL : ON (optional : you need to have openssl libs for IOS) P...