C# Class Dicom.Network.PDV

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

Méthodes publiques

Méthode 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 méthode

Initializes new PDV
public PDV ( ) : System
Résultat System

PDV() public méthode

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
Résultat System

Read() public méthode

Reads PDV from PDU buffer
public Read ( RawPDU raw ) : uint
raw RawPDU PDU buffer
Résultat uint

Write() public méthode

Writes PDV to PDU buffer
public Write ( RawPDU pdu ) : void
pdu RawPDU PDU buffer
Résultat void