Skip to content

Commit

Permalink
Uncertain if theese can change...
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Sep 22, 2023
1 parent 9566eb9 commit 3273b5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Examples/Python/DumbAnonymizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(0x0018,0x1250):("Sequence Field","Receive Coil"),
(0x0018,0x0088):("Sequence Field","Spacing Between Slice"),
(0x0018,0x0095):("Sequence Field","Pixel Bandwidth"),
(0x0018,0x0082):("Sequence Field","Invertion Time"),
(0x0018,0x0082):("Sequence Field","Inversion Time"),
}

class MyAnon:
Expand Down
2 changes: 1 addition & 1 deletion Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0011,0x0040,"GEMS_GDXE_FALCON_04",VR::SL,VM::VM1,"Pasting Overlap",false },
{0x0011,0x0041,"GEMS_GDXE_FALCON_04",VR::IS,VM::VM24,"Sub-image Collimator Vertices",false },
{0x0011,0x0042,"GEMS_GDXE_FALCON_04",VR::LO,VM::VM1,"View IP",false },
{0x0011,0x0043,"GEMS_GDXE_FALCON_04",VR::IS,VM::VM24,"Key-stone Co-ordinates",false },
{0x0011,0x0043,"GEMS_GDXE_FALCON_04",VR::IS,VM::VM24,"Key-stone Coordinates",false },
{0x0011,0x0044,"GEMS_GDXE_FALCON_04",VR::CS,VM::VM1,"Receptor Type",false },
{0x0011,0x0046,"GEMS_GDXE_FALCON_04",VR::LO,VM::VM1_n,"?",false },
{0x0011,0x0047,"GEMS_GDXE_FALCON_04",VR::DS,VM::VM1,"?",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 @@ -3516,7 +3516,7 @@
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx40" vr="SL" vm="1" name="Pasting Overlap"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx41" vr="IS" vm="24" name="Sub-image Collimator Vertices"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx42" vr="LO" vm="1" name="View IP"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx43" vr="IS" vm="24" name="Key-stone Co-ordinates"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx43" vr="IS" vm="24" name="Key-stone Coordinates"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx44" vr="CS" vm="1" name="Receptor Type"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx46" vr="LO" vm="1-n" name="?"/>
<entry owner="GEMS_GDXE_FALCON_04" group="0011" element="xx47" vr="DS" vm="1" name="?"/>
Expand Down
2 changes: 1 addition & 1 deletion Source/InformationObjectDefinition/Part3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28103,7 +28103,7 @@ SR DOCUMENT KEY OBJECT DOC
SPECTROSCOPY RAW DATA
REGISTRATION FIDUCIAL
HANGING PROTOCOL ENCAP DOC
HL7 STRUC DOC VALUE MAP
HL7 STRUCT DOC VALUE MAP
STEREOMETRIC

PRIVATE = Privately defined record hierarchy position. Type shall be defined by Private Record UID (0004,1432).
Expand Down
2 changes: 1 addition & 1 deletion Utilities/gdcmext/mec_mr3_dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static const struct mec_mr3_dict dict[] = {
{0x02, 0x0000a81c, 0xff003200, ""}, //
{0x02, 0x0000a81d, 0xff002a00, ""}, //
{0x02, 0x0000a822, 0x00000500, ""}, //
{0x02, 0x0000a823, 0xff002c00, "MR Acquition Type"}, //
{0x02, 0x0000a823, 0xff002c00, "MR Acquisition Type"}, //
{0x02, 0x0000a824, 0xff002400, ""}, //
{0x02, 0x0000a825, 0xff002400, ""}, //
{0x02, 0x0000a826, 0xff003200, ""}, //
Expand Down

0 comments on commit 3273b5f

Please sign in to comment.