#include <itkGDCMImageIO.h>
Inheritance diagram for itk::GDCMImageIO:


Public Types | |
| typedef GDCMImageIO | Self |
| typedef ImageIOBase | Superclass |
| typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| virtual bool | CanReadFile (const char *) |
| virtual void | ReadImageInformation () |
| virtual void | Read (void *buffer) |
| virtual bool | CanWriteFile (const char *) |
| virtual void | WriteImageInformation () |
| virtual void | Write (const void *buffer) |
| virtual double | GetRescaleSlope () |
| virtual double | GetRescaleIntercept () |
| virtual const char * | GetUIDPrefix () const |
| virtual void | SetUIDPrefix (const char *_arg) |
| virtual const char * | GetStudyInstanceUID () const |
| virtual const char * | GetSeriesInstanceUID () const |
| virtual const char * | GetFrameOfReferenceInstanceUID () const |
| virtual void | SetKeepOriginalUID (bool _arg) |
| virtual bool | GetKeepOriginalUID () |
| virtual void | KeepOriginalUIDOn () |
| virtual void | KeepOriginalUIDOff () |
| void | GetPatientName (char *name) |
| void | GetPatientID (char *id) |
| void | GetPatientSex (char *sex) |
| void | GetPatientAge (char *age) |
| void | GetStudyID (char *id) |
| void | GetPatientDOB (char *dob) |
| void | GetStudyDescription (char *desc) |
| void | GetBodyPart (char *part) |
| void | GetNumberOfSeriesInStudy (char *series) |
| void | GetNumberOfStudyRelatedSeries (char *series) |
| void | GetStudyDate (char *date) |
| void | GetModality (char *modality) |
| void | GetManufacturer (char *manu) |
| void | GetInstitution (char *ins) |
| void | GetModel (char *model) |
| void | GetScanOptions (char *options) |
Static Public Member Functions | |
| static Pointer | New () |
| static bool | GetLabelFromTag (const std::string &tag, std::string &labelId) |
Protected Member Functions | |
| GDCMImageIO () | |
| ~GDCMImageIO () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| bool | OpenGDCMFileForReading (std::ifstream &os, const char *filename) |
| bool | OpenGDCMFileForWriting (std::ofstream &os, const char *filename) |
| void | InternalReadImageInformation (std::ifstream &file) |
Protected Attributes | |
| double | m_RescaleSlope |
| double | m_RescaleIntercept |
| std::string | m_UIDPrefix |
| std::string | m_StudyInstanceUID |
| std::string | m_SeriesInstanceUID |
| std::string | m_FrameOfReferenceInstanceUID |
| bool | m_KeepOriginalUID |
http://creatis-www.insa-lyon.fr/Public/Gdcm/
CREATIS INSA - Lyon 2003-2005 http://www.creatis.insa-lyon.fr
Definition at line 51 of file itkGDCMImageIO.h.
|
|
Reimplemented from itk::ImageIOBase. Reimplemented in itk::DicomImageIO. Definition at line 57 of file itkGDCMImageIO.h. |
|
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Reimplemented in itk::DicomImageIO. Definition at line 55 of file itkGDCMImageIO.h. |
|
|
Reimplemented from itk::ImageIOBase. Reimplemented in itk::DicomImageIO. Definition at line 56 of file itkGDCMImageIO.h. |
|
|
|
|
|
|
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase. |
|
|
Determine the file type. Returns true if this ImageIO can write the file specified. GDCM triggers on ".dcm" and ".dicom". Implements itk::ImageIOBase. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Access the generated DICOM UID's. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Preserve the original DICOM UID of the input files |
|
||||||||||||
|
Method for consulting the DICOM dictionary and recovering the text description of a field using its numeric tag represented as a string. If the tagkey is not found in the dictionary then this static method return false and the value "Unknown " in the labelId. If the tagkey is found then this static method returns true and the actual string descriptor of the tagkey is returned in the variable labelId. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. Reimplemented in itk::DicomImageIO. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Macro to access Rescale Slope and Rescale Intercept. Which are needed to rescale properly image when needed. User then need to Always check those value when access value from the DICOM header |
|
|
Macro to access Rescale Slope and Rescale Intercept. Which are needed to rescale properly image when needed. User then need to Always check those value when access value from the DICOM header |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Access the generated DICOM UID's. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Convenience methods to query patient information and scanner information. These matheds are here for compatibility with the DICOMImageIO2 class. |
|
|
Access the generated DICOM UID's. |
|
|
Macro to access the DICOM UID prefix. By default this is the ITK root id. This default can be overriden if the exam is for example part of an existing study. |
|
|
|
|
|
Preserve the original DICOM UID of the input files |
|
|
Preserve the original DICOM UID of the input files |
|
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. Reimplemented in itk::DicomImageIO. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
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::ImageIOBase. |
|
|
Reads the data from disk into the memory buffer provided. Implements itk::ImageIOBase. |
|
|
Set the spacing and dimesion information for the current filename. Implements itk::ImageIOBase. |
|
|
Preserve the original DICOM UID of the input files |
|
|
Macro to access the DICOM UID prefix. By default this is the ITK root id. This default can be overriden if the exam is for example part of an existing study. |
|
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Implements itk::ImageIOBase. |
|
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Implements itk::ImageIOBase. |
|
|
Definition at line 164 of file itkGDCMImageIO.h. |
|
|
Definition at line 165 of file itkGDCMImageIO.h. |
|
|
Definition at line 159 of file itkGDCMImageIO.h. |
|
|
Definition at line 158 of file itkGDCMImageIO.h. |
|
|
Definition at line 163 of file itkGDCMImageIO.h. |
|
|
Definition at line 162 of file itkGDCMImageIO.h. |
|
|
Definition at line 161 of file itkGDCMImageIO.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000