Skip to content

Commit

Permalink
add index type to DicomDict
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdulz committed Sep 28, 2023
1 parent f2f6ba9 commit 3751750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/dcm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare module "dcmjs" {
declare namespace data {
export class DicomDict {
constructor(meta: object);
[key: string]: dataSet;
meta: dataSet;
dict: dataSet;
upsertTag(tag: string, vr: string, values: string | object);
Expand Down

0 comments on commit 3751750

Please sign in to comment.