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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,20 @@ It leverages the [dicomweb-client](https://github.com/dcmjs-org/dicomweb-client)
21
21
22
22
## Documentation
23
23
24
-
Documentation of the JavaScript Application Programming Interface (API) is available online at [herrmannlab.github.io/dicom-microscopy-viewer](https://herrmannlab.github.io/dicom-microscopy-viewer/).
24
+
Documentation of the JavaScript Application Programming Interface (API) is available online at [imagingdatacommons.github.io/dicom-microscopy-viewer](https://imagingdatacommons.github.io/dicom-microscopy-viewer/).
25
25
26
26
## Getting started
27
27
28
28
Note that the *dicom-microscopy-viewer* package is **not** a viewer application, it is a library to build viewer applications.
29
29
30
30
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.
31
-
For more advanced usage, take a look at the [Slim](https://github.com/herrmannlab/slim) viewer.
31
+
For more advanced usage, take a look at the [Slim](https://github.com/imagingdatacommons/slim) viewer.
32
32
33
33
### Basic usage
34
34
35
35
The viewer can be embedded in any website, one only needs to
36
36
37
-
* Create an instance of [VolumeImageViewer](https://herrmannlab.github.io/dicom-microscopy-viewer/viewer.VolumeImageViewer.html). The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image as an instance of [VLWholeSlideMicroscopyImage](https://herrmannlab.github.io/dicom-microscopy-viewer/metadata.VLWholeSlideMicroscopyImage.html).
37
+
* Create an instance of [VolumeImageViewer](https://imagingdatacommons.github.io/dicom-microscopy-viewer/viewer.VolumeImageViewer.html). The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image as an instance of [VLWholeSlideMicroscopyImage](https://imagingdatacommons.github.io/dicom-microscopy-viewer/metadata.VLWholeSlideMicroscopyImage.html).
38
38
39
39
* Call the `render()` method, passing it the HTML element (or the name of the element), which shall contain the viewport.
0 commit comments