[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. d90de0c11bea9b03eb2cbc014bd77c7440
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-10-06 08:15:25
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via d90de0c11bea9b03eb2cbc014bd77c74407f5452 (commit)
from d61d0d3792107a511190ff3c17a794a2c7dd1278 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/d90de0c11bea9b03eb2cbc014bd77c74407f5452/
commit d90de0c11bea9b03eb2cbc014bd77c74407f5452
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Oct 6 10:15:03 2020 +0200
add missing options
diff --git a/Utilities/doxygen/man/gdcmscanner.xml b/Utilities/doxygen/man/gdcmscanner.xml
index a173a5c61..57ed4ba8d 100644
--- a/Utilities/doxygen/man/gdcmscanner.xml
+++ b/Utilities/doxygen/man/gdcmscanner.xml
@@ -31,6 +31,8 @@
<para><literallayout> -d --dir DICOM directory
-t --tag %d,%d DICOM tag(s) to look for
+ -k --keyword %s DICOM keyword(s) to look for
+ -P --private-tag %d,%d,%s DICOM private tag(s) to look for
</literallayout></para>
</refsection>
<refsection xml:id="gdcmxml_1options">
@@ -38,6 +40,8 @@
<para><literallayout> -p --print Print output.
-r --recursive Recursively descend directory.
+ --strict Use strict parser (faster but less tolerant with bogus DICOM files).
+ --table Use Table output.
</literallayout></para>
</refsection>
<refsection xml:id="gdcmxml_1general_options">
-----------------------------------------------------------------------
Summary of changes:
Utilities/doxygen/man/gdcmscanner.xml | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|