Поделиться через


GuidanceRankingType Struct

Definition

Refers to how important a clinical guidance is.

public readonly struct GuidanceRankingType : IEquatable<Azure.Health.Insights.RadiologyInsights.GuidanceRankingType>
type GuidanceRankingType = struct
Public Structure GuidanceRankingType
Implements IEquatable(Of GuidanceRankingType)
Inheritance
GuidanceRankingType
Implements

Constructors

GuidanceRankingType(String)

Initializes a new instance of GuidanceRankingType.

Properties

High

high.

Low

low.

Methods

Equals(GuidanceRankingType)

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(GuidanceRankingType, GuidanceRankingType)

Determines if two GuidanceRankingType values are the same.

Implicit(String to GuidanceRankingType)

Converts a String to a GuidanceRankingType.

Inequality(GuidanceRankingType, GuidanceRankingType)

Determines if two GuidanceRankingType values are not the same.

Applies to