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

Method SetPatientID

IO/Image/vtkMedicalImageReader2.cxx:48–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48void vtkMedicalImageReader2::SetPatientID(const char* arg)
49{
50 if (this->MedicalImageProperties)
51 {
52 this->MedicalImageProperties->SetPatientID(arg);
53 }
54}
55
56//------------------------------------------------------------------------------
57const char* vtkMedicalImageReader2::GetPatientID()

Callers 3

ClearMethod · 0.80
DeepCopyMethod · 0.80
ExecuteInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected