Skip to content

Commit

Permalink
feat(htj2k): Added newly introduced HTJ2K transfer syntaxes to encaps…
Browse files Browse the repository at this point in the history
…ulated syntaxes array
  • Loading branch information
PantelisGeorgiadis committed Nov 19, 2023
1 parent d8e6dc0 commit db4c71e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/DicomMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ const encapsulatedSyntaxes = [
"1.2.840.10008.1.2.6.1",
"1.2.840.10008.1.2.4.100",
"1.2.840.10008.1.2.4.102",
"1.2.840.10008.1.2.4.103"
"1.2.840.10008.1.2.4.103",
"1.2.840.10008.1.2.4.201",
"1.2.840.10008.1.2.4.202",
"1.2.840.10008.1.2.4.203"
];

class DicomMessage {
Expand Down

0 comments on commit db4c71e

Please sign in to comment.