Skip to content

Commit

Permalink
Updated man pages for new development snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schlamelcher committed Jun 30, 2016
1 parent adbb68a commit 1ad35fc
Show file tree
Hide file tree
Showing 55 changed files with 97 additions and 69 deletions.
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcm2pdf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcm2pdf" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcm2pdf" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcm2pdf \- Extract PDF file from DICOM encapsulated PDF
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcm2pnm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcm2pnm" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcm2pnm" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcm2pnm \- Convert DICOM images to PGM/PPM, PNG, TIFF or BMP
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcm2xml.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcm2xml" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcm2xml" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcm2xml \- Convert DICOM file and data set to XML
Expand Down
12 changes: 6 additions & 6 deletions doxygen/manpages/man1/dcmcjpeg.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmcjpeg" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmcjpeg" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmcjpeg \- Encode DICOM file to JPEG transfer syntax
Expand Down Expand Up @@ -376,14 +376,14 @@ VOI windowing for monochrome images (not with +tl):
compute VOI window using min-max algorithm

# Compute and apply a window center and width that covers the
# range from the smallest to the largest occuring pixel value.
# range from the smallest to the largest occurring pixel value.

+Wn --min-max-window-n
compute VOI window using min-max algorithm,
ignoring extreme values

# Compute and apply a window center and width that covers the
# range from the second smallest to the second largest occuring
# range from the second smallest to the second largest occurring
# pixel value. This is useful if the background is set to an
# artificial black (padding value) or if white overlays are burned
# into the image data which should not be considered for the window
Expand Down Expand Up @@ -417,7 +417,7 @@ pixel scaling for monochrome images (--no-windowing; ignored by +tl):
# Monochrome image pixel values are always scaled to make use of the
# pixel range available with the selected JPEG process as good as
# possible. This option selects a scaling based on the minimum and
# maximum pixel value occuring in the image. This often leads to
# maximum pixel value occurring in the image. This often leads to
# significantly better image quality, but may cause different
# compressed images within one series to have different values for
# rescale slope and intercept, which is a problem if a presentation
Expand Down Expand Up @@ -543,7 +543,7 @@ Hardcopy Color images must have RGB color model which is a problem if lossy comp
.PP
The user is responsible for making sure that the compressed images he creates are compliant with the DICOM standard\&. If in question, the \fBdcmcjpeg\fP utility allows one to convert an image to secondary capture - this SOP class does not pose restrictions as the ones mentioned above\&.
.PP
With version DCMTK 3\&.5\&.4 a new encoder for truely lossless JPEG compression was added (\fI--true-lossless\fP)\&. Compared to the old (\fI--pseudo-lossless\fP) encoder, that creates slightly lossy images caused from internal color space conversions, windowing etc\&., there are a some issues to consider:
With version DCMTK 3\&.5\&.4 a new encoder for truly lossless JPEG compression was added (\fI--true-lossless\fP)\&. Compared to the old (\fI--pseudo-lossless\fP) encoder, that creates slightly lossy images caused from internal color space conversions, windowing etc\&., there are a some issues to consider:
.PP
.PD 0
.IP "\(bu" 2
Expand Down Expand Up @@ -615,4 +615,4 @@ The default behavior should be preferred and the \fIDCMDICTPATH\fP environment v
\fBdcmdjpeg\fP(1)
.SH "COPYRIGHT"
.PP
Copyright (C) 2001-2014 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
Copyright (C) 2001-2016 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
6 changes: 3 additions & 3 deletions doxygen/manpages/man1/dcmcjpls.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmcjpls" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmcjpls" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmcjpls \- Encode DICOM file to JPEG-LS transfer syntax
Expand Down Expand Up @@ -158,7 +158,7 @@ JPEG-LS interleave:

# This flag forces sample-interleaved mode for the resulting image.
# In sample-interleave mode each pixel's components are encoded before
# the next pixe is encoded.
# the next pixel is encoded.

