C# Class Dicom.Network.PDataTF

P-DATA-TF
Inheritance: PDU
Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
GetLengthOfPDVs ( ) : uint

Calculates the total length of the PDVs in this P-DATA-TF

PDataTF ( ) : System

Initializes new P-DATA-TF

Read ( RawPDU raw ) : void

Reads P-DATA-TF from PDU buffer

Write ( ) : RawPDU

Writes P-DATA-TF to PDU buffer

Method Details

GetLengthOfPDVs() public méthode

Calculates the total length of the PDVs in this P-DATA-TF
public GetLengthOfPDVs ( ) : uint
Résultat uint

PDataTF() public méthode

Initializes new P-DATA-TF
public PDataTF ( ) : System
Résultat System

Read() public méthode

Reads P-DATA-TF from PDU buffer
public Read ( RawPDU raw ) : void
raw RawPDU PDU buffer
Résultat void

Write() public méthode

Writes P-DATA-TF to PDU buffer
public Write ( ) : RawPDU
Résultat RawPDU