Skip to content

Commit

Permalink
Fix nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Sep 12, 2022
1 parent 3a1968a commit 041a59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5953,7 +5953,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0009,0x0048,"MMCPrivate",VR::LO,VM::VM1,"ProtocolName",false },
{0x0009,0x004e,"MMCPrivate",VR::LO,VM::VM1,"Cms_BodyPartExamined",false },
{0x0009,0x004f,"MMCPrivate",VR::LO,VM::VM1,"IsProtected",false },
{0x0009,0x0050,"MMCPrivate",VR::CS,VM::VM1,"Cms_PatientPosition",false },
{0x0009,0x0050,"MMCPrivate",VR::OB,VM::VM1,"?StudyReservationInfo",false },
{0x0009,0x0051,"MMCPrivate",VR::LO,VM::VM1,"Cmi_contrastBolusAgent",false },
{0x0009,0x0052,"MMCPrivate",VR::LO,VM::VM1,"Cms_institutionName",false },
{0x0009,0x0053,"MMCPrivate",VR::LO,VM::VM1,"Cms_institutionalDepartmentName",false },
Expand Down
3 changes: 3 additions & 0 deletions Source/DataDictionary/privatedicts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,10 @@
<entry owner="MMCPrivate" group="0009" element="xx48" vr="LO" vm="1" name="ProtocolName"/>
<entry owner="MMCPrivate" group="0009" element="xx4e" vr="LO" vm="1" name="Cms_BodyPartExamined"/>
<entry owner="MMCPrivate" group="0009" element="xx4f" vr="LO" vm="1" name="IsProtected"/>
<!--
<entry owner="MMCPrivate" group="0009" element="xx50" vr="CS" vm="1" name="Cms_PatientPosition"/>
-->
<entry owner="MMCPrivate" group="0009" element="xx50" vr="OB" vm="1" name="?StudyReservationInfo"/>
<entry owner="MMCPrivate" group="0009" element="xx51" vr="LO" vm="1" name="Cmi_contrastBolusAgent"/>
<entry owner="MMCPrivate" group="0009" element="xx52" vr="LO" vm="1" name="Cms_institutionName"/>
<entry owner="MMCPrivate" group="0009" element="xx53" vr="LO" vm="1" name="Cms_institutionalDepartmentName"/>
Expand Down

0 comments on commit 041a59c

Please sign in to comment.