wildcard mechanism in Known DICOM providers

  • Hello!

    When my IP address is 192.168.10.207

    If on a remote server on the Known DICOM providers tab I specify

    CONQSRVTMP 192.168.10.207 5677 un

    everything is OK


    If on a remote server on the Known DICOM providers tab I specify

    CONQSRVTMP 192.168.10.* 5677 un

    or

    CONQSRVTMP * 5677 un

    then I get

    [CONQSRVTMP] ***dicommove: remote DICOM error


    The problem is that my address is not permanent and I need a wildcard mechanism


    Please indicate where my mistake is

  • Hi,


    the * mechanism works as follows:


    V* * 1234 un


    means that the data in place of the first * is used to fill in the IP address. We use it for non-permanent IP addresses, but the client need to put the IP address in the AE title, e.g. V127.0.0.1 is taken to have IP 127.0.0.1.


    Another option is to dynamically update acrnema.map, using a script like such:


    [lua]

    Association=local AE,IP,P,C= get_amap(1); if Association.Caller==AE and Association.ConnectedIP~=IP then servercommand('put_amap:'..AE..','..Association.ConnectedIP..','..P..','..C) end


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!