DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / StowEventArgs Class / SetSuccess Method
The accepted instance

In This Topic
    SetSuccess Method (StowEventArgs)
    In This Topic
    Indicate that an instance was accepted
    Syntax
    'Declaration
     
    
    Public Sub SetSuccess( _
       ByVal DataSet As DicomDataSet _
    ) 
    public void SetSuccess( 
       DicomDataSet DataSet
    )

    Parameters

    DataSet
    The accepted instance
    Remarks
    Either this, or SetFailed(DicomDataSet,Int32) should be called for each instance in DataSets before returning from the event
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also