LT-92: Just adding comments to MaxTargetsPerOrgan criteria class

This commit is contained in:
Leonardo Campos 2017-01-13 16:53:08 -02:00 committed by Bruno Alves de Faria
parent 18bee6c603
commit ed2f0ee36b

View File

@ -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) {