Skip to content

Commit

Permalink
yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Sep 12, 2022
1 parent 84dc2ea commit 4213e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6074,7 +6074,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0029,0x003a,"MMCPrivate",VR::LT,VM::VM1,"SOPAuthorizationComment",false },
{0x0029,0x003b,"MMCPrivate",VR::LO,VM::VM1,"AuthorizationEquipmentCertificationNumber",false },
{0x0029,0x003c,"MMCPrivate",VR::UL,VM::VM1,"ConcatenationFrameOffsetNumber",false },
{0x0029,0x003d,"MMCPrivate",VR::CS,VM::VM1,"RepresentativeFrameNumber",false },
{0x0029,0x003d,"MMCPrivate",VR::US,VM::VM1,"RepresentativeFrameNumber",false },
{0x0029,0x003e,"MMCPrivate",VR::UI,VM::VM1,"ConcatenationUID",false },
{0x0029,0x003f,"MMCPrivate",VR::US,VM::VM1,"InConcatenationNumber",false },
{0x0029,0x0040,"MMCPrivate",VR::CS,VM::VM1,"CardiacSynchronizationTechnique",false },
Expand Down
2 changes: 1 addition & 1 deletion Source/DataDictionary/privatedicts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5344,7 +5344,7 @@
<entry owner="MMCPrivate" group="0029" element="xx3a" vr="LT" vm="1" name="SOPAuthorizationComment"/>
<entry owner="MMCPrivate" group="0029" element="xx3b" vr="LO" vm="1" name="AuthorizationEquipmentCertificationNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx3c" vr="UL" vm="1" name="ConcatenationFrameOffsetNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx3d" vr="CS" vm="1" name="RepresentativeFrameNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx3d" vr="US" vm="1" name="RepresentativeFrameNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx3e" vr="UI" vm="1" name="ConcatenationUID"/>
<entry owner="MMCPrivate" group="0029" element="xx3f" vr="US" vm="1" name="InConcatenationNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx40" vr="CS" vm="1" name="CardiacSynchronizationTechnique"/>
Expand Down

0 comments on commit 4213e02

Please sign in to comment.