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

Method GetStudy

IO/Image/vtkMedicalImageReader2.cxx:114–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

112
113//------------------------------------------------------------------------------
114const char* vtkMedicalImageReader2::GetStudy()
115{
116 if (this->MedicalImageProperties)
117 {
118 return this->MedicalImageProperties->GetStudyID();
119 }
120 return nullptr;
121}
122
123//------------------------------------------------------------------------------
124void vtkMedicalImageReader2::SetImageNumber(const char* arg)

Callers

nothing calls this directly

Calls 1

GetStudyIDMethod · 0.80

Tested by

no test coverage detected