-
Notifications
You must be signed in to change notification settings - Fork 102
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
can't import dicom #855
Comments
Looks like dcm4che paths were not set. Can you try running init_ML_DICOM
before starting the import?
…On Tue, Feb 21, 2023 at 10:35 PM liuhao4056 ***@***.***> wrote:
CERR>> Scanning DICOM directory
Reading directory:E:\desktop\es01 ...
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 ...
错误: 找不到或无法加载主类
Files\Polyspace\R2021a\toolbox\CERR-master\ML_Dicom\dcm4che-5.17.0\bin..\lib\win-i686
原因: java.lang.ClassNotFoundException:
Files\Polyspace\R2021a\toolbox\CERR-master\ML_Dicom\dcm4che-5/17/0\bin//\lib\win-i686
—
Reply to this email directly, view it on GitHub
<#855>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGNJB7ZLTAD4FON4S6KZU3WYWCQ3ANCNFSM6AAAAAAVDZUABM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The problem still exists, I think there is a problem with the class path:Lib is not a subordinate folder of bin : |
There is no problem using the provided test data, but the dicom exported by MONACO planning system reports an error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CERR>> Scanning DICOM directory
Reading directory:E:\desktop\es01 ...
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 ...
错误: 找不到或无法加载主类 Files\Polyspace\R2021a\toolbox\CERR-master\ML_Dicom\dcm4che-5.17.0\bin..\lib\win-i686
原因: java.lang.ClassNotFoundException: Files\Polyspace\R2021a\toolbox\CERR-master\ML_Dicom\dcm4che-5/17/0\bin//\lib\win-i686
The text was updated successfully, but these errors were encountered: