You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# nu_plugin_dcm
2
2
3
-
*Compatibility Matrix*
4
-
| nu version | nu_plugin_dcm version |
5
-
|------------|-----------------------|
6
-
| 0.106.x | 0.4.0 |
7
-
| 0.105.x | 0.3.2 |
8
-
| 0.60.x | 0.1.8 |
3
+
A [nushell](https://www.nushell.sh/) plugin to parse [DICOM](https://en.wikipedia.org/wiki/DICOM) objects.
4
+
5
+
## Compatibility Matrix
6
+
| nushell version | nu_plugin_dcm version |
7
+
|-----------------|-----------------------|
8
+
| 0.106.x | 0.4.0 |
9
+
| 0.105.x | 0.3.2 |
10
+
| 0.60.x | 0.1.8 |
9
11
10
12
*Also note that this version is not fully compatible with 0.2.x and earlier versions of this plugin. The main difference is that `ls *.dcm | dcm name` doesn't work anymore.
11
13
Use `ls *.dcm | dcm`, `ls *.dcm | get name` or `ls *.dcm | select name type | dcm` instead. `dcm name` is now reserved for the future to select dicom tags.*
12
14
13
-
A [nushell](https://www.nushell.sh/) plugin to parse [DICOM](https://en.wikipedia.org/wiki/DICOM) objects.
14
-
15
15
This plugin is in the early stage of the development. It is usable but it might not be able to cope
16
16
with all DICOM objects or DICOMweb records. See [Known limitations for details](#known-limitations).
0 commit comments