Search found 17 matches

by Juan Bravo
Fri, 2006-07-21, 10:10
Forum: DCMTK - General
Topic: SOLVED: Creating a FIND-RSP sequence
Replies: 1
Views: 3386

SOLVED: Creating a FIND-RSP sequence

Hello, I've a trouble when trying to compose answers for a FIND query. I've modified DIMSE_findProvider for just generating a standard response to any find query. This is the pseudocode, bzero((char*)&rsp, sizeof(rsp)); // FIRST RESPONSE rsp.DimseStatus = 65280; // STATUS_Pending rspIds = new Dc...
by Juan Bravo
Thu, 2006-06-22, 08:48
Forum: DCMTK - General
Topic: Some questions about DICOM-UIDs & Connection Titles
Replies: 1
Views: 2930

Some questions about DICOM-UIDs & Connection Titles

Hello, I'm trying to develop a DICOM server that should use a file-management database property of the company i'm working for as part of my university studies. So I focused on DCMQRSCP utility and tried to reconvert it to redirect all petitions to our own database. I started then with STORE-SCP . M...