WatchFolder = C:\Users\dICOM\Desktop\New folder\
this is the watch folder loaction set in dicom.ini , now is there any lua code or configuration where the watchfolder only takes the .dcm files to conquest diacom and ignore the rest.(any other files or folder. which will be left) that i can add into my dicom ini
here is my full dicom.ini code
# This file contains configuration information for the DICOM server
# Do not edit unless you know what you are doing
[sscscp]
MicroPACS = sscscp
# Network configuration: server name and TCP/IP port#
MyACRNema = RTETT
TCPPort = 5808
# Host, database, username and password for database
SQLHost = localhost
SQLServer = D:\DICOM\Data\dbase\conquest.db3
Username =
Password =
SqLite = 1
DoubleBackSlashToDB = 0
UseEscapeStringConstants = 0
# Configure server
ImportExportDragAndDrop = 1
KeepAlive = 60
ZipTime = 05:
UIDPrefix = 1.2.826.0.1.3680043.2.135.738109.71228334
EnableComputedFields = 1
FileNameSyntax = 4
# Configuration of compression for incoming images and archival
DroppedFileCompression = un
IncomingCompression = un
ArchiveCompression = as
# For debug information
PACSName = AERSB
OperatorConsole = 127.0.0.1
DebugLevel = 0
# Configuration of disk(s) to store images
MAGDeviceThreshhold = 10024
MAGDeviceFullThreshHold = 30
MAGDevices = 1
MAGDevice0 = D:\dicom\data\
WatchFolder = C:\Users\dICOM\Desktop\New folder\
Would be really helpful for me