DicomObjects.NET Core Documentation
DicomObjects.Validation Namespace / ValidationOptions Class / Detailed Property



In This Topic
    Detailed Property
    In This Topic
    Include data length compatibility check for VR (Character Repertoire) and allowed VM for associated attribute as specified in the Standard
    Syntax
    'Declaration
     
    
    Public Property Detailed As Boolean
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As Boolean
     
    instance.Detailed = value
     
    value = instance.Detailed
    public bool Detailed {get; set;}
    public:
    property bool Detailed {
       bool get();
       void set (    bool value);
    }
    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