DicomObjects Reference
DicomObjects Reference / DicomConnection Object / LastStatus Property
LastStatus Property
Description
Status of last operation (equivalent to Status(1))
Property type
Read-only property
Syntax
Visual Basic
Public Property LastStatus As Long
Remarks
A useful shortcut which makes it easier to access the result of the last operation performed, where only a single result is expected (e.g. after SendVerify).  Like all similar properties, it is only valid when isReady is true.
See Also