dicom-standard
v1.2.0
Published
DICOM attribute modules.
Downloads
15
Readme
DICOM Standard Attribute Modules
Metadata of attribute modules in DICOM standard for browser use.
Uses JSON format DICOM standard by Innolitics.
Usage
Install package:
npm install --save dicom-standardFor browser:
import Patient from 'dicom-standard/modules/patient';
import GeneralStudy from 'dicom-standard/modules/general-study';
import GeneralSeries from 'dicom-standard/modules/general-series';For Node.js:
const Patient = require('dicom-standard/modules/patient');
const GeneralStudy = require('dicom-standard/modules/general-study');
const GeneralSeries = require('dicom-standard/modules/general-series');License
(The MIT License)
