C#
VB
C++
Gets or sets a value indicating whether the DICOM Associate is an Associate Request or an Associate Accept.
public bool IsRequest { get; set; }
Public Property IsRequest As Boolean
public:
property bool IsRequest {
bool get();
void set ( bool value);
}
true to set the DICOM Associate to an Associate Request; false to set the DICOM Associate to an Associate Accept.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET