DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Errors Property
In This Topic
    Errors Property
    In This Topic
    Description
    DicomDataSet used to return errors identified in the query request
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Errors As DicomDataSet
    Remarks

    If a client identifies errors in a DicomConnection, it should place appropriate values into this property before calling SendStatus with an appropriate error code.
    The appropriate elements to be inserted into this dataset are:

    (0000,0901) : Offending Element
    (0000,0902) : Error Comment

    Only the appropriate elements, as defined by the returned status will be transmitted.

    See Also