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
/
Loader.d.ts
9 lines
(8 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
class
Loader
{
private
dicomSrc;
private
xhr;
constructor
(
dicomSrc
?:
string
);
load
(
dicomSrc
?:
string
|
File
):
Promise
<
ArrayBuffer
|
undefined
>;
cancel
():
void
; }
export
default
Loader
;