C# Class ClearCanvas.Dicom.DicomFragment

Compressed DICOM fragment.
显示文件 Open project: jasper-yeh/ClearCanvas Class Usage Examples

Public Methods

Method Description
DicomFragment ( ByteBuffer bb ) : System
Equals ( object obj ) : bool
GetByteArray ( ) : byte[]

Get a byte array for the frame's data.

GetByteBuffer ( ClearCanvas.Dicom.TransferSyntax syntax ) : ByteBuffer

Get a ByteBuffer for the frame's data.

GetHashCode ( ) : int

Private Methods

Method Description
DicomFragment ( DicomFragment source ) : System
DicomFragment ( ClearCanvas.Dicom.FileReference reference ) : System
Load ( ) : ByteBuffer

Method Details

DicomFragment() public method

public DicomFragment ( ByteBuffer bb ) : System
bb ByteBuffer
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetByteArray() public method

Get a byte array for the frame's data.
public GetByteArray ( ) : byte[]
return byte[]

GetByteBuffer() public method

Get a ByteBuffer for the frame's data.
public GetByteBuffer ( ClearCanvas.Dicom.TransferSyntax syntax ) : ByteBuffer
syntax ClearCanvas.Dicom.TransferSyntax
return ByteBuffer

GetHashCode() public method

public GetHashCode ( ) : int
return int