The setup for auto forwarding from the Conquest server is actually pretty easy and can be done as follows:
Add the following code to the end of the DICOM.INI file found in the root of your conquest server installation directory.
# Setup conquest server to forward all images received to a single modality andYou then need to define the wks1 variable in the known dicom providers list in the server GUI tool. You can replace wks1 with the AE Title of the device you want to forward to.
# compress the images with JPEG Lossless compression.
ForwardAssociationLevel = *
ForwardAssociationCloseDelay = 5
ForwardAssociationRefreshDelay = 3600
ExportConverters = 2
ExportConverter0 = forward to wks1
Example:
wks1 192.168.1.111 104 j2wks is the AE Title of the device you wish to forward to.
next is the IP address of the modality you wish to send to.
Then the dicom port set on the modality.
and finlayy j2 says that you wish to send the images in jpeg lossless format.