WARNINGS Importings with dcmsnd

Historical record of a forum that was for discussion of the setup, configuration, and use of OnePacs for research and educational purposes (non-clinical use).

Please direct any support inquiries through the standard OnePacs ticketing and support system.

The "Announcements" forum will continue to be active and contain announcements related to the OnePacs system.
Locked
hilario
Posts: 186
Joined: Tue Feb 24, 2009 4:49 pm

WARNINGS Importings with dcmsnd

Post by hilario » Tue Apr 28, 2009 1:52 pm

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

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: WARNINGS Importings with dcmsnd

Post by justin » Tue Apr 28, 2009 2:50 pm

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

hilario
Posts: 186
Joined: Tue Feb 24, 2009 4:49 pm

Re: WARNINGS Importings with dcmsnd

Post by hilario » Tue Apr 28, 2009 3:24 pm

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?

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: WARNINGS Importings with dcmsnd

Post by justin » Tue Apr 28, 2009 3:45 pm

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

Locked