comparison OrthancFramework/Sources/Enumerations.h @ 4888:8523078f3f4b

added new configuration to authorize C-Find for worklist independently from other C-Find
author Alain Mazy <am@osimis.io>
date Fri, 18 Feb 2022 15:45:28 +0100
parents a29a6bdba9dd
children b7ce2bb6b881
comparison
equal deleted inserted replaced
4887:a29a6bdba9dd 4888:8523078f3f4b
626 626
627 enum DicomRequestType 627 enum DicomRequestType
628 { 628 {
629 DicomRequestType_Echo, 629 DicomRequestType_Echo,
630 DicomRequestType_Find, 630 DicomRequestType_Find,
631 DicomRequestType_FindWorklist,
631 DicomRequestType_Get, 632 DicomRequestType_Get,
632 DicomRequestType_Move, 633 DicomRequestType_Move,
633 DicomRequestType_Store, 634 DicomRequestType_Store,
634 DicomRequestType_NAction, 635 DicomRequestType_NAction,
635 DicomRequestType_NEventReport 636 DicomRequestType_NEventReport