Search found 7 matches

by anh
Sun, 2006-11-12, 00:02
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

Thank you so much, I got it.
by anh
Tue, 2006-11-07, 05:03
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

I got your email. Thank you for your reply.
Could you please give me some suggestion to fix these error in the file?

I really appreciate it.
by anh
Sun, 2006-11-05, 09:50
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

I already sent them yesterday, please check your email.
Thanks
by anh
Fri, 2006-11-03, 06:17
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

DSRDocument document(DSRTypes::DT_KeyObjectDoc); /* ... */ document.getTree().addContentItem(DSRTypes::RT_isRoot, DSRTypes::VT_Container); DSRCodedEntryValue *codePtr = document.getTree().getCurrentContentItem().getConceptNamePtr(); if (codePtr != NULL) codePtr->setCode("113000", "DC...
by anh
Sat, 2006-08-19, 01:30
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

Thank you for your reply.

yes, I want to get the header from Dicom image and put it to DICOM SR header.

I wonder if there is any faster way to do it so I don't need to get item from dicom image and then add the dicom sr many times


thank you so much
by anh
Fri, 2006-08-18, 01:40
Forum: DCMTK - General
Topic: Create Structured Report
Replies: 9
Views: 11219

Create Structured Report

I read the makefile source code on how to create structured report (SR), it's just manually set the patient name and many information for SR. I wonder if there is any way to get these information faster than manually input. I tried this -- Input the dicom file (normal dicom image file) -- get the da...
by anh
Thu, 2006-07-20, 18:41
Forum: DCMTK - General
Topic: Failure to use storescu
Replies: 1
Views: 2686

Failure to use storescu

When I used the STORESCU.EXE to transfer file to my server, I encounter this error message:

Code: Select all


Requesting Association
storescu: Association Request Failed:
0006:0317 Peer aborted Association (or never connected)

Could you please advise me how to solve this problem?
Thanks[/code]