I'm using vtkDICOMImageReader to get patient's information like name, descriptive name, studyID and studyUID, and image data. I wanted to get patient's ID. How can I do that?
vtkDICOMImageReader doesn't provide this function.
Posisble solutions:
- Using vtkMedicalImageReader2.
- Get a library to read the DICOM image's dcm file/extension.
- Use itk-snap.
What is the best way to get patient's ID?
Thanks a bunch! :)