Skip to content

Efferent-Health/Dicom-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dicom-dictionary

Simple DICOM tag dictionary for JS/TS/ES

The file contains a string-to-string dictionary of DICOM tag numbers and descriptions in a compact fashion, as follows:

var DicomDictionary = {
"00000000":"Command Group Length",
"00000001":"Command Length to End",
"00000002":"Affected SOP Class UID",
"00000003":"Requested SOP Class UID",
"00000010":"Command Recognition Code",
// etcetera

Descriptions

The description have been processed from DICOM Keywords and added spaces, hyphens and slashes in automated and manual ways. There can be some few descriptions that still need to be amended to match the description as in http://dicom.nema.org

Amendments

Please report any amendment through the Issues page, but preferably via the Pull Requests page

Releases

No releases published

Packages

No packages published