Skip to content

A tool to get DICOM dictionary informations from dcmjs library.

Notifications You must be signed in to change notification settings

caoshouse/dcmjs-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcmjs-dictionary

A tool to get DICOM dictionary informations from dcmjs library.

Note

Work in progress.

Install

npm install @caoshouse/dcmjs-dictionary

Examples

import DcmjsDictionary from '@caoshouse/dcmjs-dictionary';

/**
* Create a typescript type declaration
* Optionally a file name can be specified for saving the generated content to a .d.ts file
*/
new DcmjsDictionary().createDTS('file.to.save.d.ts')



new DcmjsDictionary().getNaturalizedData().PatientName
/**
 returns:

 {
  tag: '(0010,0010)',
    vr: 'PN',
    name: 'PatientName',
    vm: '1',
    version: 'DICOM'
  }
*/

About

A tool to get DICOM dictionary informations from dcmjs library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published