class CharacterSetConverter is used for converting string values from one DICOM character set to another; character set names are those specified for the SpecificCharacterSet DICOM tag
More...
#include <DCMTree_CharacterSetConverter.h>
|
class | Factory |
| factory class must be installed by implementing DLL More...
|
|
class CharacterSetConverter is used for converting string values from one DICOM character set to another; character set names are those specified for the SpecificCharacterSet DICOM tag
Definition at line 42 of file DCMTree_CharacterSetConverter.h.
◆ FactoryPtr
◆ ~CharacterSetConverter()
virtual DCMTree::CharacterSetConverter::~CharacterSetConverter |
( |
| ) |
|
|
virtual |
◆ convert()
convert the string to the new character set, returns false if the conversion had errors (but the conversion will still be performed as far as possible)
◆ create()
create a CharacterSetConverter for the given pair of encodings; will return an identity conversion if both new and original character set name are the same; will return NULL if the conversion is not supported
Note: conversions between ASCII, Latin1 and UTF8 are supported independent of the implementing toolkit (legacy support)
◆ setFactory()
The concrete singleton is set by the implementing DLL.
The documentation for this class was generated from the following file: