Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures
MedSamplingStrategy.h File Reference

Sampling methods over MedRegistry Object. More...

#include <vector>
#include <random>
#include "LabelParams.h"
#include <InfraMed/InfraMed/MedPidRepository.h>
#include "MedEnums.h"
#include "FilterParams.h"

Go to the source code of this file.

Data Structures

class  MedSamplingStrategy
 An abstract class with sampling methods over registry records to convert to MedSamples. More...
 
class  MedSamplingTimeWindow
 A Class which samples records on registry for certain time window. More...
 
class  MedSamplingAge
 A Class which samples by age from age to age by jump and find match in registry. More...
 
class  MedSamplingDates
 Samples between given dates for ech patient. More...
 
class  MedSamplingFixedTime
 A Class which samples from start_time to end_time by jump and find match in registry. More...
 
class  MedSamplingYearly
 DEPRECATED - A Class which samples by year from year to year by jump and find match in registry. More...
 
class  MedSamplingStick
 A Sampler to sample on one of signals test. More...
 

Detailed Description

Sampling methods over MedRegistry Object.