Table of Contents

Class DicomCodecExtensions

Namespace
FellowOakDicom.Imaging.Codec
Assembly
fo-dicom.core.dll

Extension methods associated with DICOM transfer syntax change.

public static class DicomCodecExtensions
Inheritance
DicomCodecExtensions
Inherited Members

Methods

Clone(DicomDataset, DicomTransferSyntax, DicomCodecParams)

Create a copy of the specified DICOM dataset with requested transfer syntax.

public static DicomDataset Clone(this DicomDataset dataset, DicomTransferSyntax syntax, DicomCodecParams parameters = null)

Parameters

dataset DicomDataset

DICOM dataset to copy.

syntax DicomTransferSyntax

Requested transfer syntax for the created DICOM dataset.

parameters DicomCodecParams

Codec parameters.

Returns

DicomDataset

DICOM dataset with modified transfer syntax.

Clone(DicomFile, DicomTransferSyntax, DicomCodecParams)

Create a copy of the specified DICOM file with requested transfer syntax.

public static DicomFile Clone(this DicomFile file, DicomTransferSyntax syntax, DicomCodecParams parameters = null)

Parameters

file DicomFile

DICOM file to copy.

syntax DicomTransferSyntax

Requested transfer syntax for the created DICOM file.

parameters DicomCodecParams

Codec parameters.

Returns

DicomFile

DICOM file with modified transfer syntax.