Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for writing DICOM series. #134

Closed
wants to merge 3 commits into from
Closed

Adding support for writing DICOM series. #134

wants to merge 3 commits into from

Conversation

zivy
Copy link
Member

@zivy zivy commented Mar 31, 2017

The series was previously overwritten by the GDCMIO generating a
unique series/study/frame of reference ID for each image. We now allow
the user to tell GDCMIO to use the information found in the meta-data
dictionary.

Change-Id: Ifbf559d016396406d95e3e63804c8704d163dd28

The series was previously overwritten by the GDCMIO generating a
unique series/study/frame of reference ID for each image. We now allow
the user to tell GDCMIO to use the information found in the meta-data
dictionary.

Change-Id: Ifbf559d016396406d95e3e63804c8704d163dd28

// Forward decalaration for pointer
class ImageIOBase;

Copy link
Member

@blowekamp blowekamp Apr 3, 2017

Choose a reason for hiding this comment

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

Following sitk::ImageReaderBase, please add the following forward declaration here:

template<class T>
class SmartPointer;

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

zivy added 2 commits April 3, 2017 10:28
Change-Id: I468045a03c25223eab6f42a74fc85d6e8b51ee25
Change-Id: I33e4f657898a8c645010c4f88f4269d18b4d1818
@blowekamp
Copy link
Member

This branch has been updates in #139

@blowekamp blowekamp closed this Apr 3, 2017
@zivy zivy deleted the dicomWrite branch June 8, 2017 13:39
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.

None yet

2 participants