GDCM
2.4.5
|
#include "gdcmDataSet.h"
#include "gdcmUIDs.h"
#include "gdcmObject.h"
#include "gdcmQueryPatient.h"
#include "gdcmQueryStudy.h"
#include "gdcmQuerySeries.h"
#include "gdcmQueryImage.h"
Go to the source code of this file.
Classes | |
class | gdcm::BaseRootQuery |
BaseRootQuery contains: a baseclass which will produce a dataset for c-find and c-move with patient/study root. More... | |
Namespaces | |
gdcm | |
Enumerations | |
enum | gdcm::EQueryLevel { gdcm::ePatient = 0, gdcm::eStudy = 1, gdcm::eSeries = 2, gdcm::eImage = 3 } |
enum | gdcm::EQueryType { gdcm::eFind = 0, gdcm::eMove } |