comparison Core/DicomNetworking/DicomUserConnection.h @ 3785:763533d6dd67 SylvainRouquette/fix-issue169-95b752c

add PreferredTransferSyntax to RemoteModalityParameters DicomUserConnection can now use RemoteModalityParameters.PreferredTransferSyntax instead of using the default transfer syntax (LE-implicit). This way we can transcode by default in LE-explicit. fix issue #169
author sylvain.rouquette@incepto-medical.com
date Wed, 18 Mar 2020 08:59:06 +0100
parents 872bd3b6ec72
children 3801435e34a1
comparison
equal deleted inserted replaced
3541:4beabcea3a5c 3785:763533d6dd67
54 struct PImpl; 54 struct PImpl;
55 boost::shared_ptr<PImpl> pimpl_; 55 boost::shared_ptr<PImpl> pimpl_;
56 56
57 // Connection parameters 57 // Connection parameters
58 std::string preferredTransferSyntax_; 58 std::string preferredTransferSyntax_;
59 std::string modalityPreferredTransferSyntax_;
59 std::string localAet_; 60 std::string localAet_;
60 std::string remoteAet_; 61 std::string remoteAet_;
61 std::string remoteHost_; 62 std::string remoteHost_;
62 uint16_t remotePort_; 63 uint16_t remotePort_;
63 ModalityManufacturer manufacturer_; 64 ModalityManufacturer manufacturer_;