Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/dicom-decoder.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dicom.decoder(3) - Dicom Decoder
================================

##SYNOPSIS
## SYNOPSIS

var decoder = dicom.decoder(options);

##DESCRIPTION
## DESCRIPTION

`dicom.decoder` is a transform stream that takes a DICOM file
and outputs `DicomEvent`s.
Expand All @@ -27,6 +27,6 @@ Valid options are:
if that fails it will try to recognize a `SpecificCharacterSet` tag
at the start of the file.

##SEE ALSO
## SEE ALSO
* dicom.json.encoder
* dicom.encoder