Hi Marcel,
I have an issue with forwarding the study as uncompressed. the actual study is JPEG compressed. What should be the syntax to send out the study as uncompressed, can you give me an example with an export converter?
# Configure server
ImportExportDragAndDrop = 1
KeepAlive = 60
LargeFileSizeKB = 4096
ZipTime = 05:
UIDPrefix = 1.2.826.0.1.3680043.2.135.735843.70688067
EnableReadAheadThread = 2
EnableComputedFields = 1
RetryDelay = 60
RetryForwardFailed = 5
FileNameSyntax = 4
# Configuration of compression for incoming images and archival
DroppedFileCompression = un
IncomingCompression = as
ArchiveCompression = as
# For debug information
PACSName = medHHSF
OperatorConsole = 127.0.0.1
DebugLevel = 0
# Configuration of disk(s) to store images
MAGDeviceFullThreshHold = 30
MAGDevices = 1
MAGDevice0 = d:\dicom\
# Configuration of forwarding and/or converter programs to export DICOM slices
ForwardAssociationLevel = SERIES
ForwardAssociationCloseDelay = 5
ForwardAssociationRefreshDelay = 3600
ForwardAssociationRelease = 1
ExportConverters = 2
ExportConverter0 = ifequal "%V0008,1010","testII"; forward to TEST-EFT
ExportConverter1 = ifnotequal "%V0008,1010","testII"; forward compressed as J2 to TEST-EFT
ForwardCollectDelay = 5
MaximumExportRetries = 10
MaximumDelayedFetchForwardRetries = 10
Thanks
akhuser