Search found 112 matches

by Mitmal
Tue, 2011-12-20, 16:00
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Right, well I did not solve a problem but I bypassed. In fact, the DICOM file that is saved on my disk after recovery from the PACS is still not displayed correctly with the other viewers (DICOMWork, Intrasence ...), it should miss information in a field. But my program does not use this information...
by Mitmal
Wed, 2011-12-14, 17:47
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

My problem persists, Do not have any idea to help me??
by Mitmal
Mon, 2011-12-12, 15:06
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

ok, now I have some image information in my file but it's not clear... my code : DcmFileFormat *fileformat = new DcmFileFormat(dataObject); OFCondition status = fileformat->saveFile(path); I have some information like the constructor or the series Description Name but the picture is very strange... ...
by Mitmal
Thu, 2011-12-08, 17:29
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Why not then tell me where to find these examples? I'm no expert and I can not find the information or the examples in the book to be and the wiki .... Since the beginning I announce clearly my questions and I have not changed my goal! The codes I have found (outside this forum) never let me helped,...
by Mitmal
Thu, 2011-12-08, 16:48
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

You do not help me at all here! I am looking for precisely information on the Internet via this forum because it seems to be most appropriate. The DICOM Standard is just enormous and it is not at all easy to access. So I started directly in the programming and it is not so bad, I met some problems b...
by Mitmal
Thu, 2011-12-08, 15:44
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

up...Nobody can help me ??
by Mitmal
Wed, 2011-12-07, 11:46
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Up... My code is now : //INSTANCE NUMBER QString instanceNumber = getInstanceNumber(dataObject); if (instanceNumber!="") instanceNumber.append("_"); //SLICE NUMBER QString sliceName = "IMAGE"; //NOM DE LA COPIE QString copyName = bValueName+""+instanceNumber+&...
by Mitmal
Thu, 2011-12-01, 23:23
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Thx Frank, but Well you only need to move the whole class in a thread and you have what you're looking for. About what class are speaking before ?? I'm try to understand why my files are not in DICOM format...I don't understand why you want I use another thread... :? About my "normal" file...
by Mitmal
Thu, 2011-12-01, 20:02
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

I do not understand this comment : /** save object to a DICOM file. * This method only supports DICOM objects stored as a dataset, i.e. without meta header. * Use DcmFileFormat::saveFile() to save files with meta header. * @param fileName name of the file to save * @param writeXfer transfer syntax u...
by Mitmal
Wed, 2011-11-30, 22:11
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Ok, it's great. Now to do all what I wanted. I get all my series. I build destination directories based on the nature of the sequences. I rename the files based on their nature and I release the connection after the download is complete. (Indeed, I put the function listen in another thread, thank yo...
by Mitmal
Tue, 2011-11-29, 21:56
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Super thank you. (I looked on the side of DIMSE_NONBLOCKING) It gives me Code: scuN->setDIMSEBlockingMode(DIMSE_NONBLOCKING); result = scuN->sendMOVERequest(presID, OFmonAet, &req, &moveResponses); bool initialisationSTORE = initServiceStore(monPort, monAet); (Where initServiceStore used to ...
by Mitmal
Tue, 2011-11-29, 20:00
Forum: DCMTK - General
Topic: Continuation of closed topic
Replies: 18
Views: 328905

Continuation of closed topic

Thank you for your last post (although it is a bit inquisitive). Your explanation is very clear, only I have one problem. I use MedicTool2: scuN-> sendMOVERequest (MedicTool2:: chair, "monAET", & req, & MedicTool2: moveResponses) to ask the server images. But this function is block...
by Mitmal
Mon, 2011-11-28, 19:34
Forum: DCMTK - General
Topic: PACS connection
Replies: 64
Views: 6865291

Fine, but I do not know where to put this code?
by Mitmal
Mon, 2011-11-28, 18:00
Forum: DCMTK - General
Topic: PACS connection
Replies: 64
Views: 6865291

my mistake, just with scp-> listen the service starts fine.
Now it only remains for me to find how to change the destination address of the images.
(And optionally, how to change the file names)
by Mitmal
Mon, 2011-11-28, 17:31
Forum: DCMTK - General
Topic: PACS connection
Replies: 64
Views: 6865291

Is it just with scpP->listen(); ???