←Select platform

ImageSetSelectorUsage Enumeration

Summary

Specifies the usage for a ImageSetSelector.

Syntax
C#
VB
C++
public enum ImageSetSelectorUsage 
Public Enum ImageSetSelectorUsage 
public enum class ImageSetSelectorUsage sealed 

Members

0 Match

Include the SOP Instance in the image set if SelectorAttribute is not present.

1 NoMatch

Exclude the SOP Instance from the image set if SelectorAttribute is not present.

Remarks

These are the possible values for the ImageSetSelectorUsageFlag, and help define with SOP Instances to include in an image set. When considering an SOP Instance, if the SelectorAttribute is not present, then the SOP Instance is included in the image set if this value is ImageSetSelectorUsage.Match, and excluded otherwise.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly