Compartir a través de


PatientInfoSex Estructura

Definición

El sexo del paciente.

public readonly struct PatientInfoSex : IEquatable<Azure.Health.Insights.ClinicalMatching.PatientInfoSex>
type PatientInfoSex = struct
Public Structure PatientInfoSex
Implements IEquatable(Of PatientInfoSex)
Herencia
PatientInfoSex
Implementaciones

Constructores

PatientInfoSex(String)

Inicializa una nueva instancia de la clase PatientInfoSex.

Propiedades

Female

Mujer.

Male

masculino.

Unspecified

Indeterminado.

Métodos

Equals(PatientInfoSex)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(PatientInfoSex, PatientInfoSex)

Determina si dos PatientInfoSex valores son iguales.

Implicit(String to PatientInfoSex)

Convierte una cadena en un PatientInfoSex.

Inequality(PatientInfoSex, PatientInfoSex)

Determina si dos PatientInfoSex valores no son los mismos.

Se aplica a