Posts by esteraph

    Hello,


    thanks for your answer.
    I have always used edited table name... And i have never had any problems...


    Is there any thing to do to continue using changed table names ?


    Thanks.

    Hello Marcel,


    thanks for interest my topic.
    Dicom.ini :
    # This file contains configuration information for the DICOM server
    # Linux version using built-in PostgreSQL file driver


    # these settings control size of slice and series viewers, max size of transmitted dicom images (0=original),
    # compression for images sent to the activex (may be un,n1..4,j1,j2), and size of the icons in the image list
    # note: all items require at least one space left and right of the '=' !
    [webdefaults]
    size = 560
    dsize = 0
    #compress = n4
    compress = un
    iconsize = 48


    [sscscp]
    MicroPACS = sscscp
    Edition = Personal
    # WEB server
    WebServerFor = localhost
    # if set to 1, the web user cannot edit databases and (in future) other things
    WebReadonly = 1
    # web or local location of ActiveFormProj1.ocx for download (include trailing / or \)
    WebCodeBase = http://localhost/cgi-bin/
    # path to script engine: ocx will not download images if wrong - shows as black square with controls
    WebScriptAddress = http://localhost/cgi-bin/dgate.html
    # this is an optional virtual directory used to http: all images from mag0
    # this entry is experimental and unused except for manual calls to mode=seriesviewer2
    # in this mode (only) ocx will not download images if wrong - shows as black square with controls
    WebMAG0Address = http://localhost/media/mag0
    # Network configuration: server name and TCP/IP port#
    MyACRNema = MYPACS
    TCPPort = 10001
    # Reference to other files: known dicom servers; database layout; sops
    ACRNemaMap = /home/netpacs/data/acrnema.map
    kFactorFile = /home/netpacs/data/dicom.sql
    SOPClassList = /home/netpacs/data/dgatesop.lst
    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    FileNameSyntax = 3
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    DoubleBackSlashToDB = 1
    UIDPrefix = 9999.9999
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    QueueSize = 128
    WorkListMode = 0
    #DebugLevel = 2


    # Configuration of compression for incoming images and archival
    #DroppedFileCompression = j1
    #IncomingCompression = j1


    DroppedFileCompression = un
    IncomingCompression = un
    ArchiveCompression = as


    # Names of the database tables
    WorkListTableName = dicom_worklist
    PatientTableName = dicom_dicompatient
    StudyTableName = dicom_dicomstudy
    SeriesTableName = dicom_dicomserie
    ImageTableName = dicom_dicomimage
    DMarkTableName = DICOMAccessUpdates
    RegisteredMOPDeviceTable = RegisteredMOPIDs
    UIDToMOPIDTable = dicom_uidmod
    UIDToCDRIDTable = UIDToCDRID


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


    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    #MAGDeviceFullThreshhold = 30
    MAGDevices = 2
    MAGDevice0 = /home/netpacs/dicom
    MAGDevice1 = /home/netpacs/dicom2
    DCMDICTPATH = /home/netpacs/data/


    # Host not used, name, username and password for ODBC data source
    SQLHost = localhost
    SQLServer = netpacs
    Username = netpacs
    Password = netpacs
    PostGres = 1


    Thanks.

    Hi all,


    here is my config :
    X86_64
    dgate 1.4.16k
    ubuntu server 9.04


    I've got this error from time to time :
    *** ERROR: missing FROM-clause entry for table "dicomimages"
    LINE 1: SELECT DICOMImages.SopInstanc FROM dicom_dicomimage WHERE DI...


    I don't understand because the dicoms are corrects.


    Any IDEA ???


    Thanks.

    Hi all,


    i'm using ubuntu 12.04 64 bits, postgres 9.1.5 and dgate 1.4.16k which works fine.
    I've integrated on the same machine the Web viewer Weasis which works fine too using un, j1 or j2 compression.
    When i'm using jk compression there is a java erro which says there is a probleme with codec ??????


    Is there anyone has made the server dgate working with jk compression ???


    There is no error at the compression, so i suppose the image is ok.
    But i can't open it into Weasis viewer.


    Regards.
    Esteraph

    Hi Marcel,


    sorry but i don't use Mysql at all !!!
    I have never used dgate with Mysql...


    The only thing i can say to you is that the server works fine whith these configuration after compilation.
    The update of the system has been done before compile (gcc, g++).


    The version compiled is the 1.4.16k.


    Here is the makefile (most important lines) :


    export LD_LIBRARY_PATH="/usr/lib/postgresql/9.1/lib/"
    gcc -o lua.o -c lua_5.1.4/all.c -Ilua_5.1.4
    g++ -I/usr/include/postgresql -DUNIX -DNATIVE_ENDIAN=1 -DHAVE_LIBJASPER -DHAVE_LIBJPEG -DPOSTGRES -Wno-write-strings total.cpp lua.o -o dgate -lpthread -L/usr/lib/postgresql/9.1/lib -lpq -ljasper -ljpeg -Ijpeg-6c -Ljpeg-6c -Ilua_5.1.4 -Wno-multichar
    rm lua.o


    The most important thing is the LD_LIBRARY_PATH.
    Of course jasper and jpeg have been compiled before.


    I've tested the JPEG2000 compression with it and it seems to work.
    Today, i plan to integrate Weasis viewer on it.


    I'll tell you so.


    One question : is it possible to destroy received study by ExportConverter after forward to an AE or must i use an ImportConverter ??
    A line like that :
    " ExportConverter0 = forward to AE;destroy; "
    " ImportConverter0 = ifequal “%m”, “CT”; { forward to AE1; destroy; } "


    Best Regards.
    Esteraph.

    Hello,


    i have seen most of post about this topis but not really my answer.
    I want to do a thing like :


    ImportConverter0 = ifnotequal "%V0010,0020[0,2]", "XXX" AND ifequal "%m", "CR"; set 0010,0020 to "XXX-%i-CR"


    Is it possible like that ??


    Thanks.

    Hi Marcel,


    thanks for your interest for my topic.
    You say Importconverter can modify the original Patientid when receiving a new study.
    How does it works ? Does it make it "on the fly" ?
    By a script ? By the dicom.ini ?


    Can you help me with a sample to do that ?


    Thanks.

    Hi all,


    i'm a daily user of conquest dgate pacs, and it works fine.
    Congratulation for all of us. It's a good job.


    I'm using different version of dgate.
    1.4.13; 1.4.15 64 BITS; 1.4.16
    And all of them under Linux (Ubuntu)


    I want to know if it is possible to let dgate create a second different patient with an existing PatientID (already in the DB) ?


    Actually if a study comes for an existing PatientId, dgate modifies the name of it.
    I'd prefer it create another one with the same patientID.
    Is it possible ?


    Thanks.
    Best Regards.