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
+31-36Lines changed: 31 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,57 +25,52 @@ Documentation of the JavaScript Application Programming Interface (API) is avail
25
25
## Getting started
26
26
27
27
Note that the *dicom-microscopy-viewer* package is **not** a viewer application, it is a library to build viewer applications.
28
+
28
29
Below is an example for the most basic usage: a web page that displays a collection of DICOM VL Whole Slide Microscopy Image instances of a digital slide.
29
30
For more advanced usage, take a look at the [Slim](https://github.com/herrmannlab/slim) viewer.
The viewer can be embedded in any website, one only needs to
38
35
39
-
* Create an instance of the `viewer.VolumeViewer`. The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image instance formatted according to the [
* Create an instance of `viewer.VolumeViewer`. The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image instance.
41
37
42
38
* Call the `render()` method, passing it the HTML element (or the name of the element), which shall contain the viewport.
0 commit comments