←Select platform

InformationCommand Property

Summary

Gets the command associated with the Command Set.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomCommandType InformationCommand { get; } 
Public ReadOnly Property InformationCommand As Leadtools.Dicom.DicomCommandType 
public Leadtools.Dicom.DicomCommandType InformationCommand {get;} 
public DicomCommandType getInformationCommand() 
 get_InformationCommand();  
public: 
property Leadtools.Dicom.DicomCommandType InformationCommand { 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly