OncoPhenotypeInferenceType 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.
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
Azure SDK for .NET