ClinicalTrialPhase 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.
Possible phases of a clinical trial.
public readonly struct ClinicalTrialPhase : IEquatable<Azure.Health.Insights.ClinicalMatching.ClinicalTrialPhase>
type ClinicalTrialPhase = struct
Public Structure ClinicalTrialPhase
Implements IEquatable(Of ClinicalTrialPhase)
- Inheritance
-
ClinicalTrialPhase
- Implements
Constructors
ClinicalTrialPhase(String) |
Initializes a new instance of ClinicalTrialPhase. |
Properties
EarlyPhase1 |
earlyPhase1. |
NotApplicable |
notApplicable. |
Phase1 |
phase1. |
Phase2 |
phase2. |
Phase3 |
phase3. |
Phase4 |
phase4. |
Methods
Equals(ClinicalTrialPhase) |
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(ClinicalTrialPhase, ClinicalTrialPhase) |
Determines if two ClinicalTrialPhase values are the same. |
Implicit(String to ClinicalTrialPhase) |
Converts a string to a ClinicalTrialPhase. |
Inequality(ClinicalTrialPhase, ClinicalTrialPhase) |
Determines if two ClinicalTrialPhase values are not the same. |
Applies to
Azure SDK for .NET