Search found 9 matches

by shahvezakhtar007
Thu, 2018-05-31, 09:15
Forum: DCMTK - General
Topic: Accepted transfer syntax
Replies: 1
Views: 2266

Accepted transfer syntax

Hello, Could you tell on what basis transfer syntax is accepted by SCP Server? Consider the example: From SCU I am sending this in association parameters:- Presentation Contexts: Context ID: 1 (Proposed) Abstract Syntax: =FINDStudyRootQueryRetrieveInformationModel Proposed SCP/SCU Role: Default Prop...
by shahvezakhtar007
Tue, 2018-03-13, 12:57
Forum: DCMTK - General
Topic: Association parameters
Replies: 1
Views: 1803

Association parameters

Hi,

Is there way I can get IP address and port of SCU from association parameters?


Regards,
by shahvezakhtar007
Fri, 2018-02-09, 12:41
Forum: DCMTK - General
Topic: Unable to compress a dcm file in Linux (CentOS7)
Replies: 6
Views: 4176

Re: Unable to compress a dcm file in Linux (CentOS7)

Data dictionary was not loaded.
It didn't work even though the environment variable 'DCMDICTPATH' was set to the dicom.dic file.
I rebuilt dcmtk libraries with the flag 'DCMTK_ENABLE_BUILTIN_DICTIONARY' enabled in CMake.
Now its working.

THANK YOU for your help.
by shahvezakhtar007
Thu, 2018-02-08, 10:23
Forum: DCMTK - General
Topic: Unable to compress a dcm file in Linux (CentOS7)
Replies: 6
Views: 4176

Re: Unable to compress a dcm file in Linux (CentOS7)

Yes they are registered. Here is the code I am using: int DcmtkDicomInterface::ConvertDicom(std::string inputFile, std::string outputFile) { DJEncoderRegistration::registerCodecs(); OFCondition chooseRepresentationStatus; DcmFileFormat fileformat; if (fileformat.loadFile(inputFile.c_str()).good()) {...
by shahvezakhtar007
Thu, 2018-02-08, 06:02
Forum: DCMTK - General
Topic: Unable to compress a dcm file in Linux (CentOS7)
Replies: 6
Views: 4176

Re: Unable to compress a dcm file in Linux (CentOS7)

Yes, it works while using dcmcjpeg from terminal.
by shahvezakhtar007
Wed, 2018-02-07, 07:07
Forum: DCMTK - General
Topic: Unable to compress a dcm file in Linux (CentOS7)
Replies: 6
Views: 4176

Unable to compress a dcm file in Linux (CentOS7)

Hi, I am using dcmtk3.6.0, i am not able to compress any file. Return value of chooseRepresentation api is "Illegal call, perhaps wrong parameters" Original transfer syntax: Explicit VR Little Endian Target Transfer syntax: JPEG Lossless, Nonhierarchical, First- Order Prediction(Processes ...
by shahvezakhtar007
Wed, 2017-08-23, 08:38
Forum: DCMTK - General
Topic: Storescu Error While sending the data to StoreSCP
Replies: 10
Views: 12496

Re: Storescu Error While sending the data to StoreSCP

Hello,
I am having some complications using this version of dcmtk as my code base is pretty old.
As soon as I finish, I will let you know.
Anyway, thank you for this solution.

Regards,
Shahvez
by shahvezakhtar007
Fri, 2017-08-11, 08:08
Forum: DCMTK - General
Topic: Storescu Error While sending the data to StoreSCP
Replies: 10
Views: 12496

Re: Storescu Error While sending the data to StoreSCP

Hi, I am getting this error "0006:031d TCP I/O Error (No such file or directory) occurred in routine: writeDataPDU" while pushing images from scu to dcmscp. This is coming at random, i.e. I am able to push the same study successfully if I try again after sometime. I am using DIMSE_storeUse...
by shahvezakhtar007
Wed, 2017-07-05, 06:49
Forum: DCMTK - General
Topic: Refusing Association
Replies: 1
Views: 2276

Refusing Association

Hello, I am doing query retrieve using osirix/horus. On server side I am using : "cond = ASC_receiveAssociation(theNet, &assoc, (int)options_.maxPDU_);" and I am getting cond.code() = DULC_FORKEDCHILD. On printing "DimseCondition::dump(temp_str, cond)" it says "0006:0325...