C# Class ClearCanvas.Dicom.DicomFragmentSequence

DicomAttribute representing compressed pixel data encoding rules.
Inheritance: ClearCanvas.Dicom.DicomAttribute
Mostra file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Protected Properties

Property Type Description
_fragments List
_table List

Public Methods

Method Description
AddFragment ( DicomFragment fragment ) : void
Copy ( ) : ClearCanvas.Dicom.DicomAttribute
DicomFragmentSequence ( ClearCanvas.Dicom.DicomTag tag ) : System
DicomFragmentSequence ( uint tag ) : System
Dump ( StringBuilder sb, string prefix, DicomDumpOptions options ) : void

Method for dumping the contents of the attribute to a string.

Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValueType ( ) : Type
SetEmptyValue ( ) : void
SetNullValue ( ) : void
SetOffsetTable ( ByteBuffer table ) : void
SetOffsetTable ( List table ) : void
ToString ( ) : string

Private Methods

Method Description
CalculateWriteLength ( ClearCanvas.Dicom.TransferSyntax syntax, DicomWriteOptions options ) : uint
Copy ( bool copyBinary ) : ClearCanvas.Dicom.DicomAttribute
DicomFragmentSequence ( DicomFragmentSequence attrib ) : System
GetByteBuffer ( ClearCanvas.Dicom.TransferSyntax syntax, string specificCharacterSet ) : ByteBuffer

Method Details

AddFragment() public method

public AddFragment ( DicomFragment fragment ) : void
fragment DicomFragment
return void

Copy() public method

public Copy ( ) : ClearCanvas.Dicom.DicomAttribute
return ClearCanvas.Dicom.DicomAttribute

DicomFragmentSequence() public method

public DicomFragmentSequence ( ClearCanvas.Dicom.DicomTag tag ) : System
tag ClearCanvas.Dicom.DicomTag
return System

DicomFragmentSequence() public method

public DicomFragmentSequence ( uint tag ) : System
tag uint
return System

Dump() public method

Method for dumping the contents of the attribute to a string.
public Dump ( StringBuilder sb, string prefix, DicomDumpOptions options ) : void
sb StringBuilder The StringBuilder to write the attribute to.
prefix string A prefix to place before the value.
options DicomDumpOptions The to use for the output string.
return void

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValueType() public method

public GetValueType ( ) : Type
return System.Type

SetEmptyValue() public method

public SetEmptyValue ( ) : void
return void

SetNullValue() public method

public SetNullValue ( ) : void
return void

SetOffsetTable() public method

public SetOffsetTable ( ByteBuffer table ) : void
table ByteBuffer
return void

SetOffsetTable() public method

public SetOffsetTable ( List table ) : void
table List
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

_fragments protected_oe property

protected List _fragments
return List

_table protected_oe property

protected List _table
return List