Skip to content

[WIP] Add a dictionary for DICOM metadata to DICOMImage class#4

Open
zachmullen wants to merge 7 commits intomainfrom
dicom-image-io
Open

[WIP] Add a dictionary for DICOM metadata to DICOMImage class#4
zachmullen wants to merge 7 commits intomainfrom
dicom-image-io

Conversation

@zachmullen
Copy link
Contributor

No description provided.

template< typename TPixel, unsigned int VImageDimension >
MetaDataDictionary &
DICOMImage< TPixel, VImageDimension >
::GetDICOMMetaData(void)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Per modern style we omit the "void"

@thewtex
Copy link
Collaborator

thewtex commented Jul 19, 2016

Cool. This a good start. We could change the data structure later if we find a more specific one is beneficial.

Please add tests for the new methods.

{
/** \class DICOMImageIO
*
* \brief Read DICOM image file format.
Copy link
Collaborator

Choose a reason for hiding this comment

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

To fix the failing test, add

\ingroup DICOM

here.

@thewtex
Copy link
Collaborator

thewtex commented Aug 31, 2016

Looking good!

@zachmullen
Copy link
Contributor Author

Given the time crunch, this turned into a really rudimentary prototype for testing file-based anonymization using profiles. That basic aspect is demonstrated in the test, though it's still a far cry from the feature-completeness that CTP provides with their profiles.

@thewtex
Copy link
Collaborator

thewtex commented Aug 31, 2016

+1 for rapid, agile development that plants incremental flags in usefulness. :-)

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.

2 participants