←Select platform

InformationCommand Property

Summary
Gets the command associated with the Command Set.
Syntax
C#
VB
C++
Java
public DicomCommandType InformationCommand { get; } 
Public ReadOnly Property InformationCommand As DicomCommandType 
public DicomCommandType getInformationCommand() 
public: 
property DicomCommandType InformationCommand { 
   DicomCommandType get(); 
} 

Property Value

The command associated with the Command Set.

Remarks

A Command Set is a special type of Data Set. Therefore, to create a Command Set, create a Data Set by instantiating DicomDataSet, and then initialize it by calling InitializeCommandSet method.

Example

For an example, refer to InitializeCommandSet.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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