Creates a new DICOM default transfer syntax instance with default character repertoire.
Creates a new DICOM default transfer syntax instance with default character repertoire.
public TransferSyntax();
Creates a new DICOM transfer syntax instance from specified transfer syntax UID data element and default character repertoire.
public TransferSyntax(DataElement);
Creates a new DICOM transfer syntax instance from specified transfer syntax UID data element and specified DICOM character repertoire.
public TransferSyntax(DataElement,CharacterRepertoire);
Creates a new DICOM transfer syntax instance from specified data set containing a transfer syntax UID data element and default character repertoire.
public TransferSyntax(DataSet);
Creates a new DICOM transfer syntax instance from specified data set containing a transfer syntax UID data element and specified character repertoire.
public TransferSyntax(DataSet,CharacterRepertoire);
Creates a new DICOM transfer syntax instance from specified DICOM UID and default character repertoire.
public TransferSyntax(Uid);
Creates a new DICOM transfer syntax instance from specified DICOM UID and default character repertoire.
public TransferSyntax(Uid,CharacterRepertoire);
Creates a new DICOM transfer syntax instance from specified DICOM UID string representation and default character repertoire.
public TransferSyntax(string);
Creates a new DICOM transfer syntax instance from specified DICOM UID string representation and specified DICOM character repertoire.
public TransferSyntax(string,CharacterRepertoire);
TransferSyntax Class | openDicom.Encoding Namespace