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
/
index.d.ts
13 lines
(12 loc)
•
309 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
TagsDictionaryEnumsType
}
from
"./TagsDictionary"
;
interface
IEnums
{
TransferSyntax
: { [
key
:
string
]:
string
; };
TagsDictionary
:
TagsDictionaryEnumsType
;
ValueRepresentations
: { [
key
:
string
]:
string
; }; }
declare
const
AppEnums
:
IEnums
;
export
default
AppEnums
;