Project

General

Profile

Actions

Feature #966

closed

Describe "-" as special name for stdin/stdout in manpages

Added by Marco Eichelberg over 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Category:
Documentation
Target version:
Start date:
2021-02-19
Due date:
% Done:

100%

Estimated time:
3:00 h
Module:
Operating System:
Compiler:

Description

Starting with release 3.6.6 (commit #f1689130d), DCMTK can read DICOM files from stdin and write DICOM files to stdout.
This feature is automatically available in all tools that use DcmFileFormat::loadFile() and DcmFileFormat::saveFile(), respectively.
As in most Posix tools, the special filename "-" is used to denote stream input/output:

dcmconv +te input.dcm - | dcmodify -m PatientName=TEST - | dcmdump - | less

Currently this feature is not documented in the manual pages of the affected tools. A short section should be added that describes this.


Related issues 1 (0 open1 closed)

Related to DCMTK - Bug #1005: Describe "-" as special filename for stdin/stdout in --help output and man pagesClosedMarco Eichelberg2021-08-27

Actions
Actions

Also available in: Atom PDF