C# Class Dicom.Network.PDV

PDV
Show file Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
PDV ( ) : System

Initializes new PDV

PDV ( byte pcid, byte value, bool command, bool last ) : System

Initializes new PDV

Read ( RawPDU raw ) : uint

Reads PDV from PDU buffer

Write ( RawPDU pdu ) : void

Writes PDV to PDU buffer

Method Details

PDV() public method

Initializes new PDV
public PDV ( ) : System
return System

PDV() public method

Initializes new PDV
public PDV ( byte pcid, byte value, bool command, bool last ) : System
pcid byte Presentation context ID
value byte PDV data
command bool Is command
last bool Is last fragment of command or data
return System

Read() public method

Reads PDV from PDU buffer
public Read ( RawPDU raw ) : uint
raw RawPDU PDU buffer
return uint

Write() public method

Writes PDV to PDU buffer
public Write ( RawPDU pdu ) : void
pdu RawPDU PDU buffer
return void