comparisonGroup property

List<ResearchStudyComparisonGroup>? comparisonGroup
inherited

comparisonGroup Describes an expected event or sequence of events for one of the subjects of a study. E.g. for a living subject: exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. E.g. for a stability study: {store sample from lot A at 25 degrees for 1 month}, {store sample from lot A at 40 degrees for 1 month}.

Implementation

List<ResearchStudyComparisonGroup>? get comparisonGroup =>
    throw _privateConstructorUsedError;