UNPKG
dicom-data-dictionary
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
DICOM Data Dictionary
github.com/ohif/dicom-data-dictionary
ohif/dicom-data-dictionary
dicom-data-dictionary
/
lib
/
index.js
8 lines
(4 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* (c) 2015 Chris Hafey */
// jshint ignore: start
export
{
default
as
DataElementDictionary
}
from
'./DataElementDictionary'
;
export
{
default
as
standardDataElements}
from
'./standardDataElements'
;