VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.AspNetCore.ApiControllers Namespace / VintasoftDicomApiController Class / ExecuteDicomRequest(WebDicomRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteDicomRequest(WebDicomRequestParams) Method (VintasoftDicomApiController)
    In This Topic
    Executes the DICOM request.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function ExecuteDicomRequest( _
    ByVal requestParams
    Information, from client, for DICOM request.
    As Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams _
    ) As Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams ExecuteDicomRequest(
    Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams* ExecuteDicomRequest(
    Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams^ ExecuteDicomRequest(
    Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information, from client, for DICOM request.

    Return Value

    Response, from server, for DICOM request.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also