vtkMedicalImageProperties Class Reference

#include <vtkMedicalImageProperties.h>

Inheritance diagram for vtkMedicalImageProperties:

Inheritance graph
[legend]
Collaboration diagram for vtkMedicalImageProperties:

Collaboration graph
[legend]
List of all members.

Detailed Description

some medical image properties.

vtkMedicalImageProperties is a helper class that can be used by medical image readers and applications to encapsulate medical image/acquisition properties. Later on, this should probably be extended to add any user-defined property.

See also:
vtkMedicalImageReader2

Definition at line 33 of file vtkMedicalImageProperties.h.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Clear ()
int GetPatientAgeYear ()
int GetPatientAgeMonth ()
int GetPatientAgeWeek ()
int GetPatientAgeDay ()
int GetPatientBirthDateYear ()
int GetPatientBirthDateMonth ()
int GetPatientBirthDateDay ()
int GetAcquisitionDateYear ()
int GetAcquisitionDateMonth ()
int GetAcquisitionDateDay ()
int GetImageDateYear ()
int GetImageDateMonth ()
int GetImageDateDay ()
virtual void DeepCopy (vtkMedicalImageProperties *p)
virtual void SetPatientName (const char *)
virtual char * GetPatientName ()
virtual void SetPatientID (const char *)
virtual char * GetPatientID ()
virtual void SetPatientAge (const char *)
virtual char * GetPatientAge ()
virtual void SetPatientSex (const char *)
virtual char * GetPatientSex ()
virtual void SetPatientBirthDate (const char *)
virtual char * GetPatientBirthDate ()
virtual void SetAcquisitionDate (const char *)
virtual char * GetAcquisitionDate ()
virtual void SetAcquisitionTime (const char *)
virtual char * GetAcquisitionTime ()
virtual void SetImageDate (const char *)
virtual char * GetImageDate ()
virtual void SetImageTime (const char *)
virtual char * GetImageTime ()
virtual void SetImageNumber (const char *)
virtual char * GetImageNumber ()
virtual void SetSeriesNumber (const char *)
virtual char * GetSeriesNumber ()
virtual void SetSeriesDescription (const char *)
virtual char * GetSeriesDescription ()
virtual void SetStudyID (const char *)
virtual char * GetStudyID ()
virtual void SetStudyDescription (const char *)
virtual char * GetStudyDescription ()
virtual void SetModality (const char *)
virtual char * GetModality ()
virtual void SetManufacturer (const char *)
virtual char * GetManufacturer ()
virtual void SetManufacturerModelName (const char *)
virtual char * GetManufacturerModelName ()
virtual void SetStationName (const char *)
virtual char * GetStationName ()
virtual void SetInstitutionName (const char *)
virtual char * GetInstitutionName ()
virtual void SetConvolutionKernel (const char *)
virtual char * GetConvolutionKernel ()
virtual void SetSliceThickness (const char *)
virtual char * GetSliceThickness ()
virtual double GetSliceThicknessAsDouble ()
virtual void SetKVP (const char *)
virtual char * GetKVP ()
virtual void SetGantryTilt (const char *)
virtual char * GetGantryTilt ()
virtual double GetGantryTiltAsDouble ()
virtual void SetEchoTime (const char *)
virtual char * GetEchoTime ()
virtual void SetEchoTrainLength (const char *)
virtual char * GetEchoTrainLength ()
virtual void SetRepetitionTime (const char *)
virtual char * GetRepetitionTime ()
virtual void SetExposureTime (const char *)
virtual char * GetExposureTime ()
virtual void SetXRayTubeCurrent (const char *)
virtual char * GetXRayTubeCurrent ()
virtual void SetExposure (const char *)
virtual char * GetExposure ()
virtual void AddWindowLevelPreset (double w, double l)
virtual void RemoveWindowLevelPreset (double w, double l)
virtual void RemoveAllWindowLevelPresets ()
virtual int GetNumberOfWindowLevelPresets ()
virtual int HasWindowLevelPreset (double w, double l)
virtual int GetNthWindowLevelPreset (int idx, double *w, double *l)
virtual double * GetNthWindowLevelPreset (int idx)
virtual void SetNthWindowLevelPresetComment (int idx, const char *comment)
virtual const char * GetNthWindowLevelPresetComment (int idx)

Static Public Member Functions

static vtkMedicalImagePropertiesNew ()
static int IsTypeOf (const char *type)
static vtkMedicalImagePropertiesSafeDownCast (vtkObject *o)
static int GetAgeAsFields (const char *age, int &year, int &month, int &week, int &day)
static int GetDateAsFields (const char *date, int &year, int &month, int &day)
static int GetDateAsLocale (const char *date, char *locale)

