Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import DICOMS, MATLAB R2023a #912

Open
eideben opened this issue Jul 15, 2023 · 5 comments
Open

Cannot import DICOMS, MATLAB R2023a #912

eideben opened this issue Jul 15, 2023 · 5 comments

Comments

@eideben
Copy link

eideben commented Jul 15, 2023

CERR>> Scanning DICOM directory
Reading directory:/Users/elliott/Downloads/DICOM ...
Reading header ...
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.sponsorID field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.protocolID field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.subjectID field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.submissionID field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.timeSaved field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.lastSavedInVer field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.CERRImportVersion field, leaving empty.
CERR>> DICOM Import has no methods defined for import into the planC{indexS.header}.anonymizedID field, leaving empty.
Reading comment ...
Reading scan ...
Loading Scan ...
Dot indexing is not supported for variables of this type.

Error in populate_planC_scan_field (line 488)
imgOriV = positionRefIndicatorSequence.Item_1...

Error in populate_planC_field (line 83)
populate_planC_scan_field(names{i}, ...

Error in dcmdir2planC (line 53)
cellData = populate_planC_field(cellNames{i}, dcmdir_PATIENT, optS);

Error in CERRImportDCM4CHE (line 120)
planC = dcmdir2planC(combinedDcmdirS,mergeScansFlag,optS);

Error in CERR (line 133)
CERRImportDCM4CHE;

Error while evaluating UIControl Callback.

@adityaapte
Copy link
Collaborator

adityaapte commented Jul 15, 2023 via email

@eideben
Copy link
Author

eideben commented Jul 15, 2023 via email

@eideben
Copy link
Author

eideben commented Jul 15, 2023

I have tried with both a 2d test DICOM as well as a sliced 3d PET DICOM and I receive the same errors for both. I have emailed the 2d sample DICOM.

@adityaapte
Copy link
Collaborator

I have tried with both a 2d test DICOM as well as a sliced 3d PET DICOM and I receive the same errors for both. I have emailed the 2d sample DICOM.

Sorry, but I didn't receive the email. I can send you a Box link to upload your DICOM if you let me know your email address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@adityaapte @eideben and others