Sending multiple modalities.

  • I have a unit in 1 Multi-slice CT and MRI both a server sends to the conquest, which serves as a gateway to a pacs of GE Centricity, but I have a problem the conquest is awaiting the submission of the examination for the GE Pacs to receive the next thus generating examination procedures in a row.
    Have any configuration for this problem

  • # This file contains configuration information for the DICOM server
    # Example Linux version using built-in dbaseIII file driver
    # Copy this file to dicom.ini to use it


    [sscscp]
    MicroPACS = sscscp
    Edition = Personal


    # Network configuration: server name and TCP/IP port#
    MyACRNema = PACS
    TCPPort = 5678


    # Reference to other files: known dicom servers; database layout; sops
    ACRNemaMap = acrnema.map
    kFactorFile = dicom.sql
    SOPClassList = dgatesop.lst


    # Host for postgres or mysql only, name, username and password for database
    SQLHost = localhost
    SQLServer = ./data/dbase/
    Username = conquest
    Password = conquest
    PostGres = 0
    MySQL = 0
    SQLite = 0


    DoubleBackSlashToDB = 0
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000


    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    UIDPrefix = 99999.99999
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    EnableComputedFields = 0
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    QueueSize = 128
    WorkListMode = 0
    WorkListReturnsISO_IR_100 = 1
    DebugLevel = 0
    Prefetcher = 0
    LRUSort =
    AllowTruncate =
    DecompressNon16BitsJpeg = 1
    UseBuiltInDecompressor = 1
    IgnoreOutOfMemoryErrors = 0
    PadAEWithZeros = 0
    FileNameSyntax = 3


    # Configuration of compression for incoming images and archival
    DroppedFileCompression = un
    IncomingCompression = un
    ArchiveCompression = as


    # Names of the database tables
    PatientTableName = DICOMPatients
    StudyTableName = DICOMStudies
    SeriesTableName = DICOMSeries
    ImageTableName = DICOMImages
    DMarkTableName = DICOMAccessUpdates
    RegisteredMOPDeviceTable = RegisteredMOPIDs
    UIDToMOPIDTable = UIDToMOPID
    UIDToCDRIDTable = UIDToCDRID


    # Banner and host for debug information
    PACSName = PACS
    OperatorConsole = 127.0.0.1


    #Rota
    #CT
    ForwardAssociationLevel = IMAGE
    ForwardAssociationCloseDelay = 5
    ForwardAssociationRefreshDelay = 3600
    ExportConverters = 2
    ExportModality0 = *
    ExportCalledAE0 = DCM4CHEE
    #ExportCallingAE0 = CONQUESTSRV1
    #ExportConverters = 1
    ExportCallingAE0 = *
    ExportConverter0 = forward to CONQUESTSRV1


    ExportModality1 = CT
    ExportConverter1 = forward to AWTOMO
    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 10000
    MAGDevices = 1
    MAGDevice0 = /mnt/volume/archive
    NightlyCleanThreshhold = 30000

  • Hi
    Excuse the English, and that I am using a translator
    The Conquest is as a gateway, the problem and he gets the images and send these to the server on another drive through a link to 2mb.
    While he is sending it can not receive the examination of CT and MR which creates a queue in appliances.

  • Hi,


    try:


    #ForwardAssociationLevel = IMAGE
    #ForwardAssociationCloseDelay = 5
    #ForwardAssociationRefreshDelay = 3600
    ExportConverters = 2


    ExportCalledAE0 = DCM4CHEE
    ExportConverter0 = forward study to CONQUESTSRV1


    ExportModality1 = CT
    ExportConverter1 = forward study to AWTOMO


    This will delay the forwarding (10 minutes) and make it independent of the recieving process.


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!