Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Another question on DICOMDIR
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Carlos Rodriguez  
View profile  
 More options Aug 29 2002, 1:51 pm
Newsgroups: comp.protocols.dicom
From: buzzw...@employees.org (Carlos Rodriguez)
Date: 29 Aug 2002 10:50:59 -0700
Local: Thurs, Aug 29 2002 1:50 pm
Subject: Another question on DICOMDIR
Hi:

Does anyone know if there is any way to identify which "SERIES"
directory records "belong" to a particular "STUDY" directory record?
If I was parsing the DICOMDIR file by hand, I guess I would use the
LowerLevelDirectoryOffset and the NextDirectoryRecordOffset to
navigate "downwards and "sideways
". so to speak.  However, the java libraries that I am using to read
the DICOMDIR basically allow me to get the DirectoryRecordSequence as
a flat sequence.  I can determine which ones are "SERIES", "PATIENT",
so on and so forth, but I don't think I can trust the ordering to make
sense of the hierarchy, can I?  In other words, if, in the sequence, I
find a series record right after a study record, can I reasonably
assume the series belongs to that study?

Thanks in advance for your help.

-Carlos Rodriguez
Senior Software Engineer
Wellogic


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Hewett  
View profile  
 More options Aug 30 2002, 2:53 am
Newsgroups: comp.protocols.dicom
From: "Andrew Hewett" <andrew.hew...@med.siemens.de>
Date: Fri, 30 Aug 2002 08:50:14 +0200
Local: Fri, Aug 30 2002 2:50 am
Subject: Re: Another question on DICOMDIR

"Carlos Rodriguez" <buzzw...@employees.org> wrote in message

news:8d13b658.0208290950.6e46a727@posting.google.com...

> Hi:

> Does anyone know if there is any way to identify which "SERIES"
> directory records "belong" to a particular "STUDY" directory record?
> If I was parsing the DICOMDIR file by hand, I guess I would use the
> LowerLevelDirectoryOffset and the NextDirectoryRecordOffset to
> navigate "downwards and "sideways
> ". so to speak.  However, the java libraries that I am using to read
> the DICOMDIR basically allow me to get the DirectoryRecordSequence as
> a flat sequence.  I can determine which ones are "SERIES", "PATIENT",
> so on and so forth, but I don't think I can trust the ordering to make
> sense of the hierarchy, can I?  In other words, if, in the sequence, I
> find a series record right after a study record, can I reasonably
> assume the series belongs to that study?

Hello Carolos,

The order of records within the DirectoryRecordSequence is not significant.
Many applications do group all the records in a kind of depth-first tree
traversal
of patient/study/series/instance.

Nevertheless, it would be perfectly legal to first see all the IMAGE records,
then
all the SERIES records, and so on.  It would also be legal for the records to be
ordered randomly.

Your guess is correct.  You need to use the LowerLevelDirectoryOffset
and NextDirectoryRecordOffset attributes to reconstruct the
patient/study/series/instance hierarchy.

Regards,
Andrew

--
Andrew Hewett, PhD
Siemens Medical Solutions
Software Components and Workstations (MED SW R)
Henkestr. 127, 91052 Erlangen, Germany
Tel: +49 (9131) 84-3365    Fax: +49 (9131) 84-8691
mailto:andrew.hew...@siemens.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »