C#
Objective-C
C++
public enum DicomRoleSupport
typedef NS_ENUM(NSInteger, LTDicomRoleSupport) {
LTDicomRoleSupportSupported = 1,
LTDicomRoleSupportUnsupported = 0,
};
public enum class DicomRoleSupport
Value | Member | Description |
---|---|---|
0 | Unsupported | The role is not supported. |
1 | Supported | The role is supported. |
For an example, refer to IsRoleSelect.