DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / ResolveInternalUris Method
If true, then an exception is thrown if any items cannot be found






    ResolveInternalUris Method
    Validate all URI related to Bulk Data
    Syntax
    'Declaration
     
    
    Public Sub ResolveInternalUris( _
       ByVal RequireAllData As System.Boolean _
    ) 
     
    'Usage
     
    
    Dim instance As RestfulResponse
    Dim RequireAllData As System.Boolean
     
    instance.ResolveInternalUris(RequireAllData)

    Parameters

    RequireAllData
    If true, then an exception is thrown if any items cannot be found
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also