openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax Properties

The properties of the TransferSyntax class are listed below. For a complete list of TransferSyntax class members, see the TransferSyntax Members topic.

Public Instance Properties

CharacterRepertoire Returns the corresponding DICOM character repertoire.
IsImplicitVR Returns whether this transfer syntax instance uses implicit DICOM value representations. Implicit VRs can only be accessed from the data element dictionary and are not part of a DICOM stream.
IsLittleEndian Returns whether this transfer syntax uses little endian byte ordering. This is relevant in context of de-/encoding of DICOM stream content according to IsMachineLittleEndian.
IsMachineLittleEndian Returns whether the underlying machine is a little endian byte ordering architecture or not.
Uid Access the DICOM UID indentifying this transfer syntax instance.

See Also

TransferSyntax Class | openDicom.Encoding Namespace