1.2.0 • Published 5 years ago

dicom-standard v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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-standard

For 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)

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago