Search Results for

    Show / Hide Table of Contents

    Class PDataTF

    P-DATA-TF

    Inheritance
    Object
    PDataTF
    Implements
    PDU
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Object.ToString()

    Write()

    Writes P-DATA-TF to PDU buffer

    Declaration
    public RawPDU Write()
    Returns
    Type Description
    RawPDU

    PDU buffer

    Implements

    PDU
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors