When I am using dcmsnd to import DICOM directories, sometimes I receive this message:
............................WARNING: Missing SOP Class UID in inmacuxxx baxxxxxxxxxx\DICOMDIR - skipped.
F....................................WARNING: Missing SOP Class UID in maria luisa fernxxxxxxx\DICOMDIR - skipped.
I wonder what does it means exactly, and what do I have to do to solve it.
Regards
Hilario
WARNINGS Importings with dcmsnd
Re: WARNINGS Importings with dcmsnd
Hilario,
The warning message will occur on any file in the directory that is not a valid dcm file. In your case you have a DICOMDIR file which is skipped, as it should be. In other words, you can ignore this warning because the file mentioned is not a dcm file.
Thanks,
Justin
The warning message will occur on any file in the directory that is not a valid dcm file. In your case you have a DICOMDIR file which is skipped, as it should be. In other words, you can ignore this warning because the file mentioned is not a dcm file.
Thanks,
Justin
Re: WARNINGS Importings with dcmsnd
OK then. I understand dcmsnd consider DICOMDIR as a file, try to proccess it and found that is not a .dcm file then give this warning.
On the dcmsnd I have received others WARNINGS/ERRORS but hey have gone on the CMD windows. Is there a way to get this log on a file in order to analyse it check the problems?
I also see this messages:
=================================
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1469
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1483
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1591
==================================
What do I have to look at?
On the dcmsnd I have received others WARNINGS/ERRORS but hey have gone on the CMD windows. Is there a way to get this log on a file in order to analyse it check the problems?
I also see this messages:
=================================
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1469
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1483
1.3.46.670589.11.0.0.12.2/? not supported by GATEWAY
skip file RM_24_ABRIL\DICOM\XX_1591
==================================
What do I have to look at?
Re: WARNINGS Importings with dcmsnd
Hilario,
You can direct the dcmsnd output to a file using standard windows command line syntax. Ex.
dcmsnd -L SOME_SCU GATEWAY@localhost:4104 c:\myfilestosend > dcmsndlog.txt
The errors reported are because you are sending images with a Phillips private sop class. The gateway is not configured, by default, to accept that particular sop class. You can change the settings in the Gateway to allow this by following the following steps:
1) Log into the OnePacs Gateway JMX Console (http://localhost:8443/jmx-console)
2) Select service=StoreScp
3) Find AcceptedOtherSOPClasses and add 1.3.46.670589.11.0.0.12.2 to the bottom of the list.
4) Click Apply Changes.
Regards,
Justin
You can direct the dcmsnd output to a file using standard windows command line syntax. Ex.
dcmsnd -L SOME_SCU GATEWAY@localhost:4104 c:\myfilestosend > dcmsndlog.txt
The errors reported are because you are sending images with a Phillips private sop class. The gateway is not configured, by default, to accept that particular sop class. You can change the settings in the Gateway to allow this by following the following steps:
1) Log into the OnePacs Gateway JMX Console (http://localhost:8443/jmx-console)
2) Select service=StoreScp
3) Find AcceptedOtherSOPClasses and add 1.3.46.670589.11.0.0.12.2 to the bottom of the list.
4) Click Apply Changes.
Regards,
Justin