TCE Manager

TCE Manager

Description

Teaching File and Clinical Trial Export Manager.

Dependencies

Attributes

#CallingAETitle

Calling AE title of the Storage SCU.

Default Value: DCM4CHEE

#PatchJpegLSwithImplementationClassUID

Patch faulty DICOM JPEG-LS images compressed by JAI-IMAGEIO JPEG-LS encoder with matching Implementation SOP Class UID on export by inserting a LSE marker segment with encoder parameter values T1, T2 and T3 actually used by JAI-IMAGEIO JPEG-LS encoder.
NONE = Disable patching of DICOM JPEG-LS images
ANY = Patch DICOM JPEG-LS images with any Implementation SOP Class UID

Default Value: 1.2.40.0.13.1.1

#ExportSelectorTitles

Document Title of Export Selection Key Object (Manifest) considered by this service.
Format: (<code value>'^'<coding scheme designator> <EOF>)+ | 'NONE'
NONE = service disabled.

Default Value:

TCE001^IHERADTF TCE002^IHERADTF TCE007^IHERADTF 113019^99DCM4CHE

#DelayReasons

Recognized Delay Reasons Codes.

Format: (<code value>'^'<coding scheme designator> <EOF>)+ | 'NONE'
NONE = ignore Delay Reason Codes in Export Selection Key Object.

Default Value:

TCE011^IHERADTF TCE012^IHERADTF TCE013^IHERADTF TCE014^IHERADTF TCE015^IHERADTF TCE016^IHERADTF TCE017^IHERADTF TCE018^IHERADTF

#DispositionConfigFile

Configuration file, which maps different Document Titles or Key Object Descriptions of the manifest to different configurations about destination and de-identification. A relative path name is resolved relative to DCM4CHEE_HOME/server/default/.

Default Value: conf/dcm4chee-tce.conf

#AutoExportConfigDirectory

Directory where configuration files defining auto-export rules are located: if XSL stylesheet export.xsl exists in this directory or in a sub-directory equal to the AE Title of the Performing Station AE Title in received MPPS COMPLETED messages, objects referenced in the MPPS message will be exported according the export rules in the stylesheet. A relative path name is resolved relative to DCM4CHEE_HOME/server/default/.

Default Value: conf/dcm4chee-ae

#PersonNameMapping

Mapping login user name to Person Name to get Observer Person.
Separate each mapping with newline or semicolon.
Format: <user>':'<PersonName> (e.g. Smith^John or Smith^John^Dr)
If this mapping is disabled with NONE or a user is not mapped the PersonName will be created with following rule:
<callingAET>^<user> (e.g. DCM4CHEE^admin).

Default Value: NONE

#FilesetIDPattern

Specifies format of Fileset ID of exported Media. 0 or # will be replaced by incremented value of LastFilesetIDSeqno.

Default Value: DISK_#000

#FilesetIDSeqno

Used with FilesetIDPattern to generate the Fileset ID for created Media. Will automatically incremented for each exported Fileset on Media.

Default Value: 1

#MediaURIPrefix

Specifies prefix to Fileset ID for assembling a Media ID for usage in the emitted Export Audit Message.

Default Value: cdr:

#DeleteKeyObjectsAfterExport

Enable/disable deletion of Key Objects after export.

Default Value: true

#ExportDelay

Delay in milliseconds before export process starts.

Default Value: 2000

#AcceptTimeout

A-Associate accept timeout in milliseconds. 0 = no timeout.

Default Value: 10000

#DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

Default Value: 60000

#SocketCloseDelay

Socket close delay in milliseconds after an A-Release response.

Default Value: 50

#MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs.

Default Value: 16352

#TcpNoDelay

Send packets as quickly as possible (Disable Nagle's algorithmn).

Default Value: true

#SendBufferSize

Buffer size used for socket output. 0 = use platform default.