Search found 6 matches
- Mon, 2008-09-29, 15:27
- Forum: DCMTK - General
- Topic: Verification of SR Documents
- Replies: 9
- Views: 12529
- Tue, 2008-03-11, 13:47
- Forum: DCMTK - General
- Topic: Verification of SR Documents
- Replies: 9
- Views: 12529
Here is an excerpt from the book: a “complete” but unverified document may be an “interim,” “preliminary” or “draft” of some kind, distinguishable perhaps from a “partial” report which is just a piece of a document, not an entire document And here is another quote from the same book :D Finally, the...
- Tue, 2008-03-11, 12:19
- Forum: DCMTK - General
- Topic: Verification of SR Documents
- Replies: 9
- Views: 12529
I agree with Marco that this was a deliberate design decision. Of course, you could manipulate the DICOM dataset directly after calling DSRDocument::write() or even introduce a new API method for this purpose. However, I don't think that this would be a good idea ... Thank you for you answer, Jörg....
- Mon, 2008-03-10, 13:31
- Forum: DCMTK - General
- Topic: Verification of SR Documents
- Replies: 9
- Views: 12529
- Fri, 2004-12-03, 14:49
- Forum: DCMTK - General
- Topic: Can DCMTK be used in multithreaded application in some limited way?
- Replies: 3
- Views: 9735
Thank you very much for the prompt reply! I am interested in making this to work on UNIX. I wanted to check if this can be done and to have an idea how big effort that is. I made a very quick check (just grepping in the source) for _r functions if they are used in DCMTK. The result is: ctime and ran...
- Fri, 2004-12-03, 11:53
- Forum: DCMTK - General
- Topic: Can DCMTK be used in multithreaded application in some limited way?
- Replies: 3
- Views: 9735
Can DCMTK be used in multithreaded application in some limited way?
I saw in the FAQ (Q #18 ) that DCMTK is generally not thread safe. My question is if it is possible to use dcmnet in a multithreaded application in some restricted way that would be safe? For example, let's say we have an application with two threads. The first is doing c-find while the second move-...