Search found 5 matches

by yunhao.lin
Wed, 2023-03-15, 12:51
Forum: DCMTK - General
Topic: Encadenated worklist items
Replies: 4
Views: 2848

Re: Encadenated worklist items

Hey, the worklist served by wlmscpfs will read all worklist files from a folder (actually even multiple folders). In a single file, you will always have a single worklist entry. At least this is how wlmscpfs implements it. Other tools could of course implement this in a totally different way. Best ...
by yunhao.lin
Wed, 2023-03-15, 10:19
Forum: DCMTK - General
Topic: Encadenated worklist items
Replies: 4
Views: 2848

Re: Encadenated worklist items

Hi, I have seem those. From what I see, those worklist contains one workitem each. How can we make a worklist to have more than one workitem? Hey, if you download DCMTK it will contain files like wklist1.dump, wklist2.dump, etc. Those are DICOM files that each represent a worklist item. In order to ...
by yunhao.lin
Tue, 2023-03-14, 19:44
Forum: DCMTK - General
Topic: Encadenated worklist items
Replies: 4
Views: 2848

Encadenated worklist items

Hello, I am new in DICOM and I am still trying to wrap my head around all the concepts. I want to create a worklist. I see from https://dicom.nema.org/medical/dicom/2014c/output/chtml/part04/sect_K.6.html the definition of worklist items. And from https://dicom.nema.org/medical/dicom/current/output/...
by yunhao.lin
Mon, 2023-02-20, 14:01
Forum: DCMTK - General
Topic: Cannot SetReadLock from WlmDataSourceFileSystem
Replies: 2
Views: 1312

Re: Cannot SetReadLock from WlmDataSourceFileSystem

Oh, my bad. I totally missed that part. I will try with that file created. Thanks!
by yunhao.lin
Fri, 2023-02-17, 21:05
Forum: DCMTK - General
Topic: Cannot SetReadLock from WlmDataSourceFileSystem
Replies: 2
Views: 1312

Cannot SetReadLock from WlmDataSourceFileSystem

Hello,
I am trying to use the WlmDataSourceFileSystem for the worklist management SCP. But this seems to always fail in the SetReadLockMethod in WlmDataSourceFileSystem, with the default path ".". I'm using Visual Studio in windows. Does anyone know a fix?