PatientInfoSex Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The patient's sex.
public readonly struct PatientInfoSex : IEquatable<Azure.Health.Insights.ClinicalMatching.PatientInfoSex>
type PatientInfoSex = struct
Public Structure PatientInfoSex
Implements IEquatable(Of PatientInfoSex)
- Inheritance
-
PatientInfoSex
- Implements
Constructors
PatientInfoSex(String) |
Initializes a new instance of PatientInfoSex. |
Properties
Female |
female. |
Male |
male. |
Unspecified |
unspecified. |
Methods
Equals(PatientInfoSex) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PatientInfoSex, PatientInfoSex) |
Determines if two PatientInfoSex values are the same. |
Implicit(String to PatientInfoSex) |
Converts a string to a PatientInfoSex. |
Inequality(PatientInfoSex, PatientInfoSex) |
Determines if two PatientInfoSex values are not the same. |
Applies to
Azure SDK for .NET