Skip to content

feat(core): allow per-frame private DICOM attributes

Didier WECKMANN requested to merge allow-per-frame-dicom-attributes into dev

Description

Adds two methods in Series: setMultiFramePrivateValue() and getMultiFramePrivateValue() that allows to put private DICOM attributes in a per-frame functional group.

Closes #number

How to test it?

  • See the added unit tests

Merge request reports