Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Health
Dicom
Core
Features
Store
StoreRequestValidator
C# 클래스 Microsoft.Health.Dicom.Core.Features.Store.StoreRequestValidator
Provides functionality to validate an
StoreRequest
.
파일 보기
프로젝트 열기: microsoft/dicom-server
1 사용 예제들
공개 메소드들
메소드
설명
ValidateRequest
(
StoreRequest
request
) :
void
Validates an
StoreRequest
.
메소드 상세
ValidateRequest()
공개
정적인
메소드
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.
리턴
void