OncoPhenotypeInferenceType Struct

Definition

The type of the Onco Phenotype inference.

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

Constructors

OncoPhenotypeInferenceType(String)

Initializes a new instance of OncoPhenotypeInferenceType.

Properties

ClinicalStageM

clinicalStageM.

ClinicalStageN

clinicalStageN.

ClinicalStageT

clinicalStageT.

Histology

histology.

PathologicStageM

pathologicStageM.

PathologicStageN

pathologicStageN.

PathologicStageT

pathologicStageT.

TumorSite

tumorSite.

Methods

Equals(OncoPhenotypeInferenceType)

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

Determines if two OncoPhenotypeInferenceType values are the same.

Implicit(String to OncoPhenotypeInferenceType)

Converts a string to a OncoPhenotypeInferenceType.

Inequality(OncoPhenotypeInferenceType, OncoPhenotypeInferenceType)

Determines if two OncoPhenotypeInferenceType values are not the same.

Applies to