|
I will explain you from start again.
My source folder is like C:\PatientID\*.dic.
and I am creating DICOM DIR on the path C:\PatientID as C:\PatientID\DICOMDIR as,
Dicomdirds.Inserticonimagesequence=false
for each file in sourcefolder
Dicomdirds.InsertDicomfile C:\PatientID\filename.dic
After that I write the images on CD as,
CDDrive:\Images\Study1\Series1\*.dic
CDDrive:\Images\Study1\Series2\*.dic
and Write DICOMDIR file on the path
CDDrive:\Images\Study1\DICOMDIR
My problem is after opening the dicom directory from CD path it will not show the images.
Whether it will do?
Is it requires the same folder structure?
|