ResearchStudyStatusCodeType 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.
public readonly struct ResearchStudyStatusCodeType : IEquatable<Azure.Health.Insights.RadiologyInsights.ResearchStudyStatusCodeType>
type ResearchStudyStatusCodeType = struct
Public Structure ResearchStudyStatusCodeType
Implements IEquatable(Of ResearchStudyStatusCodeType)
- Inheritance
-
ResearchStudyStatusCodeType
- Implements
Constructors
ResearchStudyStatusCodeType(String) |
Initializes a new instance of ResearchStudyStatusCodeType. |
Properties
Active |
The study is open for accrual. |
AdministrativelyCompleted |
Study is completed prematurely and will not resume; patients are no longer examined nor treated. |
Approved |
Protocol is approved by the review board. |
ClosedToAccrual |
Study is closed for accrual; patients can be examined and treated. |
ClosedToAccrualAndIntervention |
The study is closed to accrual and intervention, i.e. the study is closed to enrollment, all study subjects have completed treatment or intervention but are still being followed according to the primary objective of the study. |
Completed |
Study is closed to accrual and intervention, i.e. the study is closed to enrollment, all study subjects have completed treatment or intervention but are still being followed according to the primary objective of the study. |
Disapproved |
Protocol was disapproved by the review board. |
InReview |
Protocol is submitted to the review board for approval. |
TemporarilyClosedToAccrual |
The study is temporarily closed to accrual; a pause in accrual while study is reviewed, but is expected to resume. |
TemporarilyClosedToAccrualAndIntervention |
Study is temporarily closed for accrual; can be potentially resumed in the future. |
Withdrawn |
Protocol was withdrawn by the lead organization. |
Methods
Equals(ResearchStudyStatusCodeType) |
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(ResearchStudyStatusCodeType, ResearchStudyStatusCodeType) |
Determines if two ResearchStudyStatusCodeType values are the same. |
Implicit(String to ResearchStudyStatusCodeType) |
Converts a string to a ResearchStudyStatusCodeType. |
Inequality(ResearchStudyStatusCodeType, ResearchStudyStatusCodeType) |
Determines if two ResearchStudyStatusCodeType values are not the same. |
Applies to
Azure SDK for .NET