We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c202b61 commit cc5adb3Copy full SHA for cc5adb3
README.md
@@ -68,7 +68,6 @@ client.searchForInstances(searchInstanceOptions).then((instances) => {
68
}
69
return(Promise.all(promises));
70
}).then(metadata => {
71
- metadata = metadata.filter(m => m);
72
const viewer = new DICOMMicroscopyViewer.api.DICOMMicroscopyViewer({
73
client,
74
metadata
0 commit comments