1#ifndef __MED_SAMPLING_HELPER__
2#define __MED_SAMPLING_HELPER__
4#include "FilterParams.h"
5#include "MedRegistryRecord.h"
6#include <MedProcessTools/MedProcessTools/MedSamples.h>
45 int time_from,
int time_to,
int censor_time_from,
int censor_time_to,
66 bool filter_no_censor =
true);
85 ,
const vector<const MedRegistryRecord *> &r_censor,
int time_from,
int time_to,
int censor_time_from,
int censor_time_to,
87 ConflictMode conflict_mode, vector<MedSample> &idSamples,
88 int &no_rule_found,
int &conflict_count,
int &done_count,
bool treat_0_class_as_other_classes,
bool filter_no_censor =
true,
bool show_conflicts =
false);
TimeWindowMode
Definition MedEnums.h:25
ConflictMode
Definition MedEnums.h:12
A class which represnt a registry record of patient in time range from start_date to end_date It has ...
Definition MedRegistryRecord.h:11
A warpper class for initializing rules for time window interaction.
Definition LabelParams.h:14