marcelvanherk / Conquest-DICOM-Server

Conquest DICOM server, aiming for complete source code release
112 stars 47 forks source link

Wildcards in ACRNEMA Map #32

Open marcdidom opened 1 year ago

marcdidom commented 1 year ago

I'm trying to allow any application to retrieve from Conquest without listing it in the map. Is there a way to enable that feature using wildcards like so? * * * un

marcelvanherk commented 1 year ago

Yes, you use e.g V192.168.1.101 as AE title. In acrnema.map entry v 1234 un will then return connection to 192.168.1.101.

On Fri, 17 Mar 2023, 19:59 marcdidom, @.***> wrote:

I'm trying to allow any application to retrieve from Conquest without listing it in the map. Is there a way to enable that feature using wildcards like so?

-

  *       *       un

— Reply to this email directly, view it on GitHub https://github.com/marcelvanherk/Conquest-DICOM-Server/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVDWJJGM5RTJ3UXRIKEEZTW4S7BXANCNFSM6AAAAAAV66BBSQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcdidom commented 1 year ago

That works for C-Find but doesn't transfer the files on the C-Get request.

marcelvanherk commented 1 year ago

Hi C-GET was broken in 1.5.0c, is fixed in 1.5.0d