Skip to content
Advertisement

Tag: dicom

DICOM slicing orders in python

I have a question about slices ordering: I have about 80 pictures of hip joint but there are not arranged from feet to head or head to feet. Is there any way to arrange them in an intended order? SOP Class UID is CT Image Storage. This is the code and These are the pictures of results. Answer slices =

How to generate SOPInstance UID for DICOM file?

I am developing a system which will be able to create structured report for PACS. Obviously in order to create a DICOM instance (file containing Report data), I need three UIDs for Study, Series and Instance. StudyUID and SeriesUID must be the same as that of study and series that report is created for. But for SOPInstanceUID, I need to

Advertisement