Share via


TrialMatcherInferenceType Struct

Definition

The type of the Trial Matcher inference.

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

Constructors

TrialMatcherInferenceType(String)

Initializes a new instance of TrialMatcherInferenceType.

Properties

TrialEligibility

trialEligibility.

Methods

Equals(TrialMatcherInferenceType)

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

Determines if two TrialMatcherInferenceType values are the same.

Implicit(String to TrialMatcherInferenceType)

Converts a string to a TrialMatcherInferenceType.

Inequality(TrialMatcherInferenceType, TrialMatcherInferenceType)

Determines if two TrialMatcherInferenceType values are not the same.

Applies to