Class TopicalCoverage
Provides information to describe the topical coverage of a study.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class TopicalCoverage : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields
Constructors
TopicalCoverage()
Initializes a new instance of the TopicalCoverage class.
Declaration
public TopicalCoverage()
Properties
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
bool |
|
Keywords
Gets a collection of keywords.
Declaration
[Display(GroupName = "Coverage:Topics", Order = 310)]
public ObservableCollection<CodeValue> Keywords { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
Subjects
Gets a collection of subjects that indicate the topical coverage.
Declaration
[Display(GroupName = "Coverage:Topics", Order = 300)]
public ObservableCollection<CodeValue> Subjects { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()