DICOM SEND UTIL for automation

3,036 views
Skip to first unread message

Xavier

unread,
Dec 23, 2014, 10:32:04 AM12/23/14
to dcm...@googlegroups.com


I have created standalone desktop  Utility which loads or send studies to DCM4CHEE PACS, please find attached snaps.

source code and executables are available if any want it, it takes studies from particular folder and send it to dcm4chee, working fine but I want to automate this , I mean it automatically pick latest studies and send it to pacs, any idea/way would be appreciable.



DCMSENDUTIL.JPG

HM

unread,
Dec 25, 2014, 8:34:29 AM12/25/14
to dcm...@googlegroups.com
Please send me or upload the apps here for others to download and use it...

--HM

Xavier

unread,
Dec 25, 2014, 8:57:30 AM12/25/14
to dcm...@googlegroups.com


On Thursday, 25 December 2014 19:04:29 UTC+5:30, HM wrote:
Please send me or upload the apps here for others to download and use it...

--HM

Hi Hammad,

Please send me your gmail or other email address , i will send you executable and source code with instruction how to use it, here I can't elaborate more.

Thanks 

Xavier

unread,
Jan 1, 2015, 4:33:01 AM1/1/15
to dcm...@googlegroups.com

Hello All

Please find attached file is setup for Dicom send(DCMSND) desktop utility.  Executable file AIFAZDCMSEND.exe, rename .exe file extension only by removing .txt extension from it(security reason) and double-click to invoke and make sure that DCM4CHEE pacs server should be running.

Enter AE Title,Port and Host for DCM4CHEE, and also provide DCMToolKit Bin folder full path and Studies or Dicom Images folder full path.

Prerequisite: Windows 7 or 8 , DotNet Framework 4.0.

Do let me know if any concern or issues will occur.
Release.zip

bjpl

unread,
Jan 7, 2015, 1:52:55 PM1/7/15
to dcm...@googlegroups.com
Hi,

on Win8 64bit I get an error:

error>>"java" is not recognised as an internal or external command, operable program or batch file.

Xavier

unread,
Jan 12, 2015, 6:06:03 AM1/12/15
to dcm...@googlegroups.com
It's looks like Java Setup issue, you have to set up the  Environment variable.

Esther Koh

unread,
Jun 25, 2015, 9:43:07 AM6/25/15
to dcm...@googlegroups.com
Hello! Please send me the source code to eh...@case.edu

I'm very interested in how direct uploading works, and if I can get a direct upload button onto the webpage!

Any help would be wonderful. 

-Esther

Thv Bbrd

unread,
Jul 30, 2015, 3:41:03 AM7/30/15
to dcm4che, aifaz...@gmail.com
Hi Xavier!
I'm also intrested to read your source code i want to write a similar application in java with dcm4che2 toolkit
Did you use the dcmsnd sample application of the toolkit or used the API methods in order to send the dicom files to pacs?
I would be gratefull if you could email me at blackt...@gmail.com
Ty in advance !
Nick

Léa Bruers

unread,
May 18, 2016, 12:03:10 PM5/18/16
to dcm4che
Hi Xavier!

I'm also intrested to read your source code i want to write a similar application in java.
Please can you send me the codesource.

Léa

erfan rifai

unread,
Sep 7, 2016, 5:11:19 AM9/7/16
to dcm4che
Hi Xavier
I'm also intrested to read your source code, please send me your source code tezu...@gmail.com..thx

Erfan

Ejaz Ahmad

unread,
Mar 6, 2017, 5:02:10 AM3/6/17
to dcm4che
Hi Xavier,

if possible can you send me source code.
my mail id is ejaz...@gmail.com


Thanks & Regards,
Ejaz

fleetwoodfc

unread,
Mar 6, 2017, 6:40:06 AM3/6/17
to dcm4che
The dcmsnd sample from the dcm4che 1 library includes options to automatically send files from a specifies directory i.e. 
            "poll-dir"
            "poll-period"
            "poll-retry-open"
            "poll-delta-last-modified"
            "poll-done-dir"

Muhammad Fareed

unread,
Sep 4, 2018, 5:24:54 AM9/4/18
to dcm4che
Dear Xavier,
pls send code to me.

