UNPKG
@abasb75/dicom-parser
Version:
latest (0.0.0-test23)
0.0.6-test
0.0.5-test
0.0.4-test
0.0.3-test
0.0.2-test
0.0.1-test
0.0.0-test3
0.0.0-test23
0.0.0-test22
0.0.0-test21
0.0.0-test20a
0.0.0-test20
0.0.0-test2
0.0.0-test17
0.0.0-test16
0.0.0-test15
0.0.0-test13
0.0.0-test12
0.0.0-test11
0.0.0-test10
0.0.0-test1
0.0.0-test0
0.0.0-test
a javascript powerfull dicom parser
github.com/abasb75/dicom-parser
abasb75/dicom-parser
@abasb75/dicom-parser
/
enums
/
TagsDictionary.d.ts
9 lines
(8 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
TagsDictionaryEnumsType
{ [
key
:
string
]: { [
key
:
string
]:
string
[]; }; }
declare
const
TagsDictionaryEnums
:
TagsDictionaryEnumsType
;
export
default
TagsDictionaryEnums
;
export
type
{
TagsDictionaryEnumsType
};