←Select platform

WaitOptions Property

Summary

Options that affect the performance of the store sub-operations on a C-MOVE-REQ.

Syntax

C#
C++/CLI
public StoreScuWaitOptions WaitOptions { get; set; } 
public:  
   property StoreScuWaitOptions^ WaitOptions 
   { 
      StoreScuWaitOptions^ get() 
      void set(StoreScuWaitOptions^ value) 
   } 

Property Value

Value Member Description
0 NoWait Do not wait between C-STORE sub-operations.
1 AlwaysWait Wait a specified number of milliseconds after each C-STORE sub-operation.
2 NoWaitOnMultipleStore If there are two or more C-STORE sub-operations, do no wait between sub-operations. If there is a single C-STORE sub-operation, wait a specified number of milliseconds.

Remarks

This enumeration is used to specify options that affect the performance of the store sub-operations on a C-MOVE-REQ.

It is for internal use.

Requirements

Target Platforms

See Also

StoreScu Class

StoreScu Members

Leadtools.Dicom.Scu Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.