openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax.LoadFrom Method

Determines whether this instance is equal to another DICOM transfer syntax instance or not. Equality of the UIDs will be checked.

Overload List

Determines whether this instance is equal to another DICOM transfer syntax instance or not. Equality of the UIDs will be checked.

public void LoadFrom(DataElement);

Re-creates a DICOM transfer syntax instance from specified data set containing a transfer syntax UID data element and default character repertoire.

public void LoadFrom(DataSet);

See Also

TransferSyntax Class | openDicom.Encoding Namespace