Search found 101 matches

by omarelgazzar
Wed, 2011-01-26, 11:01
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242707

Hello,

If you don't need to convert DICOM images to TIFF , set the option for DCMTK_WITH_TIFF support OFF in the CMakeLists.txt file. Do the same for the other libraries such as PNG, OPENSSL and ZLIB.
If you need TIFF support, I recommend you to read the INSTALL file in the source package carefully.
by omarelgazzar
Tue, 2010-11-23, 11:34
Forum: DCMTK - General
Topic: problem using storescp and movescu with isite
Replies: 2
Views: 4593

The query "find.dcm" returns 400 studies instead of just 1 because you are querying on the patient level using a study level attribute (Accession number). A PACS system will not use this attribute value to do matching since this attribute is a study level. So, if you change the QueryRetriv...
by omarelgazzar
Thu, 2010-11-18, 16:55
Forum: DCMTK - General
Topic: Video Clip??
Replies: 4
Views: 5452

It depends mainly on the frame grabber that you are using to capture the video. If you are able to get the raw pixel data from API provided by the frame grabber hardware manufacturer, then you can create a DICOM file by inserting the patient information into the header and inserting the pixel data. ...
by omarelgazzar
Fri, 2010-10-22, 21:17
Forum: DCMTK - General
Topic: DICOM 3 part10
Replies: 2
Views: 3841

Hallo, There is a free tool in DCMTK called dcmftest that is used to test if a DICOM file is part 10 compliant. Here you can find the online documentation http://support.dcmtk.org/docs/dcmftest.html Also, there is a commercial tool (DCMCHECK) to check for whole DICOM file conformance http://dicom.of...
by omarelgazzar
Fri, 2010-10-22, 09:18
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14530

Yes, Correct. This is enough to establish a c-store association and you can actually try storescu commandline to transmit these images to the viewing station using this configuration.
by omarelgazzar
Thu, 2010-10-21, 18:44
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14530

Hallo JL, There is a source port and a destination port. A source port is not configured as it is not used by any other applications and it is usually binded by OS. If you don't know the source port number that was used by storescu, then you can assign a dummy port (e.g DICOM port: 104) which actual...
by omarelgazzar
Thu, 2010-10-21, 07:47
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14530

Hallo, If you want to send DICOM files to a viewing station, then storescu application is what your are looking for. But for DICOM C-STORE SCU application you cannot specify a port number to send your DICOM images through. This is usually a dummy port assigned by Windows. For a C-STORE SCP, it is en...
by omarelgazzar
Mon, 2009-12-14, 12:14
Forum: IHE MESA CPI Test Suite
Topic: Image Display Calibration
Replies: 1
Views: 16255

Image Display Calibration

I'm asking about the image display calibration test using the IHE 17 test cases. How can I calibrate the display after finding a deviation error from the DICOM GSDF?
What is the maximum acceptable error?

Thank you
by omarelgazzar
Thu, 2009-10-15, 16:17
Forum: IHE MESA CPI Test Suite
Topic: GSDF
Replies: 1
Views: 14645

GSDF

I'm asking about the GSDF function in DICOMscope. First, I couln't know how can I generate a monitor characteristic file using Verilum. Second, Does this function mean that I can calibrate the monitor grayscale using software and substitute the hardware calibration tool such as a photometer in order...
by omarelgazzar
Fri, 2009-08-21, 00:14
Forum: DICOMscope - Installation
Topic: LNK1181: cannot open input file "dcmpstat.lib"
Replies: 3
Views: 17671

Thank you for your support. Now there is no problem in dcmpstat and it was compiled successfully. The problem now is in the "dcmsign". It has compilation errors. "dcmsign.lib" Compiling... sicert.cxx D:\Work\dicomscope\dsgui351\dcmtk\dcmsign\libsrc\sicert.cxx(166) : error C2664: ...
by omarelgazzar
Mon, 2009-08-10, 22:15
Forum: DICOMscope - Installation
Topic: LNK1181: cannot open input file "dcmpstat.lib"
Replies: 3
Views: 17671

LNK1181: cannot open input file "dcmpstat.lib"

Dear all,

I'm trying to build jInterface.dll but I get the following error:

LINK : fatal error LNK1181: cannot open input file "dcmpstat.lib"
Error executing link.exe.

Is it related to openssl installation?
Thank you