LT-92: Just adding comments to MaxTargetsPerOrgan criteria class
This commit is contained in:
parent
18bee6c603
commit
ed2f0ee36b
@ -11,6 +11,12 @@ export const MaxTargetsPerOrganSchema = {
|
||||
required: ['limit']
|
||||
};
|
||||
|
||||
/*
|
||||
* MaxTargetsPerOrganCriterion
|
||||
* Check if the number of target measurements per organ exceeded the limit allowed
|
||||
* Options
|
||||
* limit: Max targets allowed in study
|
||||
*/
|
||||
export class MaxTargetsPerOrganCriterion extends BaseCriterion {
|
||||
|
||||
constructor(options) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user