Section: Visualization Toolkit IO Classes
To create an instance of class vtkMedicalImageReader2, simply invoke its constructor as follows
obj = vtkMedicalImageReader2
obj
is an instance of the vtkMedicalImageReader2 class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkMedicalImageReader2 = obj.NewInstance ()
vtkMedicalImageReader2 = obj.SafeDownCast (vtkObject o)
vtkMedicalImageProperties = obj.GetMedicalImageProperties ()
- Get the medical image properties object
obj.SetPatientName (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetPatientName ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetPatientID (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetPatientID ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetDate (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetDate ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetSeries (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetSeries ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetStudy (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetStudy ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetImageNumber (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetImageNumber ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
obj.SetModality (string )
- For backward compatibility, propagate calls to the MedicalImageProperties
object.
string = obj.GetModality ()
- For backward compatibility, propagate calls to the MedicalImageProperties
object.