comparison OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h @ 5442:ac68a4383e51 debug-telemis

improved C-Store negotiation and logging
author Alain Mazy <am@osimis.io>
date Thu, 23 Nov 2023 16:59:16 +0100
parents 7a20ee948676
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5440:99fa307438e1 5442:ac68a4383e51
83 83
84 void SetManufacturer(ModalityManufacturer manufacturer); 84 void SetManufacturer(ModalityManufacturer manufacturer);
85 85
86 void SetManufacturer(const std::string& manufacturer); 86 void SetManufacturer(const std::string& manufacturer);
87 87
88 bool IsAlwaysRenegotiate() const;
89
90 bool IsRequestAllowed(DicomRequestType type) const; 88 bool IsRequestAllowed(DicomRequestType type) const;
91 89
92 void SetRequestAllowed(DicomRequestType type, 90 void SetRequestAllowed(DicomRequestType type,
93 bool allowed); 91 bool allowed);
94 92