Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add DICOMweb retrieve instance/image and download them to machine#2331

Merged
gguuss merged 2 commits into
GoogleCloudPlatform:masterGoogleCloudPlatform/python-docs-samples:masterfrom
noerog:chc-python-dicomwebCopy head branch name to clipboard
Aug 13, 2019
Merged

Add DICOMweb retrieve instance/image and download them to machine#2331
gguuss merged 2 commits into
GoogleCloudPlatform:masterGoogleCloudPlatform/python-docs-samples:masterfrom
noerog:chc-python-dicomwebCopy head branch name to clipboard

Conversation

@noerog

@noerog noerog commented Aug 12, 2019

Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 12, 2019

@gguuss gguuss left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after removing the string concatenation. Let me know if/when you want merged.

# server and are part of the metadata of dcm_file
study_uid = '1.3.6.1.4.1.11129.5.5.111396399361969898205364400549799252857604'
series_uid = '1.3.6.1.4.1.11129.5.5.195628213694300498946760767481291263511724'
instance_uid = '1.3.6.1.4.1.11129.5.5.' + \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use format instead of string continuation:

instance_uid = '{}.{}'.format(
'1.3.6.1.4.1.11129.5.5',
'153751009835107614666834563294684339746480')

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Please merge when you can.

@gguuss gguuss merged commit 5f4a9c4 into GoogleCloudPlatform:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.