ClinicalTrialPurpose 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 purposes of a clinical trial.
public readonly struct ClinicalTrialPurpose : IEquatable<Azure.Health.Insights.ClinicalMatching.ClinicalTrialPurpose>
type ClinicalTrialPurpose = struct
Public Structure ClinicalTrialPurpose
Implements IEquatable(Of ClinicalTrialPurpose)
- Inheritance
-
ClinicalTrialPurpose
- Implements
Constructors
ClinicalTrialPurpose(String) |
Initializes a new instance of ClinicalTrialPurpose. |
Properties
BasicScience |
basicScience. |
DeviceFeasibility |
deviceFeasibility. |
Diagnostic |
diagnostic. |
HealthServicesResearch |
healthServicesResearch. |
NotApplicable |
notApplicable. |
Other |
other. |
Prevention |
prevention. |
Screening |
screening. |
SupportiveCare |
supportiveCare. |
Treatment |
treatment. |
Methods
Equals(ClinicalTrialPurpose) |
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(ClinicalTrialPurpose, ClinicalTrialPurpose) |
Determines if two ClinicalTrialPurpose values are the same. |
Implicit(String to ClinicalTrialPurpose) |
Converts a string to a ClinicalTrialPurpose. |
Inequality(ClinicalTrialPurpose, ClinicalTrialPurpose) |
Determines if two ClinicalTrialPurpose values are not the same. |
Applies to
Azure SDK for .NET