#include <itkGDCMSeriesFileNames.h>
Inheritance diagram for itk::GDCMSeriesFileNames:
Public Types | |
typedef GDCMSeriesFileNames | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetInputDirectory (std::string const &name) |
void | SetDirectory (std::string const &name) |
const FilenamesContainer & | GetInputFileNames () |
const FilenamesContainer & | GetOutputFileNames () |
const FilenamesContainer & | GetFileNames (const std::string serie) |
const SerieUIDContainer & | GetSeriesUIDs () |
bool | GetUseSeriesDetails (void) |
gdcm::SerieHelper * | GetSeriesHelper (void) |
void | SetInputDirectory (const char *name) |
void | SetOutputDirectory (std::string const &name) |
void | SetUseSeriesDetails (bool useSeriesDetails) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GDCMSeriesFileNames () | |
~GDCMSeriesFileNames () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class generate a sequence of files whose filenames points to a DICOM file. The ordering is based on the following strategy: Read all images in the directory (assuming there is only one study/serie)
1. Extract Image Orientation & Image Position from DICOM images, and then calculate the ordering based on the 3D coordinate of the slice 2. If for some reason this information is not found or failed, another strategy is used: the ordering is based on 'Image Number' 3. If this strategy also failed, then the filenames are ordered by lexicographical order.
If multiple volumes are being grouped as a single series for your dicom objects, you may want to try calling ->SetUseSeriesDetails(true) prior to calling SetDirectory().
Definition at line 52 of file itkGDCMSeriesFileNames.h.
|
Reimplemented from itk::Object. Definition at line 58 of file itkGDCMSeriesFileNames.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 56 of file itkGDCMSeriesFileNames.h. |
|
Reimplemented from itk::Object. Definition at line 57 of file itkGDCMSeriesFileNames.h. |
|
|
|
|
|
Returns a vector containing the series' file names. The file names are ordered by the strategy define in header. All DICOM files have the same exact UID equal to the one user's specified. An extended UID may be returned/used if SetUseSeriesDetails(true) has been called. |
|
Returns a vector containing the series' file names. The file names are ordered by the strategy define in header. No sorting is done based on UID |
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Returns a vector containing the series' file names. The file names are ordered in the same extact order as the input one. This could be dangerous if the writting has change 3d position or some other DICOM tag in the header |
|
Returns a pointer to the SeriesHelper class. This access allows the files as gdcm dicom objects in a series to be queried for dicom tag values prior to reading the series. Such querying is useful to determine which series should be read - e.g., to determine which is the T2 scan, etc. Definition at line 150 of file itkGDCMSeriesFileNames.h. |
|
Returns a vector containing all the UIDs found when parsing the direcory specified via SetDirectory. If no direcory is specified return an empty vector. An extended UID may be returned/used if SetUseSeriesDetails(true) has been called. |
|
Returns true if using additional series information such as ProtocolName and SeriesName to identify when a single SeriesUID contains multiple 3D volumes - as can occur with perfusion and DTI imaging Definition at line 139 of file itkGDCMSeriesFileNames.h. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. |
|
Set the directory that contains the DICOM series. Definition at line 84 of file itkGDCMSeriesFileNames.h. |
|
Set the directory that contains the DICOM series. |
|
Set the directory that contains the DICOM series. Definition at line 69 of file itkGDCMSeriesFileNames.h. References itkExceptionMacro. |
|
Set the directory where the output DICOM serie should be written. Definition at line 95 of file itkGDCMSeriesFileNames.h. |
|
Use additional series information such as ProtocolName and SeriesName to identify when a single SeriesUID contains multiple 3D volumes - as can occur with perfusion and DTI imaging Definition at line 128 of file itkGDCMSeriesFileNames.h. |