VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Dicom.AspNetCore.ApiControllers Namespace / VintasoftDicomApiController Class / ExecuteDicomRequest(WebDicomRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    ExecuteDicomRequest(WebDicomRequestParams) Метод (VintasoftDicomApiController)
    В этом разделе
    Выполняет DICOM-запрос.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function ExecuteDicomRequest( _
    ByVal requestParams
    Информация от клиента для DICOM-запроса.
    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
    Информация от клиента для DICOM-запроса.

    Return Value

    Ответ от сервера для DICOM-запроса.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также