Skip to content

Commit

Permalink
too many typos in those dcs
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Sep 12, 2022
1 parent 041a59c commit 84dc2ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5991,10 +5991,10 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0019,0x0004,"MMCPrivate",VR::DS,VM::VM1,"MaxFsColor",false },
{0x0019,0x0005,"MMCPrivate",VR::LO,VM::VM1,"SeriesCategoryType",false },
{0x0019,0x0007,"MMCPrivate",VR::LO,VM::VM1,"ImageContrastBolusAgent",false },
{0x0019,0x0008,"MMCPrivate",VR::LO,VM::VM1,"ImageSliceThickness",false },
{0x0019,0x0009,"MMCPrivate",VR::LO,VM::VM1,"ImageReconstructionDiameter",false },
{0x0019,0x0008,"MMCPrivate",VR::DS,VM::VM1,"ImageSliceThickness",false },
{0x0019,0x0009,"MMCPrivate",VR::DS,VM::VM1,"ImageReconstructionDiameter",false },
{0x0019,0x000a,"MMCPrivate",VR::LO,VM::VM1,"ImageEchoTime",false },
{0x0019,0x000b,"MMCPrivate",VR::LO,VM::VM1,"ImageRepetitionTime",false },
{0x0019,0x000b,"MMCPrivate",VR::DS,VM::VM1,"ImageRepetitionTime",false },
{0x0019,0x000c,"MMCPrivate",VR::LO,VM::VM1,"SequenceType",false },
{0x0019,0x000d,"MMCPrivate",VR::LO,VM::VM1,"TaskUid",false },
{0x0019,0x000e,"MMCPrivate",VR::OB,VM::VM1,"SeriesAppData",false },
Expand Down
6 changes: 3 additions & 3 deletions Source/DataDictionary/privatedicts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5261,10 +5261,10 @@
<entry owner="MMCPrivate" group="0019" element="xx04" vr="DS" vm="1" name="MaxFsColor"/>
<entry owner="MMCPrivate" group="0019" element="xx05" vr="LO" vm="1" name="SeriesCategoryType"/>
<entry owner="MMCPrivate" group="0019" element="xx07" vr="LO" vm="1" name="ImageContrastBolusAgent"/>
<entry owner="MMCPrivate" group="0019" element="xx08" vr="LO" vm="1" name="ImageSliceThickness"/>
<entry owner="MMCPrivate" group="0019" element="xx09" vr="LO" vm="1" name="ImageReconstructionDiameter"/>
<entry owner="MMCPrivate" group="0019" element="xx08" vr="DS" vm="1" name="ImageSliceThickness"/>
<entry owner="MMCPrivate" group="0019" element="xx09" vr="DS" vm="1" name="ImageReconstructionDiameter"/>
<entry owner="MMCPrivate" group="0019" element="xx0a" vr="LO" vm="1" name="ImageEchoTime"/>
<entry owner="MMCPrivate" group="0019" element="xx0b" vr="LO" vm="1" name="ImageRepetitionTime"/>
<entry owner="MMCPrivate" group="0019" element="xx0b" vr="DS" vm="1" name="ImageRepetitionTime"/>
<entry owner="MMCPrivate" group="0019" element="xx0c" vr="LO" vm="1" name="SequenceType"/>
<entry owner="MMCPrivate" group="0019" element="xx0d" vr="LO" vm="1" name="TaskUid"/>
<entry owner="MMCPrivate" group="0019" element="xx0e" vr="OB" vm="1" name="SeriesAppData"/>
Expand Down

0 comments on commit 84dc2ea

Please sign in to comment.