C# Class ClearCanvas.Dicom.IO.DicomStreamReader

Afficher le fichier Open project: jasper-yeh/ClearCanvas Class Usage Examples

Méthodes publiques

Méthode Description
ConsumeStreamBytes ( Stream stream, long length ) : void
DicomStreamReader ( Stream stream ) : System
Read ( DicomTag stopAtTag, DicomReadOptions options ) : DicomReadStatus
Read ( DicomTag stopAtTag, DicomReadOptions options, bool stopAfterFileMetaInfo ) : DicomReadStatus

Private Methods

Méthode Description
NeedMoreData ( long count ) : DicomReadStatus

Method Details

ConsumeStreamBytes() public static méthode

public static ConsumeStreamBytes ( Stream stream, long length ) : void
stream Stream
length long
Résultat void

DicomStreamReader() public méthode

public DicomStreamReader ( Stream stream ) : System
stream Stream
Résultat System

Read() public méthode

public Read ( DicomTag stopAtTag, DicomReadOptions options ) : DicomReadStatus
stopAtTag DicomTag
options DicomReadOptions
Résultat DicomReadStatus

Read() public méthode

public Read ( DicomTag stopAtTag, DicomReadOptions options, bool stopAfterFileMetaInfo ) : DicomReadStatus
stopAtTag DicomTag
options DicomReadOptions
stopAfterFileMetaInfo bool
Résultat DicomReadStatus