Search found 2 matches

by benjiiii
Mon, 2012-04-09, 07:47
Forum: DCMTK - General
Topic: SCU storage
Replies: 3
Views: 4630

Michael, Sorry to post such a large code. The problem in my code segment is ReturnValue = ASC_requestAssociation( m_pstNetwork, m_pstParameter, &m_pstAssociation ); // Verifying if association requested can be given. if( OFTrue == ReturnValue.bad()) { qDebug() << "Unsuccessful DICOM associa...
by benjiiii
Thu, 2012-04-05, 11:26
Forum: DCMTK - General
Topic: SCU storage
Replies: 3
Views: 4630

SCU storage

Hi I have written a code to send DCM file to PACS using dcmtk,I am new to dcmtk.It is not working please help...... int sockfd; sockfd = socket(AF_INET, SOCK_STREAM, 0); if (sockfd < 0) { qDebug() << "ERROR opening socket"<< endl; } OFCondition ReturnValue; // Network structure. T_ASC_Netw...