C# Class Dicom.Network.PDataTF

P-DATA-TF
Inheritance: PDU
显示文件 Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method 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 method

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

PDataTF() public method

Initializes new P-DATA-TF
public PDataTF ( ) : System
return System

Read() public method

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

Write() public method

Writes P-DATA-TF to PDU buffer
public Write ( ) : RawPDU
return RawPDU