ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkDCMTKSeriesFileNames.h>
Generate a sequence of filenames from a DICOM series.
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)
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 51 of file itkDCMTKSeriesFileNames.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
DCMTKSeriesFileNames (const Self &) | |
void | GetDicomData (const std::string &series, bool saveFileNames) |
void | operator= (const Self &) |
Private Attributes | |
std::string | m_InputDirectory |
FileNamesContainerType | m_InputFileNames |
bool | m_LoadPrivateTags |
bool | m_LoadSequences |
std::string | m_OutputDirectory |
FileNamesContainerType | m_OutputFileNames |
bool | m_Recursive |
SeriesUIDContainerType | m_SeriesUIDs |
bool | m_UseSeriesDetails |
virtual void | SetLoadPrivateTags (bool _arg) |
virtual bool | GetLoadPrivateTags () const |
virtual void | LoadPrivateTagsOn () |
virtual void | LoadPrivateTagsOff () |
DCMTKSeriesFileNames () | |
~DCMTKSeriesFileNames () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
For backwards compatibility
Definition at line 69 of file itkDCMTKSeriesFileNames.h.
typedef std::vector< std::string > itk::DCMTKSeriesFileNames::FileNamesContainerType |
Type of the container that holds the file names in the series.
Definition at line 66 of file itkDCMTKSeriesFileNames.h.
typedef SmartPointer< Self > itk::DCMTKSeriesFileNames::Pointer |
Definition at line 57 of file itkDCMTKSeriesFileNames.h.
Standard class typedefs.
Definition at line 55 of file itkDCMTKSeriesFileNames.h.
For backwards compatibility.
Definition at line 63 of file itkDCMTKSeriesFileNames.h.
typedef std::vector< std::string > itk::DCMTKSeriesFileNames::SeriesUIDContainerType |
Type of the container that holds the UID's for the series.
Definition at line 60 of file itkDCMTKSeriesFileNames.h.
Definition at line 56 of file itkDCMTKSeriesFileNames.h.
|
protected |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
protected |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
private |
|
inline |
Add more restriction on the selection of a Series. This follow the same approach as SetUseSeriesDetails, but allow a user to add even more DICOM tags to take into account for subrefining a set of DICOM files into multiple series. Format for tag is "group|element" of a DICOM tag.
Definition at line 153 of file itkDCMTKSeriesFileNames.h.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
private |
internal method for reading out filenames and UID lists
const FileNamesContainerType& itk::DCMTKSeriesFileNames::GetFileNames | ( | const std::string | serie | ) |
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.
const FileNamesContainerType& itk::DCMTKSeriesFileNames::GetInputFileNames | ( | ) |
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
|
virtual |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
virtual |
Parse any sequences in the DICOM file. Defaults to false to skip sequences. This makes loading DICOM files faster when sequences are not needed.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
const FileNamesContainerType& itk::DCMTKSeriesFileNames::GetOutputFileNames | ( | ) |
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 writing has changed 3rd position or some other DICOM tag in the header
|
virtual |
Recursively parse the input directory
const SeriesUIDContainerType& itk::DCMTKSeriesFileNames::GetSeriesUIDs | ( | ) |
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.
|
inline |
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 142 of file itkDCMTKSeriesFileNames.h.
|
virtual |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
virtual |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
virtual |
Parse any sequences in the DICOM file. Defaults to false to skip sequences. This makes loading DICOM files faster when sequences are not needed.
|
virtual |
Parse any sequences in the DICOM file. Defaults to false to skip sequences. This makes loading DICOM files faster when sequences are not needed.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotectedvirtual |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
Reimplemented from itk::ProcessObject.
|
virtual |
Recursively parse the input directory
|
virtual |
Recursively parse the input directory
|
inline |
Set the directory that contains the DICOM series.
Definition at line 86 of file itkDCMTKSeriesFileNames.h.
void itk::DCMTKSeriesFileNames::SetInputDirectory | ( | const char * | name | ) |
Set the directory that contains the DICOM series.
void itk::DCMTKSeriesFileNames::SetInputDirectory | ( | std::string const & | name | ) |
Set the directory that contains the DICOM series.
|
virtual |
Parse any private tags in the DICOM file. Defaults to false to skip private tags. This makes loading DICOM files faster when private tags are not needed.
|
virtual |
Parse any sequences in the DICOM file. Defaults to false to skip sequences. This makes loading DICOM files faster when sequences are not needed.
|
inline |
Set the directory where the output DICOM serie should be written.
Definition at line 97 of file itkDCMTKSeriesFileNames.h.
|
virtual |
Recursively parse the input directory
void itk::DCMTKSeriesFileNames::SetUseSeriesDetails | ( | bool | useSeriesDetails | ) |
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
|
private |
Contains the input directory where the DICOM serie is found
Definition at line 188 of file itkDCMTKSeriesFileNames.h.
|
private |
Internal structure to keep the list of input/output filenames
Definition at line 194 of file itkDCMTKSeriesFileNames.h.
|
private |
Definition at line 205 of file itkDCMTKSeriesFileNames.h.
|
private |
Definition at line 204 of file itkDCMTKSeriesFileNames.h.
|
private |
Contains the output directory where the DICOM serie should be written
Definition at line 191 of file itkDCMTKSeriesFileNames.h.
|
private |
Definition at line 195 of file itkDCMTKSeriesFileNames.h.
|
private |
Definition at line 203 of file itkDCMTKSeriesFileNames.h.
|
private |
Internal structure to order serie from one directory Internal structure to keep the list of series UIDs
Definition at line 200 of file itkDCMTKSeriesFileNames.h.
|
private |
Definition at line 202 of file itkDCMTKSeriesFileNames.h.