ClinicalTrialStudyType 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 study types of a clinical trial.
public readonly struct ClinicalTrialStudyType : IEquatable<Azure.Health.Insights.ClinicalMatching.ClinicalTrialStudyType>
type ClinicalTrialStudyType = struct
Public Structure ClinicalTrialStudyType
Implements IEquatable(Of ClinicalTrialStudyType)
- Inheritance
-
ClinicalTrialStudyType
- Implements
Constructors
ClinicalTrialStudyType(String) |
Initializes a new instance of ClinicalTrialStudyType. |
Properties
ExpandedAccess |
expandedAccess. |
Interventional |
interventional. |
Observational |
observational. |
PatientRegistries |
patientRegistries. |
Methods
Equals(ClinicalTrialStudyType) |
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(ClinicalTrialStudyType, ClinicalTrialStudyType) |
Determines if two ClinicalTrialStudyType values are the same. |
Implicit(String to ClinicalTrialStudyType) |
Converts a string to a ClinicalTrialStudyType. |
Inequality(ClinicalTrialStudyType, ClinicalTrialStudyType) |
Determines if two ClinicalTrialStudyType values are not the same. |
Applies to
Azure SDK for .NET