DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / SetDicomCodec Method
The transfer syntax of the data
The decompressor to use to access the frames etc.
The tream containing the data






In This Topic
    SetDicomCodec Method
    In This Topic
    Specify a "DICOM" codec
    Syntax
    'Declaration
     
    
    Public Sub SetDicomCodec( _
       ByVal TS As UID, _
       ByVal dec As IDecompressor, _
       ByVal Stream As System.IO.Stream _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim TS As UID
    Dim dec As IDecompressor
    Dim Stream As System.IO.Stream
     
    instance.SetDicomCodec(TS, dec, Stream)
    public void SetDicomCodec( 
       UID TS,
       IDecompressor dec,
       System.IO.Stream Stream
    )
    public procedure SetDicomCodec( 
        TS: UID;
        dec: IDecompressor;
        Stream: System.IO.Stream
    ); 
    public function SetDicomCodec( 
       TS : UID,
       dec : IDecompressor,
       Stream : System.IO.Stream
    );
    public: void SetDicomCodec( 
       UID* TS,
       IDecompressor* dec,
       System.IO.Stream* Stream
    ) 
    public:
    void SetDicomCodec( 
       UID^ TS,
       IDecompressor^ dec,
       System.IO.Stream^ Stream
    ) 

    Parameters

    TS
    The transfer syntax of the data
    dec
    The decompressor to use to access the frames etc.
    Stream
    The tream containing the data
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also