Skip to content

Commit 62fc78a

Browse files
committed
Mention additional limitations in README
1 parent fa762d2 commit 62fc78a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use `ls *.dcm | dcm`, `ls *.dcm | get name` or `ls *.dcm | select name type | dc
88
A [nushell](https://www.nushell.sh/) plugin to parse [DICOM](https://en.wikipedia.org/wiki/DICOM) objects.
99

1010
This plugin is in the early stage of the development. It is usable but it might not be able to cope
11-
with all DICOM objects. One notable limitation is that all DICOM objects are expected to have a preamble.
11+
with all DICOM objects or DicomWeb inputs. See [Known limitations for details](#known-limitations).
1212

1313
I'm still trying to figure out what is the most useful way of using this plugin. Please feel free to try it out,
1414
send feedback in [Discussions](https://github.com/realcundo/nu_plugin_dcm/discussions) or report problems in [Issues](https://github.com/realcundo/nu_plugin_dcm/issues).
@@ -40,6 +40,8 @@ See Examples for more details.
4040
```
4141

4242
Without `into binary`, `dcm` would see a list of strings, assuming it's a list of filenames.
43+
- For dicomweb inputs, only the first of "Alphabetic", "Ideographic", "Phonetic" Patient Names is extracted.
44+
- For dicomweb inputs, `BulkDataURI` and `InlineBinary` are not extracted and `nothing` is returned as their values.
4345

4446

4547
## Examples

0 commit comments

Comments
 (0)