Quick Launch

Add a Third-party Application Shortcut to the Action Pane

screenshot application

Open the Settings dialog.

Click Quick launch.

Click Add.

Select the executable file and click Open.

If needed, change the Application name.

Optionally, select Launch with patient data to launch the third-party application with patient data. This only works if the third-party application supports command-line parameters.

Specify which information or data is exported by adding export parameters to the Export parameters field.

Click Browse to choose a location for the exported data. Click Select folder.

If the image or surface data parameter is included, the Export data dialog is shown when launching the third-party application. 3D X-rays are exported as multiframe DICOMs.

Select Show verbose to also open a command-line tool displaying which parameters will be sent to the application.

Select Sync patient before launching to locally sync the patient record before launching the third-party application. This ensures that third-party applications which send information back, work properly.

Click OK.

Note

Up to five third-party applications can be added to the quick launch.

Supported Export Parameters

%firstname%

This tag will be replaced by the first name of the patient.

%lastname%

This tag will be replaced by the last name of the patient.

%lastname simplified%

Adding the 'simplified' tag will remove any special characters of the patient name.

%middlename%

This tag will be replaced by the middle name of the patient. The middle name is an optional patient field, so it can be empty.

%patientid%

This tag will be replaced by the Patient ID as defined by the user in the DTX Studio user interface.

%patientreference%

This tag will be replaced by the unique internal patient ID (e.g. PMS ID or DTX ID).

%dateofbirth%

This tag will be replaced by the date of birth of the patient. The default date format is the short date format set in DTX Studio Home settings.

%dateofbirth [custom]%

This tag offers the option to set your own date format. The custom string must contain one or more of the following expressions.

Expression Output Example
d The day indicated by one digit. No leading zero. 1
dd The day indicated by two digits. Leading zero if the day is lower than 10. 01
ddd The abbreviated name of the day. Mon
dddd The full name of the day. Monday
M The month indicated by one digit. No leading zero. 4
MM The month indicated by two digits. Leading zero if the day is lower than 10. 04
MMM The abbreviated name of the month. Apr
MMMM The full name of the month. April
yy The year indicated by two digits. 56
yyyy The year indicated by four digits. 1956

Some examples:

%dateofbirth yyyy-MM-dd% for date 2000/2/20 will be resolved to "2000-02-20".

%dateofbirth dd MMM yyyy% for date 2000/2/20 will be resolved to "20 Feb 2000".

%gender%

This tag will be replaced by the gender of the patient. Default values are 'Male', 'Female' and 'Other'.

%gender [custom]%

This tag offers the option to set your own gender strings. It must contain three strings divided by a forward slash (/). The first string is for male, second for female and the third for other.

Some examples:

%gender m/f/x% for a male patient will be resolved to "m".

%gender male/female/other% for a female patient will be resolved to "female".

%gender M/F/X% for a patient with gender other will be resolved to "X".

%[prefix] images%

When specified, the export image wizard is shown before the application is started.

The tag will be replaced by all selected images. An optional prefix is supported. It will be repeated for each image. E.g., %-i images% will result in -i image1 -i image2 -i imageN, ...

Some examples with two selected images, "/path/to/image 1.png" and "/path/to/image 2.png":

%images% will be resolved to "path/to/image 1.png" "/path/to/image 2.png".

%-i images% will be resolved to -i "/path/to/image 1.png" -i "/path/to/image 2.png".

%--open images% will be resolved to --open "/path/to/image 1.png" --open "/path/to/image 2.png".

It is also allowed to pass more than one %[prefix] images%tag, with possibly different prefixes. In this case, they will be resolved individually.

%[prefix] surfacedata%

This tag will be replaced by the selected surface data (*.ply and *.stl). An optional prefix is supported (see %[prefix] images% examples).

GMT 83784 – en – DTX Studio Clinic 3.4 © Copyright 2023. All rights reserved.