Hello,<br><br>I know this is not the best forum for this and I apologize for positing here. However, since many people here have experience with DCMTK, I was wondering if someone could help me.<br><br>I am trying to read the DCM_ImageOrientationPatient tag (0020, 0037).
<br><br>I have the following code which should get the pointer to the value arrays:<br><br><br>const Float32 * data = 0; <br>retval = m_dcmFileFormat->getDataset()->findAndGetFloat32Array(<br> DCM_ImageOrientationPatient, data).good();
<br><br>m_dcmFileFormat = DcmFileFormat object pointer.<br><br>I have tried it with float and double array types but the method always returns false.<br><br>If someone can help me find what I am doing wrong, I will be much grateful.
<br><br>Thank you,<br><br>Luca<br>