Search found 38 matches

by ahirnish
Tue, 2012-04-03, 19:30
Forum: DCMTK - General
Topic: How to show what studies have been retrieved?
Replies: 0
Views: 15292

How to show what studies have been retrieved?

By using the sample code on your wiki page, i can tell how many studies match with my query (by findresponses.size()) but how can I tell what are the studies? Is there any way to print the studies (like their ID or tag no.)?
by ahirnish
Sat, 2012-03-31, 07:59
Forum: DCMTK - General
Topic: Underlying network protocol while querying a PACS server
Replies: 1
Views: 2734

Underlying network protocol while querying a PACS server

Can you please tell me what is the underlying network and transport layer protocol while setting up communication with a PACS server?
by ahirnish
Sat, 2012-03-31, 07:57
Forum: DCMTK - General
Topic: Receiving Images from PACS using DCMSCU
Replies: 6
Views: 24496

If I fill MoveAETitle as the calling AETitle, then the images get download on the same client which is querying. Is it right?
Also, how it gets downloaded?
by ahirnish
Thu, 2012-03-08, 19:52
Forum: DCMTK - General
Topic: What are Presentation Contexts and Abstract Syntaxes?
Replies: 2
Views: 3105

What are Presentation Contexts and Abstract Syntaxes?

Where can I study about these?
by ahirnish
Wed, 2012-03-07, 18:12
Forum: DCMTK - General
Topic: From where to study about the various identifiers and their role?
Replies: 1
Views: 2628

From where to study about the various identifiers and their role?

In the documentations, only classes and related functions are being discussed . I also want to learn more about various unique identifiers such as SOP classes, transfer syntaxes, studies, series and SOP instances (objects).
Can you tell me where to study their roles and existence?
by ahirnish
Sat, 2012-02-25, 11:00
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

Sorry for the hasteness. I added ws2_32.lib,netapi32.lib and wsock32.lib and finally the error list get shortened. Here they are. LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library 1>testdcmscu.obj : error LNK2019: unresolved external symbol &quo...
by ahirnish
Sat, 2012-02-25, 10:42
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

I edited the CMakelist.txt according to FAQ #35 and regenerated the binaries but I am still getting this error LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library 1>testdcmscu.obj : error LNK2019: unresolved external symbol "public: __thiscal...
by ahirnish
Thu, 2012-02-23, 14:03
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

Sir, What I did is that I opened <my_project>->properties->Configuration Settings->C/C++->Code Generation->Runtime Library and set it to >MULTITHREADED(/MT) and rebuild the whole project. But that doesnt also seems to work? I didnt exactly get what you meant when you said Either change the project s...
by ahirnish
Wed, 2012-02-22, 15:05
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

I did what you said and now I have new set of errors. I build it in verbose mode. 1>------ Build started: Project: grmn, Configuration: Debug Win32 ------ 1> 1> Searching libraries 1> Searching C:\Program Files\Microsoft Visual Studio 10.0\VC\lib\kernel32.lib: 1> Searching C:\Program Files\Microsoft...
by ahirnish
Tue, 2012-02-21, 06:09
Forum: DCMTK - General
Topic: no FINDResponses class in scu.h of snapshot 3.6.1
Replies: 12
Views: 13407

Thank You Mr. Onken and if you can post it in a couple of days, i will be able to complete my project on time. I know you are a busy person but i think changes in code is just a matter of time for you.

Also, thanks to you too, Shaeto! :D
by ahirnish
Tue, 2012-02-21, 06:00
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

I am relatively noob in this field and there are high chances that I may have missed some of the necessary steps.
I would be very grateful to you Mr. Onken if you could tell me how to link it to my binary.

Thank You.
by ahirnish
Mon, 2012-02-20, 12:49
Forum: DCMTK - General
Topic: Linker Error - unresolved external symbol
Replies: 9
Views: 12141

Linker Error - unresolved external symbol

When I build the test DCMScu project, I got following errors. 1>------ Build started: Project: grmn, Configuration: Debug Win32 ------ 1>testdcmscu.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall DcmSCU::closeAssociation(enum DcmCloseAssociationType)" (?clo...
by ahirnish
Mon, 2012-02-20, 12:42
Forum: DCMTK - General
Topic: no FINDResponses class in scu.h of snapshot 3.6.1
Replies: 12
Views: 13407

Hi Shaeto, What i did is that I copied FINDResponse class declaration and definition in the snapshot's scu.h so that there shouldn't be any problem. Main problem is that : last parameter of sendMOVERequest is of type OFList<QRResponse*> (in the snapshot scu.h), so I created an instance of this class...
by ahirnish
Mon, 2012-02-20, 05:54
Forum: DCMTK - General
Topic: no FINDResponses class in scu.h of snapshot 3.6.1
Replies: 12
Views: 13407

Mr. Riesmeier, After reading and comparing the APIs of both scu.h, I guessed that much but the methods such as numResults() , which was initially declared in the FINDResponses class is not available in the snapshot. What should I do to replace those methods? Also, is QRResponse class exactly analogo...
by ahirnish
Sun, 2012-02-19, 19:49
Forum: DCMTK - General
Topic: no FINDResponses class in scu.h of snapshot 3.6.1
Replies: 12
Views: 13407

Hi Shaeto,

Why shouldnt I use the snapshots?