다음을 통해 공유


PatientInfoSex 구조체

정의

환자의 섹스.

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

생성자

PatientInfoSex(String)

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

속성

Female

여성.

Male

남성.

Unspecified

불특정.

메서드

Equals(PatientInfoSex)

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

ToString()

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

연산자

Equality(PatientInfoSex, PatientInfoSex)

PatientInfoSex 값이 같은지 확인합니다.

Implicit(String to PatientInfoSex)

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

Inequality(PatientInfoSex, PatientInfoSex)

PatientInfoSex 값이 같지 않은지 확인합니다.

적용 대상