Karthick Rajan
Karthick Rajan

Reputation: 396

algorithm for Link between different view of Dicom images

I am working in matlab for view Dicom images from the pacs . Now I have three different series of dicom image for same patient which i download from Pacs. first one is Axial plane view , second one is sagittal plane view , third one is coronal plane view. Now i want to Link between above Series

For example, if I am clicking the Axial image then i want to refer with other views where the point of the Axial image place in sagittal view and coronal view.

By googling I got some Points that Image Position , Image Orientation and Slice Location tags are used for that Reference link between that Series.But I am not get it that calculation how to do?

Let us assume input of above tags for single image with respective series ,

1. Axial View:

2. Sagittal View:

3. Coronal View:

and above three view Pixel Data Size is (512 X 512) .

Now how I calculate the Reference Line and Point from above Value ? If any other Tag value need then i will ready to provide that Tag.

Upvotes: 0

Views: 1088

Answers (1)

cneller
cneller

Reputation: 1582

You have the correct data. http://www.dclunie.com/medical-image-faq/html/part2.html#DICOMLocalizers is a great reference for this type of operation.

It is also explained in section C.7.6.2.1 of the DICOM standard, Part 3 (http://dicom.nema.org/medical/dicom/current/output/pdf/part03.pdf)

Upvotes: 1

Related Questions