I have installed the free(trial version)Pacsone server.The following are some problems which I am facing:
1. After installing KPACS (as modality software) on another system, and properly configuring it as an AE on Pacsone, I am unale to Echo it.
Log status:
Fri Jan 09 11:22:50 2009 INFO - C-FIND session: started for SCP: 192.168.0.11 Port: 104
Fri Jan 09 11:22:50 2009 INFO - Sending A-ASSOCIATE-RQ PDU
Fri Jan 09 11:22:50 2009 ERROR - Session: SEND error: [10057]
Fri Jan 09 11:22:50 2009 INFO - Session: disconnected for client: 192.168.0.11
Is there a problem with LAN settings?
2. Is there any other better software which I can use as a client(modality)-side solution, instead of KPACS?
Connectivity issues of Pacsone with KPACS
1. Check and make sure there is no firewall blocking port 104 at IP address 192.168.0.11 from the host where PacsOne is installed. In fact, you can run the Telnet command from a local shell on the host where PacsOne is installed, to check if there is connectivity to port 104 at that IP address:
If the Telnet command cannot connect to port 104 on that IP address, then either there is no application accepting connection to that port on that IP address, or there is a firewall (internal or external) blocking inbound packets to that port on that IP address.
2. You can check out some of the free/open-source Dicom applications here:
http://www.sph.sc.edu/comd/rorden/dicom.html
Code: Select all
C:\>telnet 192.168.0.11 104
2. You can check out some of the free/open-source Dicom applications here:
http://www.sph.sc.edu/comd/rorden/dicom.html
Two more queries sir:
1. I have configured IQVIEW Server as one of the DICOM AE in Pacsone. Bi-directional ECHO is also feasible. I am able to search Pacsone for worklist and create and send DICOM images to it through IQVIEW. BUT when I click on the Query/Retrieve link or the Get Worklist link I get the following error message:
Notice: Undefined offset: 0 in C:\Program Files\PacsOne\php\dicom.php on line 656
find() failed: error = Association request rejected, reason = 0
Help me out please.
Also can you briefly tell for what purpose is Get Worklist option used? Is it used to query the CPRS for a new worklist
1. I have configured IQVIEW Server as one of the DICOM AE in Pacsone. Bi-directional ECHO is also feasible. I am able to search Pacsone for worklist and create and send DICOM images to it through IQVIEW. BUT when I click on the Query/Retrieve link or the Get Worklist link I get the following error message:
Notice: Undefined offset: 0 in C:\Program Files\PacsOne\php\dicom.php on line 656
find() failed: error = Association request rejected, reason = 0
Help me out please.
Also can you briefly tell for what purpose is Get Worklist option used? Is it used to query the CPRS for a new worklist
The error message means the remote AE has rejected the Dicom Query/Retrieve command sent from PacsOne Server, so you need to make sure that the remote AE actually supports the Dicom Query/Retrieve SOP classes (C-FIND and C-MOVE commands). You can usually find this information from the Dicom Conformance Statement of the remote AE.