-
If a DICOM file contains control characters that are invalid for XML (other than pixel data that should already have been taken out by the attachment handler), and the channel has an active transforme…
-
If a DICOM file contains control characters that are invalid for XML (other than pixel data that should already have been taken out by the attachment handler), and the channel has an active transforme…
-
When I try to create a new DicomServer(local_port_int)
with
public CStoreScp(INetworkStream stream, Encoding fallbackEncoding, Logger log)
: base(stream, fallbackEncoding, l…
-
Hi,
I am new to this ClearCanvas development and has been trying to build source code and test it out.
I have been successful in compiling the source code but I am facing a problem when I try to ru…
-
Currently, the ruby-dicom library is only able to handle a small subset of the compressed transfer syntaxes allowed in the DICOM standard. For Run Length Encoding, we have a straight ruby implementati…
dicom updated
3 years ago
-
Hello everyone and thanks for the great work!
I am facing a problem while using the sink (v2.1.0) with loki server (v1.5). When I log something the following exception happens:
```
2020-07-03…
ghost updated
3 years ago
-
Weais viewer not running but query reach to dcm4chee
steps : 1- deploy weasis.war,weasis-pacs-connector.war to wildlfy using http
configure dcm4chee by adding
IID_PATIENT_URL=../../weasis-pacs-con…
-
### Describe the Bug
I am loading an image with a wado loader. The size in the X axis is different from the size in the Y axis. This is the complete metadata of each dicom:
`{'00080005': {'vr': 'C…
-
Short description:
I try to change the dicom server thats within the local config towards using another ip so i can reach slim within the intranet using the ip. Loading of studies is okay, but once i…
-
We have one CT equipment(SHIMASZU) doesn't generate dicom tag 0008 0005. So I want to implement a logic that when receiving dicom, add dicom 0008 0005 tag and set a character set. which class I should…