Search found 8 matches

by Yamini_Krishna
Fri, 2017-10-27, 13:48
Forum: DCMTK - General
Topic: send a list of dicom files from server
Replies: 3
Views: 3121

Re: send a list of dicom files from server

I have added a condition to process C-FIND request inside the function handleIncomingCommand() in scp.cc OFCondition DcmSCP::handleIncomingCommand(T_DIMSE_Message *incomingMsg, const DcmPresentationContextInfo &presInfo, DcmDataset *&reqMessage) { OFCondition cond; if (incomingMsg->CommandFi...
by Yamini_Krishna
Thu, 2017-10-26, 01:31
Forum: DCMTK - General
Topic: send a list of dicom files from server
Replies: 3
Views: 3121

send a list of dicom files from server

How the sever respond to a client request and send the list of dicom files from server? which member function can be used from DcmSCP class to list the dicom files from the server?
by Yamini_Krishna
Wed, 2017-10-18, 05:35
Forum: DCMTK - General
Topic: create a new dicom file
Replies: 1
Views: 1873

create a new dicom file

how can we create a new dicom file using dcmtk?
by Yamini_Krishna
Mon, 2017-10-16, 12:36
Forum: DCMTK - General
Topic: DcmSCU example program
Replies: 7
Views: 6509

Re: DcmSCU example program

For receiving the images from conquest dicom server, how can we start an additional storage server using storescp in the DcmSCU example?
by Yamini_Krishna
Fri, 2017-10-13, 06:12
Forum: DCMTK - General
Topic: DcmSCU example program
Replies: 7
Views: 6509

Re: DcmSCU example program

can you please explain how to set a destination path for storing images at client side?
by Yamini_Krishna
Wed, 2017-10-11, 05:22
Forum: DCMTK - General
Topic: DcmSCU example program
Replies: 7
Views: 6509

Re: DcmSCU example program

from the DcmSCU example program i have retreived the StudyInstanceUid of the dicom image, how can i retrieve all dicom images for each study identified? and the server i have used is the ConquestDICOMServer, please refer the link http://support.dcmtk.org/redmine/projec ... wto_dcmscu
by Yamini_Krishna
Tue, 2017-10-10, 05:05
Forum: DCMTK - General
Topic: DcmSCU example program
Replies: 7
Views: 6509

DcmSCU example program

I have used the example code to program an actual DICOM client with the DcmSCU class. how can we view the dicom file?
by Yamini_Krishna
Mon, 2017-10-09, 19:57
Forum: DCMTK - General
Topic: dcmtk server application sample code
Replies: 1
Views: 1967

dcmtk server application sample code

whether there any sample cpp source code available for dcmtk dicom server application?