XdsObjects Help file
XdsObjects Namespace / XdsDomain.AuditSchemaType Enumeration



XdsDomain.AuditSchemaType Enumeration
Specify which Schema to use when formatting Audit message
Syntax
Public Enum XdsDomain.AuditSchemaType 
   Inherits System.Enum
Dim instance As XdsDomain.AuditSchemaType
public enum XdsDomain.AuditSchemaType : System.Enum 
public enum class XdsDomain.AuditSchemaType : public System.Enum 
Members
MemberDescription
DICOM Schema developed and used by DICOM
RFC_3881 The Orignal RFC schema used by IHE
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         XdsObjects.XdsDomain.AuditSchemaType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also