ClinicalTrialSource 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 sources of a clinical trial.
public readonly struct ClinicalTrialSource : IEquatable<Azure.Health.Insights.ClinicalMatching.ClinicalTrialSource>
type ClinicalTrialSource = struct
Public Structure ClinicalTrialSource
Implements IEquatable(Of ClinicalTrialSource)
- Inheritance
-
ClinicalTrialSource
- Implements
Constructors
ClinicalTrialSource(String) |
Initializes a new instance of ClinicalTrialSource. |
Properties
ClinicaltrialsGov |
clinicaltrials.gov. |
Custom |
custom. |
Methods
Equals(ClinicalTrialSource) |
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(ClinicalTrialSource, ClinicalTrialSource) |
Determines if two ClinicalTrialSource values are the same. |
Implicit(String to ClinicalTrialSource) |
Converts a string to a ClinicalTrialSource. |
Inequality(ClinicalTrialSource, ClinicalTrialSource) |
Determines if two ClinicalTrialSource values are not the same. |
Applies to
Azure SDK for .NET