This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, December 14, 2009 12:29:45 AM(UTC)
Groups: Registered
Posts: 4
im using the 16.5 eval version.
im trying to use the PACS Framework.
Dicom Server Manager
High Level Dicom Store Error.
After successfully starting the server im trying to send the image. Im getting an error "incorrect parameter". it's happening with all kinds of images including the demo images.
this is the log.
Before Connect:
Scp AETitle: LEAD_SERVER
Scp PeerAddress: 10.0.0.10
Scp Port: 104
Scp Relational: False
Scp Timeout: 30
After Connect:
Connection Successful
Before Associate Request:
Version: 1
Called: LEAD_SERVER
Calling: LEAD_CLIENT
Application Context: 1.2.840.10008.3.1.1.1
Presentation Contexts:
1
Abstract Syntax: 1.2.840.10008.1.1: Verification SOP Class
Transfer Syntax: 1.2.840.10008.1.2: Implicit VR Little Endian: Default Transfer Syntax for DICOM
3
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2: Implicit VR Little Endian: Default Transfer Syntax for DICOM
5
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.1: Explicit VR Little Endian
7
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.2: Explicit VR Big Endian
9
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.50: JPEG Baseline (Process 1): Default Transfer Syntax for Lossy JPEG 8 Bit Image Compression
11
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.51: JPEG Extended (Process 2 & 4): Default Transfer Syntax for Lossy JPEG 12 Bit Image Compression (Process 4 only)
13
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.57: JPEG Lossless, Non-Hierarchical (Process 14)
15
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.70: JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression
17
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.90: JPEG 2000 Image Compression (Lossless Only)
19
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.4.91: JPEG 2000 Image Compression
21
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
Transfer Syntax: 1.2.840.10008.1.2.5: RLE Lossless
User Information:
Max Length: 16384
Implement Class: 1.2.840.114257.1123456
After Associate Request:
Association Accepted
Version: 1
Called: LEAD_SERVER
Calling: LEAD_CLIENT
Application Context: 1.2.840.10008.3.1.1.1
Presentation Contexts:
1 Success
Abstract Syntax: 1.2.840.10008.1.1: Verification SOP Class
Transfer Syntax: 1.2.840.10008.1.2: Implicit VR Little Endian: Default Transfer Syntax for DICOM
3 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
5 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
7 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
9 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
11 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
13 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
15 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
17 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
19 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
21 AbstractSyntax
Abstract Syntax: 1.2.840.10008.5.1.4.1.1.1: Computed Radiography Image Storage
User Information:
Max Length: 16384
Implement Class: 1.2.826.0.1.3680043.2.97.0.3.43.0
*** ERROR *** :
Incorrect parameter.
#2
Posted
:
Monday, December 14, 2009 5:05:49 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
It seems that you are using the "DICOM High-level Store" demo that ships with the toolkit, is this correct?
Can you answer the following questions:
1) What is the exact method/function that is causing this error?
2) What is the build number (version info) of the Leadtools.dll?
3) Can you send me the exact steps using our "DICOM High-level Store" demo that show how to reproduce this issue on my side (for example using the file "IMAGE1.dcm" that ships with the toolkit)?
#3
Posted
:
Monday, December 14, 2009 6:25:28 AM(UTC)
Groups: Registered
Posts: 4
1. Im using the "DICOM High-level Store" demo that ships with the toolkit and the CSLeadtools.Dicom.Server.Manager also.
2. It happens when i click on the "Store" button in the "DICOM High-level Store" demo. I didnt change any of the original code.
3. The leadtools.dll build number is 16.5.5.1.
4. The steps are:
4.1: CSLeadtools.Dicom.Server.Manager: Define the server with 10.0.0.10 ip, anonymous connection, image dir.
4.2: DICOM High-level Store" demo: Define the server and calling AE title.
4.3 Add and image.
4.4: Click on store.
5. The connection and every other detail in the log are ok. but finally there is "Incorrect Parameter" error.
#4
Posted
:
Tuesday, December 15, 2009 5:55:00 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Your DLL build number seems to be the latest.
I have tried to do the same steps and the DICOM files were stored correctly. Try to run the demo "DicomHighlevelStoreDemo" in the directory below:
LEADTOOLS 16.5\Examples\PACSFramework\CS\
or
LEADTOOLS 16.5\Examples\PACSFramework\VB\
Debug the demo and try to trace the method of function that is causing the error, what is the name of the function causing it?
#5
Posted
:
Tuesday, December 15, 2009 10:23:47 PM(UTC)
Groups: Registered
Posts: 4
The problem occurs in the _cstore.Store(_server, item.SubItems[5].Text) method
It throws an exception.
The problem is not in the DicomHighlevelStoreDemo because i can send images from this the demo to other NON LEADTOOLS servers. The problem is in the CSLeadtools.Dicom.Server.Manager.
#6
Posted
:
Wednesday, December 16, 2009 4:54:42 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Try to use the "PACS Config Tool - Run this first!" Utility to remove the DICOM server "LEAD_SERVER" and use the same utility to create a new server. If this does not solve the problem, please send an email to
support@leadtools.com and mention this post.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.