MCPcopy Create free account
hub / github.com/Kitware/VTK / SetPatientName

Method SetPatientName

IO/Image/vtkMedicalImageReader2.cxx:29–35  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29void vtkMedicalImageReader2::SetPatientName(const char* arg)
30{
31 if (this->MedicalImageProperties)
32 {
33 this->MedicalImageProperties->SetPatientName(arg);
34 }
35}
36
37//------------------------------------------------------------------------------
38const char* vtkMedicalImageReader2::GetPatientName()

Callers 3

ClearMethod · 0.80
DeepCopyMethod · 0.80
ExecuteInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected