Giter Site home page Giter Site logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 9, 2024
Hello,

I cannot reproduce your problem, I observe no crash on Q/R against Orthanc 
0.8.5 running under Windows.

Please could you be more specific about your Q/R? Is it the "Q" part or the "R" 
part that leads to the crash? What is the manufacturer of your querying node? 
Could you provide us with a command-line using the standard "findscu" and 
"movescu" standard tools (from DCMTK) to reproduce the problem?

Concretely, here are two command lines that are known to work:

# findscu -P -aec ORTHANC -aet STORESCP 192.168.1.1 4242 -k 0008,0052=PATIENT 
-k PatientName -k PatientID
# movescu -P -aec ORTHANC -aet STORESCP -aem STORESCP 192.168.1.1 4242 -k 
0008,0052=PATIENT -k PatientID=0359491W

In this setup, Orthanc has the AET "ORTHANC", the DICOM port 4242, is running 
on IP address 192.168.1.1, and its configuration file contains the following 
entry:

  "DicomModalities" : {
    "sample" : [ "STORESCP", "192.168.1.2", 2000 ]
  }

Another instance of Orthanc is running on IP 192.168.1.2, port 2000. Could you 
modify this sample setup to provide a problematic version of these command 
lines? TIA!

Original comment by [email protected] on 16 Jan 2015 at 3:40

from orthanc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 9, 2024
[deleted comment]

from orthanc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 9, 2024
I have found the problem.

I configured configuration.json as follows:

  "DicomModalities" : {
    "syngo.via" : [ "VIATITLE", "192.168.1.2", 2000 ]
  }

It crashes if there is a "." in the description. Fixed with

  "DicomModalities" : {
    "syngovia" : [ "VIATITLE", "192.168.1.2", 2000 ]
  }

Perhaps I didn't read through the entire document, but I couldn't find this in 
the documentation.

Sorry for misleading the cause to Windows 8.

Original comment by [email protected] on 20 Jan 2015 at 8:21

from orthanc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 9, 2024
OK, thanks! I now close the issue.

Original comment by [email protected] on 20 Jan 2015 at 8:30

  • Changed state: Invalid

from orthanc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.