LateralityDiscrepancyType 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.
Laterality discrepancy type.
public readonly struct LateralityDiscrepancyType : IEquatable<Azure.Health.Insights.RadiologyInsights.LateralityDiscrepancyType>
type LateralityDiscrepancyType = struct
Public Structure LateralityDiscrepancyType
Implements IEquatable(Of LateralityDiscrepancyType)
- Inheritance
-
LateralityDiscrepancyType
- Implements
Constructors
LateralityDiscrepancyType(String) |
Initializes a new instance of LateralityDiscrepancyType. |
Properties
OrderLateralityMismatch |
Mismatch between order and text. |
TextLateralityContradiction |
Contradiction in text. |
TextLateralityMissing |
Missing laterality in text. |
Methods
Equals(LateralityDiscrepancyType) |
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(LateralityDiscrepancyType, LateralityDiscrepancyType) |
Determines if two LateralityDiscrepancyType values are the same. |
Implicit(String to LateralityDiscrepancyType) |
Converts a string to a LateralityDiscrepancyType. |
Inequality(LateralityDiscrepancyType, LateralityDiscrepancyType) |
Determines if two LateralityDiscrepancyType values are not the same. |
Applies to
Azure SDK for .NET