Skip to content

Commit

Permalink
Reformat dicom meta dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Šimko committed Dec 16, 2024
1 parent 8914314 commit f9b940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DicomMetaDictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ DicomMetaDictionary.sopClassNamesByUID = {
"1.2.840.10008.5.1.4.1.1.130": "EnhancedPETImage",
"1.2.840.10008.5.1.4.1.1.128.1": "LegacyConvertedEnhancedPETImage",
"1.2.840.10008.5.1.4.1.1.77.1.5.1": "OphthalmicPhotography8BitImage",
'1.2.840.10008.5.1.4.1.1.77.1.5.4': "OphthalmicTomographyImage",
"1.2.840.10008.5.1.4.1.1.77.1.5.4": "OphthalmicTomographyImage"
};

DicomMetaDictionary.dictionary = dictionary;
Expand Down

0 comments on commit f9b940f

Please sign in to comment.