Class PDataTF
P-DATA-TF
Implements
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public class PDataTF : PDU
Constructors
PDataTF()
Initializes new P-DATA-TF
Declaration
public PDataTF()
Properties
PDVs
PDVs in this P-DATA-TF
Declaration
public List<PDV> PDVs { get; }
Property Value
Type | Description |
---|---|
List<PDV> |
Methods
GetLengthOfPDVs()
Calculates the total length of the PDVs in this P-DATA-TF
Declaration
public uint GetLengthOfPDVs()
Returns
Type | Description |
---|---|
UInt32 | Length of PDVs |
Read(RawPDU)
Reads P-DATA-TF from PDU buffer
Declaration
public void Read(RawPDU raw)
Parameters
Type | Name | Description |
---|---|---|
RawPDU | raw | PDU buffer |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
Write()
Writes P-DATA-TF to PDU buffer
Declaration
public RawPDU Write()
Returns
Type | Description |
---|---|
RawPDU | PDU buffer |