Search found 3 matches

by PDCsupport
Wed Sep 08, 2021 3:59 pm
Forum: Developers
Topic: Program Link Optional Command Line
Replies: 4
Views: 4947

Re: Program Link Optional Command Line

I wrote a routine to inspect the passed argument
It was indeed just a number as expected.
The problem turned out to be that it was trying to run in the wrong folder. I wrote a batch file to launch the java script with the passed argument.
calling the batch file made it work
Thank you for your help.
by PDCsupport
Wed Sep 08, 2021 3:17 pm
Forum: Developers
Topic: Program Link Optional Command Line
Replies: 4
Views: 4947

Re: Program Link Optional Command Line

Can you give me an example of the command it sends?
My application is called pwexport.jar and I'm trying to pass an argument of patient number [PatNum]
I'm looking for
pwexport.jar 19

Is that how it is passed? are there any other characters included
Thank you
by PDCsupport
Tue Sep 07, 2021 4:26 pm
Forum: Developers
Topic: Program Link Optional Command Line
Replies: 4
Views: 4947

Program Link Optional Command Line

Hello, I have written a quick Java application that, when launched on the workstation given a patient number, reads that patient's demographic information and writes that data into a communication web application we use among our 14 different practices. I have created a new Program Link that will la...