GDCM 3.0.24
gdcmNActionMessages.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: GDCM (Grassroots DICOM). A DICOM library
4
5 Copyright (c) 2006-2014 Mathieu Malaterre
6 All rights reserved.
7 See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the above copyright notice for more information.
12
13=========================================================================*/
14#ifndef GDCMCNACTIONMESSAGES_H
15#define GDCMCNACTIONMESSAGES_H
16
18
19namespace gdcm{
20 namespace network{
21
22class ULConnection;
23
29 public:
30 std::vector<PresentationDataValue> ConstructPDV(const ULConnection &inConnection,
31 const BaseQuery* inQuery) override;
32 };
33
39 public:
40 std::vector<PresentationDataValue> ConstructPDVByDataSet(const DataSet* inDataSet);
41 };
42 }
43}
44#endif // GDCMCNACTIONMESSAGES_H
BaseQuery.
Definition gdcmBaseQuery.h:42
Class to represent a Data Set (which contains Data Elements)
Definition gdcmDataSet.h:56
BaseNormalizedMessage.
Definition gdcmBaseNormalizedMessage.h:50
NActionRQ.
Definition gdcmNActionMessages.h:28
std::vector< PresentationDataValue > ConstructPDV(const ULConnection &inConnection, const BaseQuery *inQuery) override
NActionRSP this file defines the messages for the NAction action.
Definition gdcmNActionMessages.h:38
std::vector< PresentationDataValue > ConstructPDVByDataSet(const DataSet *inDataSet)
ULConnection.
Definition gdcmULConnection.h:58
Definition gdcmASN1.h:21