Skip to content

Conversation

@yongtang
Copy link
Member

This PR tries to address the issue raised #779 where it was not possible
to get DICOM tag that is a sequence.

This PR adds string tensor as an input, so that the following:

[0x0008,0x1115][0][0x0008,0x1140][0][0x0008,0x1155]

coudl be used to specify:

[sequence of 0x0008,0x1115] =>
    [item 0 of the sequence] =>
        [sequence of 0x0008,0x1140 in the item] =>
            [item 0 of the sequence] =>
                [value of 0x0008,0x1155 in the item]

This PR fixes #779

Signed-off-by: Yong Tang yong.tang.github@outlook.com

This PR tries to address the issue raised 779 where it was not possible
to get DICOM tag that is a sequence.

This PR adds string tensor as an input, so that the following:
```
[0x0008,0x1115][0][0x0008,0x1140][0][0x0008,0x1155]
```
coudl be used to specify:
```
[sequence of 0x0008,0x1115] =>
    [item 0 of the sequence] =>
        [sequence of 0x0008,0x1140 in the item] =>
            [item 0 of the sequence] =>
                [value of 0x0008,0x1155 in the item]
```

This PR fixes 779

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@yongtang yongtang merged commit ad4e7c3 into tensorflow:master Jun 15, 2020
@yongtang yongtang deleted the dicom-sequence branch June 15, 2020 04:51
i-ony pushed a commit to i-ony/io that referenced this pull request Feb 8, 2021
This PR tries to address the issue raised 779 where it was not possible
to get DICOM tag that is a sequence.

This PR adds string tensor as an input, so that the following:
```
[0x0008,0x1115][0][0x0008,0x1140][0][0x0008,0x1155]
```
coudl be used to specify:
```
[sequence of 0x0008,0x1115] =>
    [item 0 of the sequence] =>
        [sequence of 0x0008,0x1140 in the item] =>
            [item 0 of the sequence] =>
                [value of 0x0008,0x1155 in the item]
```

This PR fixes 779

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
zheolong pushed a commit to zheolong/io-1 that referenced this pull request Jul 24, 2025
This PR tries to address the issue raised 779 where it was not possible
to get DICOM tag that is a sequence.

This PR adds string tensor as an input, so that the following:
```
[0x0008,0x1115][0][0x0008,0x1140][0][0x0008,0x1155]
```
coudl be used to specify:
```
[sequence of 0x0008,0x1115] =>
    [item 0 of the sequence] =>
        [sequence of 0x0008,0x1140 in the item] =>
            [item 0 of the sequence] =>
                [value of 0x0008,0x1155 in the item]
```

This PR fixes 779

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get a DICOM tag that is a sequence

2 participants