Hello!
According to the documentation at https://book.orthanc-server.com/integrations/modality.html?highlight=modality
If I want a computer (A) and a DICOM Server (B) to communicate, the DICOM server must add the computer (A) to its DicomModalities list in the config file.
Is there a way to… not do that? Meaning I just want computer (A) to send files to the DICOM server for example. My issue is that, in some cases, I don’t have the IP address of the computer (A) or it might change. And I want any device, connected to the network, to send DICOM files to the DICOM Server (B).
Thanks!