DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ValidationOptions Class
Properties Methods


In This Topic
    ValidationOptions Class Members
    In This Topic

    The following tables list the members exposed by ValidationOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    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
    Public Methods
     NameDescription
    Public Method Member comparison  
    Public Method Generate member hash  
    Top
    See Also