Easiest way to accept any dicom provider

  • Hello,

    I am trying to accept every dicom provider as they change rather frequently.


    Right now I use the following nomenclature:


    DICOM AE TITLE IP PORT COMPRESSION

    KPServer 192.168.1.2 1234 un


    Is it possible to just do


    DICOM AE TITLE IP PORT COMPRESSION

    * * * un



    Thanks

  • No you can't, you can do:


    KP* * 1234 un


    IF your KP name would be KP192.168.1.2.


    Another solution is this or a similar script added to dicom.ini:


    [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!