Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, October 8, 2009 8:54:33 AM(UTC)

pierreE  
pierreE

Groups: Registered
Posts: 8


Hello I am using Leadtools Medical Imaging V16.5 using C# .NET.
What I am trying to achieve is to create a single study using multiple files and multiple series within each study.
I am able to create all the files for the study, however what ends up happening is that each DICOM file for the study becomes an individual serie in the study once I publish them to the PACS.
Any idea what is happening?
Regards,
Pierre.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, October 9, 2009 5:39:37 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


If you want multiple series within a study, the datasets will all need to have the same Patient ID, Study Instance UID, but the Series Instance UIDs will need to be different.  For example, if you have 5 images but you want 2 series (one with the first two datasets and another with the other 3) and one study, they'll need to look like this (of course, these are NOT real values):

- DS1
  - Patient ID: PaID1
  - Study Instance UID: StUID1
  - Series Instance UID: SeUID1
  - SOP Instance UID: SopUID1
- DS2
  - Patient ID: PaID1
  - Study Instance UID: StUID1
  - Series Instance UID: SeUID1
  - SOP Instance UID: SopUID2
- DS3
  - Patient ID: PaID1
  - Study Instance UID: StUID1
  - Series Instance UID: SeUID2
  - SOP Instance UID: SopUID3
- DS4
  - Patient ID: PaID1
  - Study Instance UID: StUID1
  - Series Instance UID: SeUID2
  - SOP Instance UID: SopUID4
- DS5
  - Patient ID: PaID1
  - Study Instance UID: StUID1
  - Series Instance UID: SeUID2
  - SOP Instance UID: SopUID5

This should result in a DICOMDIR (which is what almost every PACS organizes datasets with) that looks like:
PATIENT
> STUDY
>>SERIES
>>>IMAGE
>>>IMAGE
>>SERIES
>>>IMAGE
>>>IMAGE

>>>IMAGE
 
#3 Posted : Tuesday, October 13, 2009 4:08:08 AM(UTC)

pierreE  
pierreE

Groups: Registered
Posts: 8


Greg,
Thank you. I will try this.
I had the SOP being the same.
Regards,
Pierre.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.125 seconds.