Protected Member Functions

 vtkMedicalImageProperties ()
 ~vtkMedicalImageProperties ()

Protected Attributes

char * AcquisitionDate
char * AcquisitionTime
char * ConvolutionKernel
char * EchoTime
char * EchoTrainLength
char * Exposure
char * ExposureTime
char * GantryTilt
char * ImageDate
char * ImageNumber
char * ImageTime
char * InstitutionName
char * KVP
char * ManufacturerModelName
char * Manufacturer
char * Modality
char * PatientAge
char * PatientBirthDate
char * PatientID
char * PatientName
char * PatientSex
char * RepetitionTime
char * SeriesDescription
char * SeriesNumber
char * SliceThickness
char * StationName
char * StudyDescription
char * StudyID
char * XRayTubeCurrent
vtkMedicalImagePropertiesInternals * Internals


Member Typedef Documentation

typedef vtkObject vtkMedicalImageProperties::Superclass

Reimplemented from vtkObject.

Definition at line 37 of file vtkMedicalImageProperties.h.


Constructor & Destructor Documentation

vtkMedicalImageProperties::vtkMedicalImageProperties (  )  [protected]

vtkMedicalImageProperties::~vtkMedicalImageProperties (  )  [protected]


Member Function Documentation

static vtkMedicalImageProperties* vtkMedicalImageProperties::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

virtual const char* vtkMedicalImageProperties::GetClassName (  )  [virtual]

Reimplemented from vtkObject.

static int vtkMedicalImageProperties::IsTypeOf ( const char *  type  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkMedicalImageProperties::IsA ( const char *  type  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

static vtkMedicalImageProperties* vtkMedicalImageProperties::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkObject.

void vtkMedicalImageProperties::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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 vtkObject.

virtual void vtkMedicalImageProperties::Clear (  )  [virtual]

Convenience method to reset all fields to an emptry string/value

virtual void vtkMedicalImageProperties::SetPatientName ( const char *   )  [virtual]

Patient name For ex: DICOM (0010,0010) = DOE,JOHN

virtual char* vtkMedicalImageProperties::GetPatientName (  )  [virtual]

Patient name For ex: DICOM (0010,0010) = DOE,JOHN

virtual void vtkMedicalImageProperties::SetPatientID ( const char *   )  [virtual]

Patient ID For ex: DICOM (0010,0020) = 1933197

virtual char* vtkMedicalImageProperties::GetPatientID (  )  [virtual]

Patient ID For ex: DICOM (0010,0020) = 1933197

virtual void vtkMedicalImageProperties::SetPatientAge ( const char *   )  [virtual]

Patient age Format: nnnD, nnW, nnnM or nnnY (eventually nnD, nnW, nnY) with D (day), M (month), W (week), Y (year) For ex: DICOM (0010,1010) = 031Y

virtual char* vtkMedicalImageProperties::GetPatientAge (  )  [virtual]

Patient age Format: nnnD, nnW, nnnM or nnnY (eventually nnD, nnW, nnY) with D (day), M (month), W (week), Y (year) For ex: DICOM (0010,1010) = 031Y

static int vtkMedicalImageProperties::GetAgeAsFields ( const char *  age,
int &  year,
int &  month,
int &  week,
int &  day 
) [static]

Take as input a string in VR=AS (DICOM PS3.5) and extract either different fields namely: year month week day Return 0 on error, 1 on success One can test fields if they are different from -1 upon success

int vtkMedicalImageProperties::GetPatientAgeYear (  ) 

int vtkMedicalImageProperties::GetPatientAgeMonth (  ) 

int vtkMedicalImageProperties::GetPatientAgeWeek (  ) 

int vtkMedicalImageProperties::GetPatientAgeDay (  ) 

virtual void vtkMedicalImageProperties::SetPatientSex ( const char *   )  [virtual]

Patient sex For ex: DICOM (0010,0040) = M

virtual char* vtkMedicalImageProperties::GetPatientSex (  )  [virtual]

Patient sex For ex: DICOM (0010,0040) = M

virtual void vtkMedicalImageProperties::SetPatientBirthDate ( const char *   )  [virtual]

Patient birth date Format: yyyymmdd For ex: DICOM (0010,0030) = 19680427

virtual char* vtkMedicalImageProperties::GetPatientBirthDate (  )  [virtual]

Patient birth date Format: yyyymmdd For ex: DICOM (0010,0030) = 19680427

int vtkMedicalImageProperties::GetPatientBirthDateYear (  ) 

int vtkMedicalImageProperties::GetPatientBirthDateMonth (  ) 

int vtkMedicalImageProperties::GetPatientBirthDateDay (  ) 

virtual void vtkMedicalImageProperties::SetAcquisitionDate ( const char *   )  [virtual]

Acquisition Date Format: yyyymmdd For ex: DICOM (0008,0022) = 20030617

virtual char* vtkMedicalImageProperties::GetAcquisitionDate (  )  [virtual]

Acquisition Date Format: yyyymmdd For ex: DICOM (0008,0022) = 20030617

int vtkMedicalImageProperties::GetAcquisitionDateYear (  ) 

int vtkMedicalImageProperties::GetAcquisitionDateMonth (  ) 

int vtkMedicalImageProperties::GetAcquisitionDateDay (  ) 

virtual void vtkMedicalImageProperties::SetAcquisitionTime ( const char *   )  [virtual]

Acquisition time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0032) = 162552.0705 or 230012, or 0012

virtual char* vtkMedicalImageProperties::GetAcquisitionTime (  )  [virtual]

Acquisition time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0032) = 162552.0705 or 230012, or 0012

virtual void vtkMedicalImageProperties::SetImageDate ( const char *   )  [virtual]

Image Date Format: yyyymmdd For ex: DICOM (0008,0023) = 20030617

virtual char* vtkMedicalImageProperties::GetImageDate (  )  [virtual]

Image Date Format: yyyymmdd For ex: DICOM (0008,0023) = 20030617

int vtkMedicalImageProperties::GetImageDateYear (  ) 

int vtkMedicalImageProperties::GetImageDateMonth (  ) 

int vtkMedicalImageProperties::GetImageDateDay (  ) 

static int vtkMedicalImageProperties::GetDateAsFields ( const char *  date,
int &  year,
int &  month,
int &  day 
) [static]

Take as input a string in ISO 8601 date (YYYY/MM/DD) and extract the different fields namely: year month day Return 0 on error, 1 on success

static int vtkMedicalImageProperties::GetDateAsLocale ( const char *  date,
char *  locale 
) [static]

Take as input a string in ISO 8601 date (YYYY/MM/DD) and construct a locale date based on the different fields (see GetDateAsFields to extract different fields) Return 0 on error, 1 on success

virtual void vtkMedicalImageProperties::SetImageTime ( const char *   )  [virtual]

Image Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0033) = 162552.0705 or 230012, or 0012

virtual char* vtkMedicalImageProperties::GetImageTime (  )  [virtual]

Image Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0033) = 162552.0705 or 230012, or 0012

virtual void vtkMedicalImageProperties::SetImageNumber ( const char *   )  [virtual]

Image number For ex: DICOM (0020,0013) = 1

virtual char* vtkMedicalImageProperties::GetImageNumber (  )  [virtual]

Image number For ex: DICOM (0020,0013) = 1

virtual void vtkMedicalImageProperties::SetSeriesNumber ( const char *   )  [virtual]

Series number For ex: DICOM (0020,0011) = 902

virtual char* vtkMedicalImageProperties::GetSeriesNumber (  )  [virtual]

Series number For ex: DICOM (0020,0011) = 902

virtual void vtkMedicalImageProperties::SetSeriesDescription ( const char *   )  [virtual]

Series Description User provided description of the Series For ex: DICOM (0008,103e) = SCOUT

virtual char* vtkMedicalImageProperties::GetSeriesDescription (  )  [virtual]

Series Description User provided description of the Series For ex: DICOM (0008,103e) = SCOUT

virtual void vtkMedicalImageProperties::SetStudyID ( const char *   )  [virtual]

Study ID For ex: DICOM (0020,0010) = 37481

virtual char* vtkMedicalImageProperties::GetStudyID (  )  [virtual]

Study ID For ex: DICOM (0020,0010) = 37481

virtual void vtkMedicalImageProperties::SetStudyDescription ( const char *   )  [virtual]

Study description For ex: DICOM (0008,1030) = BRAIN/C-SP/FACIAL

virtual char* vtkMedicalImageProperties::GetStudyDescription (  )  [virtual]

Study description For ex: DICOM (0008,1030) = BRAIN/C-SP/FACIAL

virtual void vtkMedicalImageProperties::SetModality ( const char *   )  [virtual]

Modality For ex: DICOM (0008,0060)= CT

virtual char* vtkMedicalImageProperties::GetModality (  )  [virtual]

Modality For ex: DICOM (0008,0060)= CT

virtual void vtkMedicalImageProperties::SetManufacturer ( const char *   )  [virtual]

Manufacturer For ex: DICOM (0008,0070) = Siemens

virtual char* vtkMedicalImageProperties::GetManufacturer (  )  [virtual]

