Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomCommandType Enumeration








Represents the possible Command Set types.
Syntax
'Declaration
 
Public Enum DicomCommandType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000Undefined Undefined.
0x00000001CStore Composite Store Command.
0x00000010CGet Composite Get Command.
0x00000020CFind Composite Find Command.
0x00000021CMove Composite Move Command.
0x00000030CEcho Composite Echo Command.
0x00000100NReport Normalized Report Command.
0x00000110NGet Normalized Get Command.
0x00000120NSet Normalized Set Command.
0x00000130NAction Normalized Action Command.
0x00000140NCreate Normalized Create Command.
0x00000150NDelete Normalized Delete Command.
0x00000FFFCCancel Composite Cancel Command.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features