C# Class Dicom.Codec.DicomCodec

显示文件 Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
GetCodec ( DicomTransferSyntax ts ) : IDcmCodec
GetRegisteredCodecNames ( ) : string[]
GetRegisteredCodecs ( ) : List
HasCodec ( DicomTransferSyntax ts ) : bool
RegisterCodec ( DicomTransferSyntax ts, Type type ) : void
RegisterCodecs ( ) : void
RegisterExternalCodecs ( string path, string pattern ) : void

Private Methods

Method Description
RegisterCodecs ( Assembly asm ) : void

Method Details

GetCodec() public static method

public static GetCodec ( DicomTransferSyntax ts ) : IDcmCodec
ts Dicom.Data.DicomTransferSyntax
return IDcmCodec

GetRegisteredCodecNames() public static method

public static GetRegisteredCodecNames ( ) : string[]
return string[]

GetRegisteredCodecs() public static method

public static GetRegisteredCodecs ( ) : List
return List

HasCodec() public static method

public static HasCodec ( DicomTransferSyntax ts ) : bool
ts Dicom.Data.DicomTransferSyntax
return bool

RegisterCodec() public static method

public static RegisterCodec ( DicomTransferSyntax ts, Type type ) : void
ts Dicom.Data.DicomTransferSyntax
type System.Type
return void

RegisterCodecs() public static method

public static RegisterCodecs ( ) : void
return void

RegisterExternalCodecs() public static method

public static RegisterExternalCodecs ( string path, string pattern ) : void
path string
pattern string
return void