# Functions
ParseSpecificCharacterSet converts DICOM character encoding names, such as "ISO-IR 100" to encoding.Decoder(s).
# Constants
AlphabeticCodingSystem is for writing a name in (English) alphabets.
IdeographicCodingSystem is for writing the name in the native writing system (Kanji).
PhoneticCodingSystem is for hirakana and/or katakana.
# Structs
CodingSystem defines how a DICOM []byte is translated into a utf8 string.
# Type aliases
CodingSystemType defines the where the coding system is going to be used.