←Select platform

DicomCommandType Enumeration

Summary

Represents the possible Command Set types.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomCommandType   
Public Enum DicomCommandType  
    
    
public enum DicomCommandType    
public enum DicomCommandType 
Leadtools.Dicom.DicomCommandType = function() { }; 
Leadtools.Dicom.DicomCommandType.prototype = {<br/> 
  Undefined = 0x00000000, 
    CStore = 0x00000001, 
    CGet = 0x00000010, 
    CFind = 0x00000020, 
    CMove = 0x00000021, 
    CEcho = 0x00000030, 
    NReport = 0x00000100, 
    NGet = 0x00000110, 
    NSet = 0x00000120, 
    NAction = 0x00000130, 
    NCreate = 0x00000140, 
    NDelete = 0x00000150, 
    CCancel = 0x00000FFF, 
     
 }; 
public enum class DicomCommandType   

Members

ValueMemberDescription
0Undefined Undefined.
1CStore Composite Store Command.
16CGet Composite Get Command.
32CFind Composite Find Command.
33CMove Composite Move Command.
48CEcho Composite Echo Command.
256NReport Normalized Report Command.
272NGet Normalized Get Command.
288NSet Normalized Set Command.
304NAction Normalized Action Command.
320NCreate Normalized Create Command.
336NDelete Normalized Delete Command.
4095CCancel Composite Cancel Command.
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly