다음을 통해 공유


DocumentType 구조체

정의

환자 문서의 형식(예: 'note'(텍스트 문서) 또는 'fhirBundle'(FHIR JSON 문서)입니다.

public readonly struct DocumentType : IEquatable<Azure.Health.Insights.CancerProfiling.DocumentType>
type DocumentType = struct
Public Structure DocumentType
Implements IEquatable(Of DocumentType)
상속
DocumentType
구현

생성자

DocumentType(String)

DocumentType의 새 인스턴스를 초기화합니다.

속성

Dicom

Dicom.

FhirBundle

fhirBundle.

GenomicSequencing

genomicSequencing.

Note

참고.

메서드

Equals(DocumentType)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

ToString()

이 인스턴스의 정규화된 형식 이름을 반환합니다.

연산자

Equality(DocumentType, DocumentType)

DocumentType 값이 같은지 여부를 확인합니다.

Implicit(String to DocumentType)

문자열을 DocumentType으로 변환합니다.

Inequality(DocumentType, DocumentType)

DocumentType 값이 동일하지 않은지 확인합니다.

적용 대상