Manufacturer For ex: DICOM (0008,0070) = Siemens

virtual void vtkMedicalImageProperties::SetManufacturerModelName ( const char *   )  [virtual]

Manufacturer's Model Name For ex: DICOM (0008,1090) = LightSpeed QX/i

virtual char* vtkMedicalImageProperties::GetManufacturerModelName (  )  [virtual]

Manufacturer's Model Name For ex: DICOM (0008,1090) = LightSpeed QX/i

virtual void vtkMedicalImageProperties::SetStationName ( const char *   )  [virtual]

Station Name For ex: DICOM (0008,1010) = LSPD_OC8

virtual char* vtkMedicalImageProperties::GetStationName (  )  [virtual]

Station Name For ex: DICOM (0008,1010) = LSPD_OC8

virtual void vtkMedicalImageProperties::SetInstitutionName ( const char *   )  [virtual]

Institution Name For ex: DICOM (0008,0080) = FooCity Medical Center

virtual char* vtkMedicalImageProperties::GetInstitutionName (  )  [virtual]

Institution Name For ex: DICOM (0008,0080) = FooCity Medical Center

virtual void vtkMedicalImageProperties::SetConvolutionKernel ( const char *   )  [virtual]

Convolution Kernel (or algorithm used to reconstruct the data) For ex: DICOM (0018,1210) = Bone

virtual char* vtkMedicalImageProperties::GetConvolutionKernel (  )  [virtual]

Convolution Kernel (or algorithm used to reconstruct the data) For ex: DICOM (0018,1210) = Bone

virtual void vtkMedicalImageProperties::SetSliceThickness ( const char *   )  [virtual]

Slice Thickness (Nominal reconstructed slice thickness, in mm) For ex: DICOM (0018,0050) = 0.273438

virtual char* vtkMedicalImageProperties::GetSliceThickness (  )  [virtual]

Slice Thickness (Nominal reconstructed slice thickness, in mm) For ex: DICOM (0018,0050) = 0.273438

virtual double vtkMedicalImageProperties::GetSliceThicknessAsDouble (  )  [virtual]

Slice Thickness (Nominal reconstructed slice thickness, in mm) For ex: DICOM (0018,0050) = 0.273438

virtual void vtkMedicalImageProperties::SetKVP ( const char *   )  [virtual]

Peak kilo voltage output of the (x-ray) generator used For ex: DICOM (0018,0060) = 120

virtual char* vtkMedicalImageProperties::GetKVP (  )  [virtual]

Peak kilo voltage output of the (x-ray) generator used For ex: DICOM (0018,0060) = 120

virtual void vtkMedicalImageProperties::SetGantryTilt ( const char *   )  [virtual]

Gantry/Detector tilt (Nominal angle of tilt in degrees of the scanning gantry.) For ex: DICOM (0018,1120) = 15

virtual char* vtkMedicalImageProperties::GetGantryTilt (  )  [virtual]

Gantry/Detector tilt (Nominal angle of tilt in degrees of the scanning gantry.) For ex: DICOM (0018,1120) = 15

virtual double vtkMedicalImageProperties::GetGantryTiltAsDouble (  )  [virtual]

Gantry/Detector tilt (Nominal angle of tilt in degrees of the scanning gantry.) For ex: DICOM (0018,1120) = 15

virtual void vtkMedicalImageProperties::SetEchoTime ( const char *   )  [virtual]

Echo Time (Time in ms between the middle of the excitation pulse and the peak of the echo produced) For ex: DICOM (0018,0081) = 105

virtual char* vtkMedicalImageProperties::GetEchoTime (  )  [virtual]

Echo Time (Time in ms between the middle of the excitation pulse and the peak of the echo produced) For ex: DICOM (0018,0081) = 105

virtual void vtkMedicalImageProperties::SetEchoTrainLength ( const char *   )  [virtual]

Echo Train Length (Number of lines in k-space acquired per excitation per image) For ex: DICOM (0018,0091) = 35

virtual char* vtkMedicalImageProperties::GetEchoTrainLength (  )  [virtual]

Echo Train Length (Number of lines in k-space acquired per excitation per image) For ex: DICOM (0018,0091) = 35

virtual void vtkMedicalImageProperties::SetRepetitionTime ( const char *   )  [virtual]

Repetition Time The period of time in msec between the beginning of a pulse sequence and the beginning of the succeeding (essentially identical) pulse sequence. For ex: DICOM (0018,0080) = 2040

virtual char* vtkMedicalImageProperties::GetRepetitionTime (  )  [virtual]

