dicom-standard

1.2.0 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i dicom-standard

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

30.8 MB

Total Files

347

Last publish

Collaborators

  • kamikat