DicomObjects.NET.V8
DicomObjects Namespace / ValidationOptions Class

In This Topic
    ValidationOptions Class Properties
    In This Topic

    For a list of all members of this type, see ValidationOptions members.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Generate a Full ValidationOptions object  
    Public PropertyValidation for Character Set if Non-ASCII characters are present

    Specifically checking for (0008,0005) Specific Character Set. Refer to the Standard for more details

     
    Public PropertyInclude data length compatibility check for VR as specified in the Standard (Length of Value)  
    Public PropertyInclude data length compatibility check for VR (Character Repertoire) and allowed VM for associated attribute as specified in the Standard  
    Public PropertyValidation for attributes in the context of a Query with range matching

    Refer to the Standard for more details

     
    Public Propertystatic (Shared in Visual Basic)Generate a No ValidationOptions object  
    Public PropertyValidation of Private Attributes if present

    Non-standard, DicomObjects only option. Default is to skip validation for these types

     
    Public PropertyValidation of Private Sequences if present

    Non-standard, DicomObjects only option. Default is to skip validation for these types

     
    Public Propertystatic (Shared in Visual Basic)Generate a ValidationOptions object with ForQuery enabled  
    Top
    See Also