DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / OperationBaseArgs Class / Status Property



In This Topic
    Status Property (OperationBaseArgs)
    In This Topic
    The status to be sent back as a C-Echo response
    Syntax
    'Declaration
     
    
    Public Property Status As Integer
    'Usage
     
    
    Dim instance As OperationBaseArgs
    Dim value As Integer
     
    instance.Status = value
     
    value = instance.Status
    public int Status {get; set;}
    public:
    property int Status {
       int get();
       void set (    int value);
    }
    Remarks
    Set Status to Zero as a successful C-Echo response, none-zero status indicates C-Echo failure.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also