@@ -348,16 +348,15 @@ in Base64 encoded form. This is supported in \b json2dcm for all binary
348348attributes, including unencapsulated pixel data.
349349
350350The 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
362361Finally, encapsulated (in particular, compressed) pixel data is not supported
363362by \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\s e ction json2dcm_s e e_also SEE ALSO
473472
474473<b>dcm2json</b>(1)
475- <b>dump2dcm</b>(2)
476474
477475\s e ction json2dcm_copyright COPYRIGHT
478476
0 commit comments