Repetition Time The period of time in msec between the beginning of a pulse sequence and the beginning of the succeeding (essentially identical) pulse sequence. For ex: DICOM (0018,0080) = 2040

virtual void vtkMedicalImageProperties::SetExposureTime ( const char *   )  [virtual]

Exposure time (time of x-ray exposure in msec) For ex: DICOM (0018,1150) = 5

virtual char* vtkMedicalImageProperties::GetExposureTime (  )  [virtual]

Exposure time (time of x-ray exposure in msec) For ex: DICOM (0018,1150) = 5

virtual void vtkMedicalImageProperties::SetXRayTubeCurrent ( const char *   )  [virtual]

X-ray tube current (in mA) For ex: DICOM (0018,1151) = 400

virtual char* vtkMedicalImageProperties::GetXRayTubeCurrent (  )  [virtual]

X-ray tube current (in mA) For ex: DICOM (0018,1151) = 400

virtual void vtkMedicalImageProperties::SetExposure ( const char *   )  [virtual]

Exposure (The exposure expressed in mAs, for example calculated from Exposure Time and X-ray Tube Current) For ex: DICOM (0018,1152) = 114

virtual char* vtkMedicalImageProperties::GetExposure (  )  [virtual]

Exposure (The exposure expressed in mAs, for example calculated from Exposure Time and X-ray Tube Current) For ex: DICOM (0018,1152) = 114

virtual void vtkMedicalImageProperties::DeepCopy ( vtkMedicalImageProperties p  )  [virtual]

Copy the contents of p to this instance.

virtual void vtkMedicalImageProperties::AddWindowLevelPreset ( double  w,
double  l 
) [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual void vtkMedicalImageProperties::RemoveWindowLevelPreset ( double  w,
double  l 
) [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual void vtkMedicalImageProperties::RemoveAllWindowLevelPresets (  )  [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual int vtkMedicalImageProperties::GetNumberOfWindowLevelPresets (  )  [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual int vtkMedicalImageProperties::HasWindowLevelPreset ( double  w,
double  l 
) [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual int vtkMedicalImageProperties::GetNthWindowLevelPreset ( int  idx,
double *  w,
double *  l 
) [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual double* vtkMedicalImageProperties::GetNthWindowLevelPreset ( int  idx  )  [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual void vtkMedicalImageProperties::SetNthWindowLevelPresetComment ( int  idx,
const char *  comment 
) [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106

virtual const char* vtkMedicalImageProperties::GetNthWindowLevelPresetComment ( int  idx  )  [virtual]

Add/Remove/Query the window/level presets that may have been associated to a medical image. Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045 DICOM Window Width (0028,1051) = 0106


Member Data Documentation

char* vtkMedicalImageProperties::AcquisitionDate [protected]

Definition at line 306 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::AcquisitionTime [protected]

Definition at line 307 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ConvolutionKernel [protected]

Definition at line 308 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::EchoTime [protected]

Definition at line 309 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::EchoTrainLength [protected]

Definition at line 310 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::Exposure [protected]

Definition at line 311 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ExposureTime [protected]

Definition at line 312 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::GantryTilt [protected]

Definition at line 313 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ImageDate [protected]

Definition at line 314 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ImageNumber [protected]

Definition at line 315 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ImageTime [protected]

Definition at line 316 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::InstitutionName [protected]

Definition at line 317 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::KVP [protected]

Definition at line 318 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::ManufacturerModelName [protected]

Definition at line 319 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::Manufacturer [protected]

Definition at line 320 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::Modality [protected]

Definition at line 321 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::PatientAge [protected]

Definition at line 322 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::PatientBirthDate [protected]

Definition at line 323 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::PatientID [protected]

Definition at line 324 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::PatientName [protected]

Definition at line 325 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::PatientSex [protected]

Definition at line 326 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::RepetitionTime [protected]

Definition at line 327 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::SeriesDescription [protected]

Definition at line 328 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::SeriesNumber [protected]

Definition at line 329 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::SliceThickness [protected]

Definition at line 330 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::StationName [protected]

Definition at line 331 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::StudyDescription [protected]

Definition at line 332 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::StudyID [protected]

Definition at line 333 of file vtkMedicalImageProperties.h.

char* vtkMedicalImageProperties::XRayTubeCurrent [protected]

Definition at line 334 of file vtkMedicalImageProperties.h.

vtkMedicalImagePropertiesInternals* vtkMedicalImageProperties::Internals [protected]

PIMPL Encapsulation for STL containers BTX

Definition at line 338 of file vtkMedicalImageProperties.h.


The documentation for this class was generated from the following file:
Generated on Sat Dec 30 06:40:50 2006 for VTK by  doxygen 1.5.1