vtk - Get Patient's Information from DICOM images -
i'm using vtkdicomimagereader patient's information name, descriptive name, studyid , studyuid, , image data. wanted patient's id. how can that?
vtkdicomimagereader doesn't provide function.
posisble solutions:
- using vtkmedicalimagereader2.
- get library read dicom image's dcm file/extension.
- use itk-snap.
what best way patient's id?
thanks bunch! :)
the "best" way ... well, more or less opinion based. 8)
if patient id necessary information need, it´s might enough use vtkmedicalimagereader2. depending on vtk version, because there bug in earlier version, returns null instead of patient data.
but of course there external libs read dicom header informations. e.g. can take @ vtkgdcmimagereader
Comments
Post a Comment