Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Health
Dicom
Core
Features
Store
StoreRequestValidator
C# Class Microsoft.Health.Dicom.Core.Features.Store.StoreRequestValidator
Provides functionality to validate an
StoreRequest
.
Show file
Open project: microsoft/dicom-server
Class Usage Examples
Public Methods
Method
Description
ValidateRequest
(
StoreRequest
request
) :
void
Validates an
StoreRequest
.
Method Details
ValidateRequest()
public
static
method
Validates an
StoreRequest
.
Thrown when request body is missing. Thrown when the specified StudyInstanceUID is not a valid identifier.
public
static
ValidateRequest
(
StoreRequest
request
) :
void
request
StoreRequest
The request to validate.
return
void