Posts by Blacksheep1

    I already have find and move working in the test, the problem was with the sop :)


    I have other doubt...when Im using the Conquest program...if I wanna do a move from CONQUESTSRV1 (DICOM system) to a Destination system that is in my computer I need to have a sql server or something?


    In the Known DICOM providers I have to put something like this below?
    (assuming that my Computer name it´s Blacksheep)


    AE: Blacksheep
    <IP>: 127.0.0.1
    Port number: ??
    compression: un



    Thanks for the help,


    Blacksheep

    no...I think it rejects it cause Im trying to query and retrieve an worklist server....and I was using StudyRootQuery (C-Find SOP). Now Im using

    uid.Set("1.2.840.10008.5.1.4.31");
    PDU.AddAbstractSyntax(uid);


    it not rejects...but also don´t is retrieving nothing...


    I´ve to explore it a bit more.

    hi! thanks for the reply!


    Im still trying to do a find with the test.exe...


    When I do the command:
    test -l:"localae" -r:"remoteae" host port
    I can contact the server with an Cecho.


    but when I try to do a find with this command:
    test -l:"localae" -r:"remoteae" -f host port
    I get an AAssociateRJ: 1,1,1 :s


    You have any idea why that appens?


    Thank you!

    Hi to all!


    I´m a begginner in dicom, so I´m needing some help to start...


    I have download the dicomlib1413.zip from the Conquest website (this file -> dicomlib1413.zip (721 KB, updated source code of the UCMDC dicom library and sample client programs, for windows) )


    and I´m trying to use test.exe that is contained in it...


    I have explored the test.cxx and I want to do a find in a worklist server...so I think I have to use this command:


    test -f host port QUERYLEVEL PATID STUDYDATE SERIESNUMBER


    I have the worklist: server name, port and AE TITLE, and I´m using the command this way:


    test -f "server name" "port number" "STUDY" "number"


    but I allways receive this reply:
    "AAssociateRJ: 1,3,1"


    :(


    Can someone give me a help with this?


    thank you! :D