Search found 184 matches
- Mon May 16, 2011 1:31 pm
- Forum: Compatibility Matrix
- Topic: C-MOVE Root Query Models supported by PacsOne Professional
- Replies: 1
- Views: 4876
C-MOVE Root Query Models supported by PacsOne Professional
While investigating a error in C-MOVE commands between PacsONE 5.1.1 (old I know, but due to other dependencies we can not easily upgrade) and Varian Eclipse I am wondering which Root Query Models are supported by Pacsone? Judging from the conformance statement it seems that for C-MOVE the following...
- Fri Apr 23, 2010 1:38 pm
- Forum: Known Bugs
- Topic: PDU dump in log files
- Replies: 6
- Views: 6769
The structures of the PDU and PDV are specified in details in PS 3.8 of the Dicom standards. For the dumped PDU content you posted, the first 4 bytes is the PDV Length which is 54 bytes (0x36). The next byte is the Presentation Context ID (0x3), the next byte is the PDV header (0x3), followed by th...
- Mon Apr 19, 2010 6:31 pm
- Forum: Known Bugs
- Topic: PDU dump in log files
- Replies: 6
- Views: 6769
The structures of the PDU and PDV are specified in details in PS 3.8 of the Dicom standards. I was already looking there... must have been overlooking it. For the dumped PDU content you posted, the first 4 bytes is the PDV Length which is 54 bytes (0x36). The next byte is the Presentation Context I...
- Mon Apr 19, 2010 2:45 pm
- Forum: Known Bugs
- Topic: PDU dump in log files
- Replies: 6
- Views: 6769
The PDU dump does not include the PDU header, only the content of the PDU which includes both the PDV header and PDV content. Perhaps you can help me explain this error then: Fri Apr 16 11:50:26 2010 DEBUG - <2> PDV message header: [3] length: [54] Fri Apr 16 11:50:26 2010 INFO - <2> C-STORE-RSP [3...
- Fri Apr 16, 2010 10:53 am
- Forum: Known Bugs
- Topic: PDU dump in log files
- Replies: 6
- Views: 6769
PDU dump in log files
Hi all, it has been a while since I have been here, but today I was asked to investigate a DICOM connectivity problem involving a PacsONE server (v6.1.3). After a C-STORE session invoked from the PacsONE server communication is setup OK, association is made error free, the data is transferred over t...
- Thu Aug 31, 2006 11:42 am
- Forum: Known Bugs
- Topic: Associate request aborted?
- Replies: 3
- Views: 3880
PDU=[3] means the association request sent from PacsOne to that remote AE has been rejected, so you need to make sure that remote AE has configured PacsOne as a valid AE, and has enabled access for PacsOne to send images to it. That was my first train of thought indeed. However at the PacsONE side ...
- Thu Aug 31, 2006 7:33 am
- Forum: Known Bugs
- Topic: Associate request aborted?
- Replies: 3
- Views: 3880
Associate request aborted?
Every now and then we get the following (not reproducable) error on trying to use the DICOM ToolKit movescu aplpication to send data to the PacsONE Server: Wed Aug 30 15:49:12 2006 INFO - Session: <32444> started from SCU: 172.17.4.101 Wed Aug 30 15:49:12 2006 INFO - <32444> Receiving A-ASSOCIATE-RQ...
- Wed Aug 02, 2006 12:56 pm
- Forum: Desired Features
- Topic: Dailyreport of errors
- Replies: 1
- Views: 2303
Dailyreport of errors
Would it be possible to not only make a dailyreport of studies that were received but also from the studies/associations that failed. Errors are not written into the database but in a logfile. Perhaps it is possible to parse the logfile in a daily mail or maybe even store the errors and faulty assoc...
- Mon Jul 31, 2006 12:11 pm
- Forum: Known Bugs
- Topic: ERROR - Failed to open file
- Replies: 5
- Views: 5190
Does this error occur for all received images from this source AE, or just this particular image? 1. If the error only occurs for this particular image while other images can be stored fine under this remote path, then you can rule out the security permissions as the potential source of this proble...
- Mon Jul 31, 2006 11:39 am
- Forum: Known Bugs
- Topic: ERROR - Failed to open file
- Replies: 5
- Views: 5190
Re: ERROR - Failed to open file
This error means PacsOne could not open that path for writing the received Dicom image, so you need to make sure the user account PacsOne Server is running under (default is the Windows built-in SYSTEM account) has sufficient permission settings to write to this remote path: //cas1/dicomarchief/200...
- Mon Jul 31, 2006 10:44 am
- Forum: Known Bugs
- Topic: ERROR - Failed to open file
- Replies: 5
- Views: 5190
ERROR - Failed to open file
Mon Jul 31 13:18:23 2006 INFO - <7033> C-STORE [15] command received in P-DATA-TF PDU Mon Jul 31 13:18:23 2006 DEBUG - Running SQL Query: SELECT tag,syntax FROM coercion WHERE aetitle='CT2N' ORDER BY sequence ASC; Mon Jul 31 13:18:23 2006 ERROR - Failed to open file [//cas1/dicomarchief/2006_5/1.3....
- Wed Jul 12, 2006 1:33 pm
- Forum: Installation Trouble
- Topic: InnoDB or MyISAM table space
- Replies: 1
- Views: 1799
InnoDB or MyISAM table space
What is preferred when using PacsONE in combination with MySQL 5? Is this MyISAM or InnoDB table space?
This because I would like to use triggers (a feature of InnoDB) to delete data in an extra database when information is deleted from the PacsONE database.
This because I would like to use triggers (a feature of InnoDB) to delete data in an extra database when information is deleted from the PacsONE database.
- Thu Jun 29, 2006 7:31 am
- Forum: Known Bugs
- Topic: PacsONE 3.1.6: Not displaying al received studies for today
- Replies: 1
- Views: 2339
PacsONE 3.1.6: Not displaying al received studies for today
I am currently using PacsONE version 3.1.6 and noticed today that there is a bug (or a typo) in the PacsONE program, I dont know if this has changed in more recent releases. The webinterface says it displays the studies received today, but that is not really true. It displays only new studies that a...
- Tue Jun 20, 2006 7:40 am
- Forum: Installation Trouble
- Topic: applet viewer
- Replies: 23
- Views: 43906
What do you get with this version of PHP if you modify the applet.php script as before: function appletViewer(&$uids) { $url = "http://" . $_SERVER['SERVER_NAME'] . dirname($_SERVER['PHP_SELF']); // add one more line here print dirname($_SERVER['PHP_SELF']) . "<br>"; // added 2 lines here print "UR...
- Mon Jun 19, 2006 8:10 pm
- Forum: Known Bugs
- Topic: Erro while sending image: ioCompleteCallback
- Replies: 2
- Views: 2984
This does look like a bug. No I already thought so but I could not find a better category to post this message. Can you provide the following information: 1. What's the version of PacsOne Server you're running on this server? 2. Is it possible to send us a sample image that caused the error? If so,...