Transcode

DicomFile.Transcode method

Transcodes this DicomFile from MetaInfo.TransferSyntax to the given syntax.

public DicomFile Transcode(TransferSyntax syntax)
ParameterTypeDescription
syntaxTransferSyntaxThe destination transfer syntax DICOM file will be transcoded to.

Return Value

The transcoded DicomFile.

Exceptions

exceptioncondition
MedicalApiExceptionTranscoding from MetaInfo.TransferSyntax to the given syntax is not supported.

See Also