Program Link Optional Command Line
Posted: Tue Sep 07, 2021 4:26 pm
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 launch the java program. It does launch the application but I cannot seem to include the PatNum as an argument.
Path of file to open is correct (the application launches but without data)
[PatNum] is in Optional command line.
As far as I can tell the link does not provide the PatNum argument
I can launch the app without an argument and get the same blank behavior.
Have run an output file and included [PatNum]. It writes the correct patient number to the the file every time.
What am I doing wrong? Would love to take advantage of this simple added button to avoid retyping all of the patient demographics.
Thanks in advance for your help.
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 launch the java program. It does launch the application but I cannot seem to include the PatNum as an argument.
Path of file to open is correct (the application launches but without data)
[PatNum] is in Optional command line.
As far as I can tell the link does not provide the PatNum argument
I can launch the app without an argument and get the same blank behavior.
Have run an output file and included [PatNum]. It writes the correct patient number to the the file every time.
What am I doing wrong? Would love to take advantage of this simple added button to avoid retyping all of the patient demographics.
Thanks in advance for your help.