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

Method GetPatientID

IO/Image/vtkMedicalImageReader2.cxx:57–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//------------------------------------------------------------------------------
57const char* vtkMedicalImageReader2::GetPatientID()
58{
59 if (this->MedicalImageProperties)
60 {
61 return this->MedicalImageProperties->GetPatientID();
62 }
63 return nullptr;
64}
65
66//------------------------------------------------------------------------------
67void vtkMedicalImageReader2::SetDate(const char* arg)

Callers 1

DeepCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected