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



In This Topic
    ResolveInternalUris Method
    In This Topic
    Validate all URI related to Bulk Data
    Syntax
    'Declaration
     
    
    Public Sub ResolveInternalUris( _
       ByVal RequireAllData As Boolean _
    ) 
    'Usage
     
    
    Dim instance As RestfulResponse
    Dim RequireAllData As Boolean
     
    instance.ResolveInternalUris(RequireAllData)
    public void ResolveInternalUris( 
       bool RequireAllData
    )
    public:
    void ResolveInternalUris( 
       bool RequireAllData
    ) 

    Parameters

    RequireAllData
    If true, then an exception is thrown if any items cannot be found
    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