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