#include "gdcmDocument.h"
#include "gdcmDebug.h"
#include <list>
#include <vector>
Include dependency graph for gdcmDicomDir.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gdcm |
Classes | |
class | gdcm::DicomDir |
DicomDir defines an object representing a DICOMDIR in memory as a tree-like structure DicomDirPatient -> DicomDirStudy -> DicomDirSerie -> DicomDirImage. More... | |
Typedefs | |
typedef std::list< DicomDirPatient * > | gdcm::ListDicomDirPatient |
typedef std::vector< Document * > | gdcm::VectDocument |