Prev: Synchronous audio and plot output of a STFT signal
Next: matlab back propogation neural network
From: Ross on 11 May 2010 16:56 I have a dicom file taken from a GE Advance PET/CT scanner and one of the fields present is the RadionuclideTotalDose indicating how much activity the patient was given. However, dicominfo does not return this field. Further, dicomdump (Jeff Mather) lists the field in the screen dump but it doesn't appear to be present in the "attrs" structure returned by the dicomparse mex function when I search through this structure looking for the specific Location where I know this header tag should be.
From: Jeff Mather on 12 May 2010 08:32 "Ross " <rjmthreeone(a)duke.edu> wrote in message <hscg94$2cm$1(a)fred.mathworks.com>... > I have a dicom file taken from a GE Advance PET/CT scanner and one of the fields present is the RadionuclideTotalDose indicating how much activity the patient was given. > However, dicominfo does not return this field. Further, dicomdump (Jeff Mather) lists the field in the screen dump but it doesn't appear to be present in the "attrs" structure returned by the dicomparse mex function when I search through this structure looking for the specific Location where I know this header tag should be. Well, this is surprising to me, since all of the DICOM functions in the Image Processing Toolbox use the same parser as dicomdump. If you see it appear in dicomdump it should show up in dicominfo. Is it possible that the attribute is hiding inside a structure, perhaps in the "RadiopharmaceuticalInformationSequence"? If that doesn't solve the issue, would it be possible for you to send me one of the files that exhibits this behavior? Feel free to e-mail directly. Jeff Mather Image Processing Group MathWorks
From: Ross on 12 May 2010 08:46 "Jeff Mather" <jeff.mather(a)mathworks.com> wrote in message <hse744$q5e$1(a)fred.mathworks.com>... > "Ross " <rjmthreeone(a)duke.edu> wrote in message <hscg94$2cm$1(a)fred.mathworks.com>... > > I have a dicom file taken from a GE Advance PET/CT scanner and one of the fields present is the RadionuclideTotalDose indicating how much activity the patient was given. > > However, dicominfo does not return this field. Further, dicomdump (Jeff Mather) lists the field in the screen dump but it doesn't appear to be present in the "attrs" structure returned by the dicomparse mex function when I search through this structure looking for the specific Location where I know this header tag should be. > > Well, this is surprising to me, since all of the DICOM functions in the Image Processing Toolbox use the same parser as dicomdump. If you see it appear in dicomdump it should show up in dicominfo. Is it possible that the attribute is hiding inside a structure, perhaps in the "RadiopharmaceuticalInformationSequence"? > > If that doesn't solve the issue, would it be possible for you to send me one of the files that exhibits this behavior? Feel free to e-mail directly. > Jeff, You're a life saver - it WAS hidden in the RadiopharmaceuticalInformationSequence structure. I had noticed that the location information from dicomdump was missing all of the tags related to all of the Radiopharmaceutical information but never pieced together that they could ALL be under one tag. Many thanks, Ross > Jeff Mather > Image Processing Group > MathWorks
|
Pages: 1 Prev: Synchronous audio and plot output of a STFT signal Next: matlab back propogation neural network |