RecommendationFindingStatusType 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.
Recommendation finding status.
public readonly struct RecommendationFindingStatusType : IEquatable<Azure.Health.Insights.RadiologyInsights.RecommendationFindingStatusType>
type RecommendationFindingStatusType = struct
Public Structure RecommendationFindingStatusType
Implements IEquatable(Of RecommendationFindingStatusType)
- Inheritance
-
RecommendationFindingStatusType
- Implements
Constructors
| Name | Description |
|---|---|
| RecommendationFindingStatusType(String) |
Initializes a new instance of RecommendationFindingStatusType. |
Properties
| Name | Description |
|---|---|
| Conditional |
Conditional finding status. |
| Differential |
Differential finding status. |
| Present |
Present finding status. |
| RuleOut |
Rule out finding status. |
Methods
| Name | Description |
|---|---|
| Equals(RecommendationFindingStatusType) |
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
| Name | Description |
|---|---|
| Equality(RecommendationFindingStatusType, RecommendationFindingStatusType) |
Determines if two RecommendationFindingStatusType values are the same. |
| Implicit(String to RecommendationFindingStatusType) |
Converts a String to a RecommendationFindingStatusType. |
| Inequality(RecommendationFindingStatusType, RecommendationFindingStatusType) |
Determines if two RecommendationFindingStatusType values are not the same. |