Change use of Character to Octet in DV_MULTIMEDIA.
Raise CR
Analysis
Resolution
Raise CR
Analysis
Resolution
Description
In the Data Types class DV_MULTIMEDIA, the data and integrity_check are held in attributes of type Array<Character>, but they should be Array<Octet> to conform to standards, and to avoid confusion that the data should be treated as character strings (which they should not).
In the Data Types class DV_MULTIMEDIA, the data and integrity_check are held in attributes
of type Array<Character>, but they should be Array<Octet> to conform to standards, and
to avoid confusion that the data should be treated as character strings (which they should not).