Skip to content

Commit d360b01

Browse files
committed
Removed wrong reference to "dump2dcm(2)".
Also fixed minor issues regarding line breaks and formatting.
1 parent 6a4f993 commit d360b01

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

dcmdata/docs/json2dcm.man

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,15 @@ in Base64 encoded form. This is supported in \b json2dcm for all binary
348348
attributes, including unencapsulated pixel data.
349349

350350
The DICOM JSON Model also permits attribute values to be stored separately
351-
from the JSON data set and to be referenced through a BulkDataURI.
352-
This is supported for file URIs that reference files in the local filesystem.
353-
\b json2dcm tool also supports the inofficial extension to the file URI
354-
scheme generated by \e DCM4CHE, where parameters named "offset" and "length"
355-
are appended to the file URI in order to refer to a specific part of a file.
356-
HTTP URIs as well as URIs that identify another part in a MIME
357-
multipart/related structure are not yet supported in \b json2dcm.
358-
If the command line option \e --ignore-bulkdata-uri is specified,
359-
then all bulk data URIs are ignored and attributes with bulk data
360-
will be written with empty value.
351+
from the JSON data set and to be referenced through a "BulkDataURI". This is
352+
supported for file URIs that reference files in the local filesystem.
353+
\b json2dcm tool also supports the inofficial extension to the file URI scheme
354+
generated by DCM4CHE, where parameters named "offset" and "length" are appended
355+
to the file URI in order to refer to a specific part of a file. HTTP URIs as
356+
well as URIs that identify another part in a MIME multipart/related structure
357+
are not yet supported in \b json2dcm. If the command line option
358+
\e --ignore-bulkdata-uri is specified, then all bulk data URIs are ignored and
359+
attributes with bulk data will be written with empty value.
361360

362361
Finally, encapsulated (in particular, compressed) pixel data is not supported
363362
by \b json2dcm because the syntax of the DICOM JSON Model for this specific
@@ -472,7 +471,6 @@ It is an error if no data dictionary can be loaded.
472471
\section json2dcm_see_also SEE ALSO
473472

474473
<b>dcm2json</b>(1)
475-
<b>dump2dcm</b>(2)
476474

477475
\section json2dcm_copyright COPYRIGHT
478476

0 commit comments

Comments
 (0)