Search found 17 matches

by ali.farhoudi
Mon, 2015-09-21, 11:05
Forum: DCMTK - General
Topic: Big Index File
Replies: 8
Views: 8892

Re: Big Index File

Hi dear Mr Riesmeier.
You are completely right.
I was asking too much as a toolkit user.
I'm so sorry.
Always your replies have helped us through our way.
And we thank you so much.
For this problem we decided to involve some PHP code.
by ali.farhoudi
Mon, 2015-09-21, 08:27
Forum: DCMTK - General
Topic: Big Index File
Replies: 8
Views: 8892

Re: Big Index File

Any help?
by ali.farhoudi
Sat, 2015-09-19, 13:35
Forum: DCMTK - General
Topic: Big Index File
Replies: 8
Views: 8892

Re: Big Index File

Thank you for your reply Mr Riesmeier. Now we are not in a good situation to change the structure and switch to SQL databases. It's in our future plan. Our ONLY problem is just to read from multiple index files. We have done splitting index files to multiple and sorting by timestamp. We have worked ...
by ali.farhoudi
Mon, 2015-09-14, 12:03
Forum: DCMTK - General
Topic: Big Index File
Replies: 8
Views: 8892

Re: Big Index File

Thank you Mr. Riesmeier for your reply.
Which SQL database do you suggest? MySql, SqlServer, PostgreSql, OracleDB or any other database?
Which one better fits dcmtk?
In a topic I read that someone has written MySql module with dcmtk. Do you have the code he was going to send to you?
Thanks
by ali.farhoudi
Sun, 2015-09-13, 09:02
Forum: DCMTK - General
Topic: Big Index File
Replies: 8
Views: 8892

Big Index File

Dear DCMTK team Hi Thankful of your great toolkit. We are developing a PACS using dcmtk. Now we have encountered this matter that our index.dat file is getting too large. We even have changed the source to store only one image per each study. But even though the index.dat contains many studies and q...
by ali.farhoudi
Tue, 2014-11-04, 13:54
Forum: DCMTK - General
Topic: reading DICOMDIR file in CD to get DCM files
Replies: 3
Views: 6180

Re: reading DICOMDIR file in CD to get DCM files

Thank you Mr. Riesmeier.
I tried dcmdump and dcm2xml.
That was very good. I didn't know these tools can be used for DICOMDIR file.
Thanks a lot.
by ali.farhoudi
Mon, 2014-11-03, 20:46
Forum: DCMTK - General
Topic: reading DICOMDIR file in CD to get DCM files
Replies: 3
Views: 6180

reading DICOMDIR file in CD to get DCM files

Hi.
I'm trying to read DICOMDIR file in CD to get included DCM files's path.
Is there any tool in dcmtk package to get the paths?
Or is there any way to give the DICOMDIR file to some tool (like storescu) and the tool send all data to storescp server?
Thanks
by ali.farhoudi
Mon, 2014-07-28, 06:31
Forum: DCMTK - General
Topic: using dcmtk queries in linux using php is not permitted
Replies: 2
Views: 3633

Re: using dcmtk queries in linux using php is not permitted

Hi dear Mr. Mahboobi
I didn't understand what you mean.
Could you please describe clearly?
Thanks
by ali.farhoudi
Sun, 2014-07-27, 07:15
Forum: DCMTK - General
Topic: using dcmtk queries in linux using php is not permitted
Replies: 2
Views: 3633

using dcmtk queries in linux using php is not permitted

Hi We have used dcmtk in windows. We wrote a program that runs using cmd commands with some parameters. Then we accessed server running using php code. For example we executed echoscu, findscu, storescu and other commands using php and we got answers we expected. It's working great on windows. Now w...
by ali.farhoudi
Sat, 2014-06-21, 07:02
Forum: DCMTK - General
Topic: storescp -xcr option
Replies: 2
Views: 3166

Re: storescp -xcr option

Hi Mr. Riesmeier
I tried recompiling DCMTK.
I added another option to storescp.cc like "xcr" option and named it "xcr2".
It's working great.
Thank you and your team.
Best wishes for you all...
by ali.farhoudi
Sun, 2014-06-15, 13:26
Forum: DCMTK - General
Topic: storescp -xcr option
Replies: 2
Views: 3166

storescp -xcr option

Hi I'm using dcmtk for my personal pacs. I'm going to use storescp to receive and store images. I want to create thumbnail and register every image in index.dat file on image receive. I used xcr option to create thumbnail and register image separately, but I can't do these jobs together. Is there an...
by ali.farhoudi
Sat, 2014-06-14, 10:15
Forum: DCMTK - General
Topic: storescp - dcmqrscp - findscu
Replies: 10
Views: 13836

Re: storescp - dcmqrscp - findscu

OKAY!
Got it.
Thanks a lot Mr. Riesmeier.
Best Regards
by ali.farhoudi
Thu, 2014-06-12, 08:39
Forum: DCMTK - General
Topic: storescp - dcmqrscp - findscu
Replies: 10
Views: 13836

Re: storescp - dcmqrscp - findscu

Thank you Mr. Riesmeier. It worked. I have another question about dcmqrscp: Can I config the dcmqrscp to set the location of saving files? I saw that storescp can do it by setting -ss, -su, -sp and -uf, +uf, -tn, -fe for file name. But I couldn't find these options for dcmqrscp in documentation. Cou...
by ali.farhoudi
Sat, 2014-06-07, 06:55
Forum: DCMTK - General
Topic: storescp - dcmqrscp - findscu
Replies: 10
Views: 13836

Re: storescp - dcmqrscp - findscu

I sent a file using storescu to dcmqrscp service. but i got this message: "F: No Acceptable Presentation Contexts" I tried some different files. But i got the same error. This wasn't happening when i was using storescp for receiving files. This is my command for dcmqrscp: dcmqrscp -v -c ./...
by ali.farhoudi
Sat, 2014-05-31, 14:05
Forum: DCMTK - General
Topic: storescp - dcmqrscp - findscu
Replies: 10
Views: 13836

Re: storescp - dcmqrscp - findscu

Thanks J. Riesmeier for your help. I'm confused. For receiving and storing images and registering them in index.dat file, which one should I use: storescp or dcmqrscp? And how should i register them as i receive them? For result of find command, if I want to show result in a php page, should I extra...