20extern vector<string> ConflictMode_to_name;
21ConflictMode ConflictMode_name_to_type(
const string& ConflictMode_name);
33extern vector<string> TimeWindow_to_name;
34TimeWindowMode TimeWindow_name_to_type(
const string& TimeWindow_name);
TimeWindowMode
Definition MedEnums.h:25
@ Within
"within" - need to be within start_time and end_time - contained fully time window.
@ All_
"all" - takes all not testing for anything
@ After_Start
"after_start" - need to be after start_time of registry
@ Before_Start
"before_start" - need to be before start_time of registry
@ Before_End
"before_end" - need to be before end_time of registry
ConflictMode
Definition MedEnums.h:12
@ Bitwise_Max
"bitwise_max" - max on each multilabel entry
@ Drop
"drop" - drop when conflcit
@ Max
"max" - take max on conflict
@ Last
"last" - take last value