Block MWL acces by AET

  • Is it possible to allow specific AETs that query the Worklist, similar to the ARCNEMA.MAP?

    The ARCNEMA.MAP file seems to only deal with storage and query of the archive, and not the MWL.


    Thanks,


    Mike

  • Hi,


    Adding at least one AE title in dgatesop.lst will block all other ones. This may be what you need.


    Or you can use e.g.


    WorkListQueryConverter0 = lua:if Association.calling ~= 'AECT01' then script('reject') end


    Marcel

  • I'm not sure where to add an AE in this file, or the format. I realized that the calling AE was trying to perform a study query, instead of a MWL search. Can you tell me what lines are required in dgatesop.lst for an instance only running as a MWL server?


    Thanks again. Great program btw.

  • This is the sample AE line:


    #None none RemoteAE

    eg


    TESTAE TESTAE RemoteAE


    Will block all accessesing AE (including the server itself) except TESTAE


    To block all queries put # before any line you want blocked:


    # PatientRootQuery 1.2.840.10008.5.1.4.1.2.1.1 sop

    #PatientRootRetrieve 1.2.840.10008.5.1.4.1.2.1.2 sop

    #PatientRootGet 1.2.840.10008.5.1.4.1.2.1.3 sop

    #StudyRootQuery 1.2.840.10008.5.1.4.1.2.2.1 sop

    #StudyRootRetrieve 1.2.840.10008.5.1.4.1.2.2.2 sop

    #StudyRootGet 1.2.840.10008.5.1.4.1.2.2.3 sop

    #PatientStudyOnlyQuery 1.2.840.10008.5.1.4.1.2.3.1 sop

    #PatientStudyOnlyRetrieve 1.2.840.10008.5.1.4.1.2.3.2 sop

    #PatientStudyOnlyGet 1.2.840.10008.5.1.4.1.2.3.3 sop

    FindModalityWorkList 1.2.840.10008.5.1.4.31 sop

    #PatientRootRetrieveNKI 1.2.826.0.1.3680043.2.135.1066.5.1.4.1.2.1.2 sop

    #StudyRootRetrieveNKI 1.2.826.0.1.3680043.2.135.1066.5.1.4.1.2.2.2 sop

    #PatientStudyOnlyRetrieveNKI 1.2.826.0.1.3680043.2.135.1066.5.1.4.1.2.3.2 sop


    Marcel

Participate now!

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