| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomUIDCategory Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomUIDCategory | |
| C# | |
|---|---|
public enum DicomUIDCategory : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomUIDCategory : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Application | Application Context Name Supported in Silverlight, Windows Phone 7. |
| Class | SOP Class Supported in Silverlight, Windows Phone 7. |
| Instance | SOP Instance Supported in Silverlight, Windows Phone 7. |
| MetaClass | Meta SOP Class Supported in Silverlight, Windows Phone 7. |
| Other | Unknown Supported in Silverlight, Windows Phone 7. |
| Transfer1 | Transfer Syntax - Uncompressed Image Supported in Silverlight, Windows Phone 7. |
| Transfer2 | Transfer Syntax - Compressed Image Supported in Silverlight, Windows Phone 7. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomUIDCategory
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code