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.
2 parents 62962f8 + cc5adb3 commit eb6658dCopy full SHA for eb6658d
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