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:

  1. using vtkmedicalimagereader2.
  2. get library read dicom image's dcm file/extension.
  3. 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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -