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
The `dicom-microscopy-viewer` package can be installed via [npm](https://www.npmjs.com/):
7
+
The [dicom-microscopy-viewer](https://www.npmjs.com/package/dicom-microscopy-viewer) package can be installed via `npm` package manager:
8
8
9
9
```None
10
10
npm install dicom-microscopy-viewer
@@ -21,6 +21,17 @@ npm install
21
21
npm run build
22
22
```
23
23
24
+
## Test
25
+
26
+
The library can be tested locally with [mochify](https://github.com/mantoni/mochify.js) (using [mocha](https://mochajs.org/) and [chai](http://www.chaijs.com/)):
**This is work-in-progress and should not be used in clinical practice.**
42
53
43
54
The viewer allows visualization of *VL Whole Slide Microscopy Image* datasets stored in a [DICOMweb](https://www.dicomstandard.org/dicomweb/) compatible archive.
44
-
It leverages [dicomweb-client](https://github.com/dcmjs-org/dicomweb-client) to retrieve data from the archive.
55
+
It leverages the [dicomweb-client](https://github.com/dcmjs-org/dicomweb-client) JavaScript library to retrieve data from the archive.
45
56
46
57
### Limitations
47
58
48
59
Currently, the viewer only supports
49
60
50
-
* baseline JPEG with transfer syntax "1.2.840.10008.1.2.4.50"
61
+
* baseline JPEG compressed data (transfer syntax "1.2.840.10008.1.2.4.50")
0 commit comments