C# Class ClearCanvas.Dicom.DicomFragmentSequence

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

Protected Properties

Свойство Type Description
_fragments List
_table List

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddFragment ( DicomFragment fragment ) : void
fragment DicomFragment
Résultat void

Copy() public méthode

public Copy ( ) : ClearCanvas.Dicom.DicomAttribute
Résultat ClearCanvas.Dicom.DicomAttribute

DicomFragmentSequence() public méthode

public DicomFragmentSequence ( ClearCanvas.Dicom.DicomTag tag ) : System
tag ClearCanvas.Dicom.DicomTag
Résultat System

DicomFragmentSequence() public méthode

public DicomFragmentSequence ( uint tag ) : System
tag uint
Résultat System

Dump() public méthode

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.
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValueType() public méthode

public GetValueType ( ) : Type
Résultat System.Type

SetEmptyValue() public méthode

public SetEmptyValue ( ) : void
Résultat void

SetNullValue() public méthode

public SetNullValue ( ) : void
Résultat void

SetOffsetTable() public méthode

public SetOffsetTable ( ByteBuffer table ) : void
table ByteBuffer
Résultat void

SetOffsetTable() public méthode

public SetOffsetTable ( List table ) : void
table List
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_fragments protected_oe property

protected List _fragments
Résultat List

_table protected_oe property

protected List _table
Résultat List