DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / ValidateAll Method



In This Topic
    ValidateAll Method
    In This Topic
    Validate all DicomAttributes within the DicomDataset based on its ValidationOptions
    Syntax
    'Declaration
     
    
    Public Function ValidateAll() As List(Of ValidationException)
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As List(Of ValidationException)
     
    value = instance.ValidateAll()
    public List<ValidationException> ValidateAll()
    public:
    List<ValidationException^>^ ValidateAll(); 

    Return Value

    A list of validation errors as DicomObjects.Validation.ValidationException objects
    Remarks
    If there are no errors, then an Empty list is returned
    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