djougue basso

unread,
Sep 4, 2018, 6:01:54 AM9/4/18
to dcm4che
hi,
please can you send me executable and the source code of this application?

Feli Ihirwe

unread,
Mar 15, 2019, 5:10:15 AM3/15/19
to dcm4che
HI Xavier..

Is it possible for me to get the source code for this project?
I'm doing the same project and deadliune is approaching..
Appreciate!

Paulo Rades

unread,
Apr 15, 2019, 9:56:28 AM4/15/19
to dcm...@googlegroups.com
Hello.


I am trying to use this application but I have java.io error

Windows 10
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)





err_java_dcmsnd.png



Are there any updates to using the latest version of dcm4che and java?

Thank you for any help

DEEPAK TANEJA

unread,
May 13, 2019, 1:56:31 AM5/13/19
to dcm4che
Hello can you please send the sample source code for send video dcm file to orthnac server 

I am using these code code but not transfer and not given any eroor



 DchmDicomSendPath = '"' + System.AppDomain.CurrentDomain.BaseDirectory + "DcmCompressed\\dcmsnd\\bin\\dcmsnd.bat" + '"';


     private bool ExportToPacs(string _DicomFilePathWithQuotes)
        {
            bool ProcessError = false;
            ProcessStartInfo startInfo = new ProcessStartInfo(ClsCommonModules.DchmDicomSendPath);
            startInfo.CreateNoWindow = true;
            startInfo.UseShellExecute = false;

            startInfo.Arguments = "-c " + ClsCommonModules.PacsAeTitle + "@" + ClsCommonModules.PacsHostName + ":" + ClsCommonModules.PacsPortNumber + " " + _DicomFilePathWithQuotes;


            try
            {

                using (Process exeProcess = Process.Start(startInfo))
                {
                    exeProcess.WaitForExit();

                    if (exeProcess.ExitCode != 0)
                        ProcessError = true;
                }

                return ProcessError;

            }
            catch
            {
                ProcessError = true;
                return ProcessError;

Luis Cuevas

unread,
May 15, 2019, 9:15:07 AM5/15/19
to dcm4che
hola xavier, muy interesante lo que hiciste, te felicito.
una pregunta existe algo similar para trabajo en mac o linux 

aifaz khan

unread,
May 15, 2019, 10:54:57 AM5/15/19
to dcm...@googlegroups.com, lcue...@gmail.com

Sí, pero necesitamos compilar el código fuente en java o dotnet core para poder trabajar en Mac o Linux  

--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/xgVpR6YY7y8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/96b52aa7-3dd1-49b3-8b61-1608f5eea4bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

SERGIO MONSALVE

unread,
Jun 30, 2019, 1:53:28 AM6/30/19
to dcm4che
hello friend, you can develop an application for dicom for me write to the email

its application is interesting



aifaz khan

unread,
Jul 2, 2019, 8:42:12 AM7/2/19
to dcm...@googlegroups.com
Yes

--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/xgVpR6YY7y8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.

Peter Humphreys

unread,
Apr 12, 2020, 2:46:54 AM4/12/20
to dcm4che
Hi Xavier - can you let me know if you have a version that runs in linux? Can this do a bulk upload of a whole directory, and is it faster than stowrs?

Cheers,
Peter

FamilleLASSA HELASSA

unread,
Aug 13, 2020, 12:25:55 PM8/13/20
to dcm4che
Hello !

please can you send me the source code my email f.hel...@gmail.com

and please a gain with witch application can i build the source code

think you in advance


Le mardi 23 décembre 2014 16:32:04 UTC + 1, Xavier a écrit:


J'ai créé un utilitaire de bureau autonome qui charge ou envoie des études à DCM4CHEE PACS, veuillez trouver les images ci-jointes.

le code source et les exécutables sont disponibles si quelqu'un le souhaite, il prend des études dans un dossier particulier et l'envoie à dcm4chee, fonctionne bien mais je veux automatiser cela, je veux dire qu'il choisit automatiquement les dernières études et les envoie à pacs, n'importe quelle idée / manière le ferait être appréciable.



Reply all
Reply to author
Forward
0 new messages