+in --interleave-none
force uninterleaved JPEG-LS images
Expand Down Expand Up @@ -330,4 +330,4 @@ The default behavior should be preferred and the \fIDCMDICTPATH\fP environment v
\fBdcmdjpls\fP(1)
.SH "COPYRIGHT"
.PP
Copyright (C) 2009-2014 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
Copyright (C) 2009-2016 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmconv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmconv" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmconv" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmconv \- Convert DICOM file encoding
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmcrle.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmcrle" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmcrle" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmcrle \- Encode DICOM file to RLE transfer syntax
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmdjpeg.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmdjpeg" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmdjpeg" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmdjpeg \- Decode JPEG-compressed DICOM file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmdjpls.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmdjpls" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmdjpls" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmdjpls \- Decode JPEG-LS compressed DICOM file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmdrle.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmdrle" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmdrle" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmdrle \- Decode RLE-compressed DICOM file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmdspfn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmdspfn" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmdspfn" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmdspfn \- Export standard display curves to a text file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmdump.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmdump" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmdump" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmdump \- Dump DICOM file and data set
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmftest.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmftest" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmftest" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmftest \- Test if file uses DICOM part 10 format
Expand Down
6 changes: 3 additions & 3 deletions doxygen/manpages/man1/dcmgpdir.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmgpdir" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmgpdir" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmgpdir \- Create a general purpose DICOMDIR
Expand All @@ -22,7 +22,7 @@ General Purpose CD-R Interchange (STD-GEN-CD)
.IP "\(bu" 2
General Purpose Interchange on DVD-RAM Media (STD-GEN-DVD-RAM)
.PP
\fBdcmmkdir\fP is an extended version of this tool which also supports other Media Storage Application Profiles than the general purpose one (e\&.g\&. both cardio profiles requiring the use of icon images)\&.
\fBdcmmkdir\fP is an extended version of this tool which also supports other Media Storage Application Profiles than the general purpose one (e\&.g\&. the cardio profiles require the use of icon images)\&.
.SH "PARAMETERS"
.PP
.PP
Expand Down Expand Up @@ -228,4 +228,4 @@ The default behavior should be preferred and the \fIDCMDICTPATH\fP environment v
\fBdcmmkdir\fP(1)
.SH "COPYRIGHT"
.PP
Copyright (C) 1996-2014 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
Copyright (C) 1996-2016 by OFFIS e\&.V\&., Escherweg 2, 26121 Oldenburg, Germany\&.
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmj2pnm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmj2pnm" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmj2pnm" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmj2pnm \- Convert DICOM images to PGM/PPM, PNG, TIFF, JPEG or BMP
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcml2pnm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcml2pnm" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcml2pnm" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcml2pnm \- Convert DICOM images to PGM/PPM, PNG, TIFF or BMP
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmmkcrv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmmkcrv" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmmkcrv" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmmkcrv \- Add 2D curve data to image
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmmkdir.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmmkdir" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmmkdir" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmmkdir \- Create a DICOMDIR file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmmklut.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmmklut" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmmklut" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmmklut \- Create DICOM look-up tables
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmodify.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmodify" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmodify" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmodify \- Modify DICOM files
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmp2pgm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmp2pgm" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmp2pgm" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmp2pgm \- Read DICOM image and presentation state and render bitmap
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmprscp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmprscp" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmprscp" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmprscp \- DICOM basic grayscale print management SCP
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmprscu.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmprscu" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmprscu" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmprscu \- Print spooler for presentation state viewer
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmpschk.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmpschk" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmpschk" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmpschk \- Checking tool for presentation states
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmpsmk.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmpsmk" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmpsmk" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmpsmk \- Create DICOM grayscale softcopy presentation state
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmpsprt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmpsprt" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmpsprt" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmpsprt \- Read DICOM images and presentation states and render print job
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmpsrcv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmpsrcv" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmpsrcv" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmpsrcv \- Network receive for presentation state viewer
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmpssnd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmpssnd" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmpssnd" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmpssnd \- Network send for presentation state viewer
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmqridx.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmqridx" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmqridx" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmqridx \- Register a DICOM image file in an image database index file
Expand Down
6 changes: 5 additions & 1 deletion doxygen/manpages/man1/dcmqrscp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmqrscp" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmqrscp" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmqrscp \- DICOM image archive (central test node)
Expand Down Expand Up @@ -732,6 +732,7 @@ RadiopharmaceuticalRadiationDoseSRStorage 1.2.840.10008.5.1.4.1.1.88.
ColonCADSRStorage 1.2.840.10008.5.1.4.1.1.88.69
ImplantationPlanSRDocumentStorage 1.2.840.10008.5.1.4.1.1.88.70
AcquisitionContextSRStorage 1.2.840.10008.5.1.4.1.1.88.71
ContentAssessmentResultsStorage 1.2.840.10008.5.1.4.1.1.90.1
EncapsulatedPDFStorage 1.2.840.10008.5.1.4.1.1.104.1
EncapsulatedCDAStorage 1.2.840.10008.5.1.4.1.1.104.2
PositronEmissionTomographyImageStorage 1.2.840.10008.5.1.4.1.1.128
Expand All @@ -752,6 +753,9 @@ DICOS_CTImageStorage 1.2.840.10008.5.1.4.1.1.501
DICOS_DigitalXRayImageStorageForPresentation 1.2.840.10008.5.1.4.1.1.501.2.1
DICOS_DigitalXRayImageStorageForProcessing 1.2.840.10008.5.1.4.1.1.501.2.2
DICOS_ThreatDetectionReportStorage 1.2.840.10008.5.1.4.1.1.501.3
DICOS_2DAITStorage 1.2.840.10008.5.1.4.1.1.501.4
DICOS_3DAITStorage 1.2.840.10008.5.1.4.1.1.501.5
DICOS_QuadrupoleResonanceStorage 1.2.840.10008.5.1.4.1.1.501.6
DICONDE_EddyCurrentImageStorage 1.2.840.10008.5.1.4.1.1.601.1
DICONDE_EddyCurrentMultiframeImageStorage 1.2.840.10008.5.1.4.1.1.601.2
DRAFT_RTBeamsDeliveryInstructionStorage 1.2.840.10008.5.1.4.34.1
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmqrti.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmqrti" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmqrti" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmqrti \- The Terminal Initiator Telnet Client Program
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmquant.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmquant" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmquant" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmquant \- Convert DICOM color images to palette color
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmrecv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmrecv" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmrecv" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmrecv \- Simple DICOM storage SCP (receiver)
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmscale.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmscale" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmscale" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmscale \- Scale DICOM images
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmsend.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmsend" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmsend" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmsend \- Simple DICOM storage SCU (sender)
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcmsign.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcmsign" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcmsign" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcmsign \- Sign and Verify DICOM Files
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dcod2lum.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dcod2lum" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dcod2lum" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dcod2lum \- Convert hardcopy characteristic curve file to softcopy format
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dconvlum.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dconvlum" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dconvlum" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dconvlum \- Convert VeriLUM files to DCMTK display files
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/drtdump.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "drtdump" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "drtdump" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
drtdump \- Dump DICOM RT file and data set
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dsr2html.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dsr2html" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dsr2html" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dsr2html \- Render DICOM SR file and data set to HTML/XHTML
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dsr2xml.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dsr2xml" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dsr2xml" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dsr2xml \- Convert DICOM SR file and data set to XML
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dsrdump.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dsrdump" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dsrdump" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dsrdump \- Dump DICOM SR file and data set
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/dump2dcm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "dump2dcm" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "dump2dcm" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
dump2dcm \- Convert ASCII dump to DICOM file
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/echoscu.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "echoscu" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "echoscu" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
echoscu \- DICOM verification (C-ECHO) SCU
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/findscu.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "findscu" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "findscu" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
findscu \- DICOM query (C-FIND) SCU
Expand Down
2 changes: 1 addition & 1 deletion doxygen/manpages/man1/getscu.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "getscu" 1 "Tue Feb 16 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.TH "getscu" 1 "Thu Jun 30 2016" "Version 3.6.1" "OFFIS DCMTK" \" -*- nroff -*-
.nh
.SH NAME
getscu \- DICOM retrieve (C-GET) SCU
Expand Down
Loading

0 comments on commit 1ad35fc

Please sign in to comment.