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