| Visual Basic (Declaration) | |
|---|---|
Public Enum IncludeNonDicomObjects Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IncludeNonDicomObjects | |
| C# | |
|---|---|
public enum IncludeNonDicomObjects : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class IncludeNonDicomObjects : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| ForPatient | Include objects for patient. |
| ForPhysician | Include objects for physician. |
| ForResearch | Include objects for research. |
| ForTeaching | Include objects for teaching. |
| No | Do not include non-DICOM objects. |
| Undefined | No specified. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.IncludeNonDicomObjects
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code