Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't send DICOM file to dicom server #32

Closed
ghost opened this issue Jan 10, 2022 · 3 comments
Closed

Can't send DICOM file to dicom server #32

ghost opened this issue Jan 10, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 10, 2022

Hello, thank you so much for your prompt update about character set for multi language for patient info.

Now, I have another issue.
We can't send dicom file from my Orthanc to server.

Power shell shows as below ;
"W: No matching AET found for AET:DICOMWEB_PACS"
I don't know which setting or configuration is wrong.

You can check captured screen as below ;
https://youtu.be/49vjmce6-d0

Would you kindly advise me ?

@ghost
Copy link
Author

ghost commented Jan 10, 2022

A week ago, I could send to server from my orthanc.

@knopkem
Copy link
Owner

knopkem commented Jan 10, 2022

There was indeed a missing step when initializing the server which is now fixed in the latest version.
Note that while you should now be able to push/query/echo dicomweb-pacs again, it is only because of the property:
permissiveMode=true
You won't be able to C-Move on it as you did not specify ORTHANC as a peer.
So a better approach is to replace peers with:

peers: [
      {
        aet: "ORTHANC",
        ip: "127.0.0.1",
        port: "4242"
      }],

...and to turn off permissiveMode

@ghost
Copy link
Author

ghost commented Jan 12, 2022

I have tried nad now everything is fine !!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant