Search found 4 matches

by vedicveko
Tue, 2011-09-13, 22:36
Forum: DCMTK - General
Topic: storescp and negotiating transfer syntaxes
Replies: 1
Views: 3029

storescp and negotiating transfer syntaxes

Hello, I've been working with storescp using the provided storescp.cfg file trying to negotiate transfer syntaxes. I have read asconfig.txt but I'm afraid I'm too dense to really understand it in regards to what I'm trying to do. What I would like to do is that on a per modality basis, negotiate a t...
by vedicveko
Mon, 2011-04-11, 14:29
Forum: Third-Party DCMTK Applications
Topic: PHP DICOM Class
Replies: 4
Views: 24940

I was about halfway through typing up a reply about how it makes sense to me, but then I realized it's just my opinion and it didn't have much bearing on anything. I've changed the JPEG quality to be a value you can set on the class. It defaults to 100, but you can always change it to whatever you w...
by vedicveko
Fri, 2011-04-08, 21:26
Forum: Third-Party DCMTK Applications
Topic: PHP DICOM Class
Replies: 4
Views: 24940

Jörg Riesmeier wrote: Awesome suggestions
Wow, thanks!

I've implemented your suggestions, they certainly lead to simpler code!
by vedicveko
Fri, 2011-04-08, 16:28
Forum: Third-Party DCMTK Applications
Topic: PHP DICOM Class
Replies: 4
Views: 24940

PHP DICOM Class

class_dicom.php is a PHP class that lets you work with DICOM files within PHP programs. class_dicom.php enables you to retrieve tags, write tags, convert to JPEG, make thumbnails, convert JPEG to DICOM, compress DICOM, uncompress DICOM, receive DICOM files over the network, and send DICOM files over...