Search found 2390 matches
- Sat, 2023-01-28, 17:57
- Forum: DCMRT
- Topic: Invalid item in loop over sequences
- Replies: 1
- Views: 23
Re: Invalid item in loop over sequences
Thank you for the report. We have to check this and will get back to you then.
- Fri, 2022-12-23, 16:08
- Forum: DCMTK - General
- Topic: GSPS or SR ?
- Replies: 7
- Views: 309
Re: GSPS or SR ?
What about creating your own sample GSPS objects using e.g. DICOMscope or Weasis.
- Tue, 2022-12-20, 15:51
- Forum: DCMTK - General
- Topic: GSPS or SR ?
- Replies: 7
- Views: 309
Re: GSPS or SR ?
Both serve different purposes, so SR will (most probably) never be extended by visual aspects. This is where the GSPS (and its variants for color image, etc.) comes into play: you could, of course, create an SR document (with semantically enriched numeric measurements, coded entries and the like) th...
- Mon, 2022-12-19, 19:48
- Forum: DCMTK - General
- Topic: GSPS or SR ?
- Replies: 7
- Views: 309
Re: GSPS or SR ?
The name indicates that this IOD is for referencing monochrome images only. The graphical annotations can also use color.
- Sat, 2022-12-17, 17:31
- Forum: DCMTK - General
- Topic: GSPS or SR ?
- Replies: 7
- Views: 309
Re: GSPS or SR ?
The short version of the answer is: if you want to store measurements in a semantic manner, you should use Structured Reporting (SR); if you want to store annotations in a graphical way, you could also use Grayscale Softcopy Presentation States (GSPS). In terms of what is easier to use, e.g. by just...
- Tue, 2022-12-06, 13:56
- Forum: DCMTK - General
- Topic: Sort based on AE Title
- Replies: 10
- Views: 314
Re: Sort based on AE Title
Did you already try to use a double backslash, i.e. "\\" instead of "\"?
- Mon, 2022-12-05, 10:55
- Forum: DCMTK - General
- Topic: dcmj2pnm - Multiple Errors on Seemingly Good File
- Replies: 6
- Views: 616
Re: dcmj2pnm - Multiple Errors on Seemingly Good File
I am not familiar with PowerShell, but the dcmj2pnm manpage (in HTML format) can e.g. be found here: https://support.dcmtk.org/docs/dcmj2pnm.html
- Fri, 2022-11-11, 15:01
- Forum: DCMTK - General
- Topic: Stop displaying conversion info in logs.
- Replies: 3
- Views: 233
Re: Stop displaying conversion info in logs.
After discussing it with the team, I've created an entry in the DCMTK issue tracker: https://support.dcmtk.org/redmine/issues/1046
- Fri, 2022-11-04, 21:51
- Forum: DCMTK - General
- Topic: dcm(j)2pnm not detecting overlay
- Replies: 3
- Views: 228
Re: dcm(j)2pnm not detecting overlay
Maybe, you are right. Currently, it is only documented in the source code. Here is some background information: At the time when I implemented support for overlay rendering (more than 25 years ago), there were many uncertainties in the DICOM standard regarding "color overlays", especially regarding ...
- Fri, 2022-11-04, 13:33
- Forum: DCMTK - General
- Topic: dcm(j)2pnm not detecting overlay
- Replies: 3
- Views: 228
Re: dcm(j)2pnm not detecting overlay
The short answer is: dcmj2pnm does not support rendering of overlay planes in color (e.g. RGB) images. It only works for monochrome DICOM images.
- Mon, 2022-10-31, 20:20
- Forum: DCMTK - General
- Topic: Stop displaying conversion info in logs.
- Replies: 3
- Views: 233
Re: Stop displaying conversion info in logs.
If you don't want to disable the debug and trace logger of the dcmdata module completely, it would probably be the best approach to introduce a new (sub-)logger (e.g. "dcmtk.dcmdata.protected") for the information concerned. You could then disable (or redirect) only this logger. Maybe, this approach...
- Thu, 2022-10-27, 20:07
- Forum: DCMTK - General
- Topic: Carestream Trophy Panoramic images too bright
- Replies: 4
- Views: 317
Re: Carestream Trophy Panoramic images too bright
Since there are no VOI LUT settings in the DICOM data set, it is up to the viewer (rendering tool) to select appropriate settings. The tool dcmj2pnm provides the following options for this purpose: VOI LUT transformation: -W --no-windowing no VOI windowing (default) +Wi --use-window [n]umber: intege...
- Mon, 2022-10-24, 19:57
- Forum: DCMTK - General
- Topic: Carestream Trophy Panoramic images too bright
- Replies: 4
- Views: 317
Re: Carestream Trophy Panoramic images too bright
Could you make a DICOM sample file available for download?
- Tue, 2022-09-27, 18:24
- Forum: DCMTK - General
- Topic: movescu.exe: cannot redirect output to log file
- Replies: 2
- Views: 239
Re: movescu.exe: cannot redirect output to log file
In more recent DCMTK versions, the stderr stream is no longer merged with stdout (on Windows systems). That means, if you want to redirect stderr to a file you could e.g. use "2> logfile.txt" or "2>&1 logfile.txt".
Alternatively, you could use an appropriate logger configuration.
Alternatively, you could use an appropriate logger configuration.
- Wed, 2022-09-14, 12:44
- Forum: DCMTK - General
- Topic: Unable to change Implementation Class UID and Implementation Version Name
- Replies: 5
- Views: 487
Re: Unable to change Implementation Class UID and Implementation Version Name
Thank you. I'll check your new proposal as soon as time permits...