Search Results for

    Show / Hide Table of Contents

    Class AAbort

    A-ABORT

    Inheritance
    Object
    AAbort
    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 AAbort : PDU

    Constructors

    AAbort()

    Initializes new A-ABORT

    Declaration
    public AAbort()

    AAbort(DicomAbortSource, DicomAbortReason)

    Initializes new A-ABORT

    Declaration
    public AAbort(DicomAbortSource source, DicomAbortReason reason)
    Parameters
    Type Name Description
    DicomAbortSource source

    Abort source

    DicomAbortReason reason

    Abort reason

    Properties

    Reason

    Abort reason

    Declaration
    public DicomAbortReason Reason { get; }
    Property Value
    Type Description
    DicomAbortReason

    Source

    Abort source

    Declaration
    public DicomAbortSource Source { get; }
    Property Value
    Type Description
    DicomAbortSource

    Methods

    Read(RawPDU)

    Reads A-ABORT 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 A-ABORT 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