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 eb6658d commit c498a09Copy full SHA for c498a09
README.md
@@ -68,6 +68,7 @@ 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