File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ A `Data Element
3636
3737Every data element has a tag indicating its purpose. Tags are 32-bit
3838unsigned ints with the top 16 bits indicating the group and the bottom 16
39- the element. They are usually written in hexadecimal, perhaps 0x00400554,
40- meaning element 0x554 of group 0x40, or as keywords, in this case
41- `SpecimenUID `. You can get the tag from its corresponding keyword with
39+ the element. They are usually written in hexadecimal, perhaps `` 0x00400554 `` ,
40+ meaning element `` 0x554 `` of group `` 0x40 `` , or as keywords, in this case
41+ `` " SpecimenUID" ` `. You can get the tag from its corresponding keyword with
4242:c:func: `dcm_dict_tag_from_keyword() `, or find the keyword from a tag with
4343:c:func: `dcm_dict_keyword_from_tag() `.
4444
You can’t perform that action at this time.
0 commit comments