Priority Property

Summary

Gets or sets priority level of the message

Syntax
C#
VB
C++
public DicomCommandPriorityType Priority { get; set; } 
  
Public Property Priority As DicomCommandPriorityType 
public: 
property DicomCommandPriorityType Priority { 
   DicomCommandPriorityType get(); 
   void set (    DicomCommandPriorityType ); 
} 

Property Value

A System.Int32 value that represents the message id.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly