'Declaration <HttpPostAttribute()> Public Function ExecuteDicomRequest( _
ByVal requestParamsInformation, from client, for DICOM request.As Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams _
) As Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams
[HttpPost()] public Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams ExecuteDicomRequest(
Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams requestParams
)
[HttpPost()] public: Vintasoft.Imaging.Dicom.Web.Services.WebDicomResponseParams* ExecuteDicomRequest(
Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams* requestParams
)
[HttpPost()] 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.