dcmjs 0.19.0 → 0.19.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/dcmjs.es.js +362 -308
- package/build/dcmjs.es.js.map +1 -1
- package/build/dcmjs.js +362 -308
- package/build/dcmjs.js.map +1 -1
- package/package.json +1 -1
- package/test/test_data.js +12 -0
package/README.md
CHANGED
|
@@ -36,8 +36,8 @@ _Parts of DICOM that dcmjs will focus on:_
|
|
|
36
36
|
|
|
37
37
|
_Parts of DICOM that dcmjs *will not* focus on:_
|
|
38
38
|
|
|
39
|
-
- DIMSE (legacy networking like C-FIND, C-MOVE, etc)
|
|
40
|
-
- Physical Media (optical disks)
|
|
39
|
+
- DIMSE (legacy networking like C-FIND, C-MOVE, etc). See the [dicom-dimse project](https://github.com/PantelisGeorgiadis/dcmjs-dimse) for that.
|
|
40
|
+
- Physical Media (optical disks). See [this FAQ](https://www.dclunie.com/medical-image-faq/html/index.html) if you need to work with those.
|
|
41
41
|
|
|
42
42
|
# Usage
|
|
43
43
|
|