Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomNetworking/DicomAssociation.h @ 5853:4d932683049d get-scu tip
very first implementation of C-Get SCU
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 29 Oct 2024 17:25:49 +0100 |
parents | f7adfb22e20e |
children |
comparison
equal
deleted
inserted
replaced
5839:7aef730c0859 | 5853:4d932683049d |
---|---|
120 | 120 |
121 T_ASC_Association& GetDcmtkAssociation() const; | 121 T_ASC_Association& GetDcmtkAssociation() const; |
122 | 122 |
123 T_ASC_Network& GetDcmtkNetwork() const; | 123 T_ASC_Network& GetDcmtkNetwork() const; |
124 | 124 |
125 bool GetAssociationParameters(std::string& remoteAet, | |
126 std::string& remoteIp, | |
127 std::string& calledAet) const; | |
128 | |
125 static void CheckCondition(const OFCondition& cond, | 129 static void CheckCondition(const OFCondition& cond, |
126 const DicomAssociationParameters& parameters, | 130 const DicomAssociationParameters& parameters, |
127 const std::string& command); | 131 const std::string& command); |
128 | 132 |
129 static void ReportStorageCommitment( | 133 static void ReportStorageCommitment( |