Search found 60 matches

by anilta
Tue, 2015-03-03, 12:35
Forum: DCMTK - General
Topic: OFCondition DcmFindSCU::performQuery
Replies: 16
Views: 18131

Re: OFCondition DcmFindSCU::performQuery

Thanks Riesmeier.

Worked with your suggestion. The issue was a wrong date format which i was sending.
Also, for using standard tag names, like, ScheduledProcedureStepStartDate, which header, .h file need to be included?
I searched, but the definition is in, dcdictzz.cc.
by anilta
Tue, 2015-03-03, 11:37
Forum: DCMTK - General
Topic: OFCondition DcmFindSCU::performQuery
Replies: 16
Views: 18131

Re: OFCondition DcmFindSCU::performQuery

Hi Riesmeier, I need one clarification. I add the following below in the list, in this way, and use it in performQuery function. For ScheduledProcedureStepStartDate, i want to download all the studies scheduled from year 2013 till data. All others, i want universal matching. Though i created studies...
by anilta
Thu, 2015-02-26, 12:52
Forum: DCMTK - General
Topic: OFCondition DcmFindSCU::performQuery
Replies: 16
Views: 18131

Re: OFCondition DcmFindSCU::performQuery

Thanks Riesmeier. Have another question for sequence items. For example, I need to send Modality and Scheduled Station AE Title as a search key. How to send them? In the previous version, we were using DcmDataset. We had support to add sequences using DcmElement helper class. New interface, we need ...
by anilta
Thu, 2015-02-12, 11:47
Forum: DCMTK - General
Topic: JPEG to DICOM image creation through program.
Replies: 6
Views: 4843

Re: JPEG to DICOM image creation through program.

Ok. Got it. Thanks.
by anilta
Thu, 2015-02-12, 11:42
Forum: DCMTK - General
Topic: JPEG to DICOM image creation through program.
Replies: 6
Views: 4843

Re: JPEG to DICOM image creation through program.

I mean, since the preparation is done in the startConversion() function, can we reuse this preparation functionality also !! Currently, this is called by main() function, we do not have a way to reuse. Let me put it clearly: main calls startconversion(). If there is a .h file, with another function ...
by anilta
Thu, 2015-02-12, 11:18
Forum: DCMTK - General
Topic: JPEG to DICOM image creation through program.
Replies: 6
Views: 4843

Re: JPEG to DICOM image creation through program.

Thanks Riesmeier. The classes in the apps folder of their respective components like dcmdata, dcmnet, etc.. are those which we need to analyze if we want to understand how things work. As you said, they are our developer's friends. These apps are individual apps. That is the trigger point for them t...
by anilta
Wed, 2015-02-11, 11:42
Forum: DCMTK - General
Topic: JPEG to DICOM image creation through program.
Replies: 6
Views: 4843

JPEG to DICOM image creation through program.

I am trying to convert a JPEG image to DICOM image. I have JPEG image and tags. I need to do this through a client program. I can use img2dcm to do this. When i see the class img2dcm.cc, i see there is a main function, which calls startconversion() function. My question is, is there a interface to c...
by anilta
Wed, 2015-02-11, 06:15
Forum: DCMTK - General
Topic: OFCondition DcmFindSCU::performQuery
Replies: 16
Views: 18131

Re: OFCondition DcmFindSCU::performQuery

Thanks Riesmeier. When i searched in this forum for examples, i see few code like this, lOverrideKeys.push_back("(0008,0052)=PATIENT"); lOverrideKeys.push_back("0010,0020=PT1004"); From above, i see, "Tag = Search String". Do we have to format our string as per this for...
by anilta
Tue, 2015-02-10, 15:51
Forum: DCMTK - General
Topic: OFCondition DcmFindSCU::performQuery
Replies: 16
Views: 18131

OFCondition DcmFindSCU::performQuery

I am writing a program to download MWL. Confused, how to use the 15th Parameter, OFList< OFString > *overrideKeys,
in performQuery function?

Need more details please.
by anilta
Fri, 2015-02-06, 10:36
Forum: DCMTK - General
Topic: Create a new DICOM file in memory and send.
Replies: 2
Views: 3318

Create a new DICOM file in memory and send.

Can i create a new DICOM image in memory (without storing them in disk) and send them to DICOM SCP?
by anilta
Fri, 2015-02-06, 10:34
Forum: DCMTK - General
Topic: Exporting multiple DICOM images
Replies: 1
Views: 2527

Exporting multiple DICOM images

I am implementing functionality to export multiple images belonging to a study programmatically. I am using "storeSCU" class. For example, i have Image01.dcm, Image02.dcm, Image03.dcm, Image04.dcm, Image05.dcm. Do i have to call multiple times storeSCU with each file path, or can i combine...
by anilta
Thu, 2014-09-18, 10:56
Forum: DCMTK - General
Topic: Create a new DICOM file
Replies: 3
Views: 3856

Re: Create a new DICOM file

Michael, another question. I have a pixel data which is in RBG565 format. I need to convert this pixel data to JPEG format and use this converted JPEG as pixel data to create a DICOM image. Will this can be done using dcmtk? I know, that, img2dcm.exe will do this. But you need to give a JPEG file as...
by anilta
Tue, 2014-09-09, 12:15
Forum: DCMTK - General
Topic: Storage Commitment: Need help with example code.
Replies: 0
Views: 17180

Storage Commitment: Need help with example code.

Hi, anyone please can point me to a example for Storage Commitment service.
Thank You very much in advance.
by anilta
Fri, 2014-08-22, 09:30
Forum: DCMTK - General
Topic: Create a new DICOM file
Replies: 3
Views: 3856

Create a new DICOM file

I am writing a program to create a new DICOM Image (not using the utility in command line). It is an Ultrasound image. I have all the necessary tags (Patient, Study, Series, Equipment tags). I have the pixel data in a raw file. I need to use this pixel data and insert to tag (7FE0, 0010). Can any ex...
by anilta
Thu, 2014-07-03, 13:12
Forum: DCMTK - General
Topic: findPresentationContextID() fails
Replies: 1
Views: 2241

findPresentationContextID() fails

OFList<OFString> ts; ts.push_back(UID_LittleEndianExplicitTransferSyntax); ts.push_back(UID_BigEndianExplicitTransferSyntax); ts.push_back(UID_LittleEndianImplicitTransferSyntax); scu.addPresentationContext(UID_FINDStudyRootQueryRetrieveInformationModel, ts); scu.addPresentationContext(UID_Verifica...