how to differentiate images from one patient?

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
flo
Posts: 37
Joined: Fri, 2006-02-24, 09:49

how to differentiate images from one patient?

#1 Post by flo »

Hi,

when ich have a MRT-image and and CT-image of one patient, how can I differentiate these pictures with the DICOM-Standard ( witch query parameter is that? )
Does the DICOM-tags have an element to differentiate ?
Or is that solved by study-ID ?

greetings flo

flo
Posts: 37
Joined: Fri, 2006-02-24, 09:49

#2 Post by flo »

SOPInstanceUID ???

thx flo

focus
Posts: 77
Joined: Wed, 2005-03-16, 20:29
Location: Catalonia

#3 Post by focus »

You can use the Study UID. Study ID can be repeated, but the Study UID of a study it's supposed that is unique in the world,

focus
Posts: 77
Joined: Wed, 2005-03-16, 20:29
Location: Catalonia

#4 Post by focus »

SopInsUID it's a identifier unique for each image, diferent images oft the same study has differents SopInsUID, you have to use StudyUID

Code: Select all

  DCM_StudyInstanceUID                     DcmTagKey(0x0020, 0x000d)

gnchen
Posts: 14
Joined: Tue, 2006-04-11, 18:00

#5 Post by gnchen »

You might want to check modality tag (0008, 0060)

Marco Eichelberg
OFFIS DICOM Team
OFFIS DICOM Team
Posts: 1445
Joined: Tue, 2004-11-02, 17:22
Location: Oldenburg, Germany
Contact:

#6 Post by Marco Eichelberg »

Here's a short summary.
  • If two DICOM images have the same SOP Instance UID, they are by definition identical.
  • If two images have the same Modality code, they have been produced by the same modality. This can be used, e.g. to distinguish between CT and MR even in the case of secondary images (secondary capture images containing the "CT" or "MR" modality code).
  • Study is not a reliable means of keeping images of different modalities or acquisitions apart because a study can contain objects from different modalities.
  • All images of one series (sharing the same Series Instance UID) however, are guaranteed to be of the same modality.
  • Both Modality and Series Instance UID are standard query keys on series level. This means, for a given patient you will first have to locate all studies and then issue repeated queries for each study to identify the desired series properties.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest