←Select platform

IsRequest Property

Summary
Gets or sets a value indicating whether the DICOM Associate is an Associate Request or an Associate Accept.
Syntax
C#
Objective-C
C++/CLI
public bool IsRequest { get; set; } 
@property (nonatomic, assign) BOOL isRequest; 
public: 
property bool IsRequest { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to set the DICOM Associate to an Associate Request; false to set the DICOM Associate to an Associate Accept.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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