#include <itkDICOMImageIO2.h>
Inheritance diagram for itk::DICOMImageIO2:
Public Types | |
typedef DICOMImageIO2 | 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 *) |
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) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
DICOMImageIO2 () | |
virtual | ~DICOMImageIO2 () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | ReadDataCallback (doublebyte group, doublebyte element, itkdicomparser::DICOMParser::VRTypes type, unsigned char *val, quadbyte len) |
Protected Attributes | |
itkdicomparser::DICOMParser * | m_Parser |
itkdicomparser::DICOMAppHelper * | m_AppHelper |
unsigned char * | m_ImageDataBuffer |
Definition at line 30 of file itkDICOMImageIO2.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 36 of file itkDICOMImageIO2.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 34 of file itkDICOMImageIO2.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 35 of file itkDICOMImageIO2.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. Implements itk::ImageIOBase. Definition at line 69 of file itkDICOMImageIO2.h. |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Get methods to query patient information and scanner information |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. |
|
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 dimension information for the set filename. Implements itk::ImageIOBase. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly. Implements itk::ImageIOBase. Definition at line 76 of file itkDICOMImageIO2.h. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. Definition at line 72 of file itkDICOMImageIO2.h. |
|
Definition at line 103 of file itkDICOMImageIO2.h. |
|
Definition at line 111 of file itkDICOMImageIO2.h. |
|
Definition at line 102 of file itkDICOMImageIO2.h. |