←Select platform

DicomCommandPriorityType Enumeration

Summary
Represents the possible priority levels of the message.
Syntax
C#
Objective-C
C++/CLI
public enum DicomCommandPriorityType   
typedef NS_ENUM(NSInteger, LTDicomCommandPriorityType) { 
	LTDicomCommandPriorityTypeLow = 0x0002,  
	LTDicomCommandPriorityTypeMedium = 0x0000,  
	LTDicomCommandPriorityTypeHigh = 0x0001,  
}; 
public enum class DicomCommandPriorityType   
Members
ValueMemberDescription
0Medium Medium priority message.
1Heigh High priority message.
2Low Low priority message.
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

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

Leadtools.Dicom Assembly

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