Skip to content

Commit

Permalink
fix config missing
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE authored Oct 20, 2023
1 parent 3ca3f7c commit e223e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ohif-aws-healthimaging",
"version": "0.9.2",
"version": "0.9.3",
"description": "Support reading tree structured metadata",
"author": "Bill Wallace, Mateus Freira,Radical Imaging, Ibrahim Mohamed",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/utils/DicomTreeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class DicomTreeClient extends api.DICOMwebClient {
const metadataLoaded = await loadMetaDataInternal(datastoreID, imageSetId, this.healthlake);
return enrichImageSetMetadataWithImageSetId(metadataLoaded, imageSetId);
}));
let finalMetadata = reduceMetadata(metadataArray);
let finalMetadata = reduceMetadata(metadataArray, this.healthlake);
// filter out PR
const keys = Object.keys(finalMetadata.Study.Series)

Expand Down

0 comments on commit e223e9c

Please sign in to comment.