C# Class Dicom.Data.DcmFragmentSequence

Inheritance: DcmItem
Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
AddFragment ( ByteBuffer fragment ) : void
Clone ( ) : DcmItem
DcmFragmentSequence ( Dicom.Data.DicomTag tag, DicomVR vr ) : System
DcmFragmentSequence ( Dicom.Data.DicomTag tag, DicomVR vr, long pos, Endian endian ) : System
Dump ( StringBuilder sb, string prefix, DicomDumpOptions options ) : void
SetOffsetTable ( ByteBuffer table ) : void
SetOffsetTable ( List table ) : void

Méthodes protégées

Méthode Description
ChangeEndianInternal ( ) : void

Private Methods

Méthode Description
CalculateWriteLength ( DicomTransferSyntax syntax, DicomWriteOptions options ) : uint
Preload ( ) : void
Unload ( ) : void

Method Details

AddFragment() public méthode

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

ChangeEndianInternal() protected méthode

protected ChangeEndianInternal ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : DcmItem
Résultat DcmItem

DcmFragmentSequence() public méthode

public DcmFragmentSequence ( Dicom.Data.DicomTag tag, DicomVR vr ) : System
tag Dicom.Data.DicomTag
vr DicomVR
Résultat System

DcmFragmentSequence() public méthode

public DcmFragmentSequence ( Dicom.Data.DicomTag tag, DicomVR vr, long pos, Endian endian ) : System
tag Dicom.Data.DicomTag
vr DicomVR
pos long
endian Dicom.IO.Endian
Résultat System

Dump() public méthode

public Dump ( StringBuilder sb, string prefix, DicomDumpOptions options ) : void
sb StringBuilder
prefix string
options DicomDumpOptions
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