2016-06-27 01:45:38 +02:00
|
|
|
|
namespace BeWo.View.Search
|
|
|
|
|
|
{
|
|
|
|
|
|
public enum SearchMode
|
|
|
|
|
|
{
|
|
|
|
|
|
All,
|
|
|
|
|
|
ActiveApprovedLVRSupportConcepts,
|
|
|
|
|
|
CostBearer,
|
|
|
|
|
|
ActiveCostbearer2SupportConcepts,
|
|
|
|
|
|
OnlyToOrganisationRelatedPersons,
|
2024-10-17 16:11:28 +02:00
|
|
|
|
OnlyTeamMember,
|
2024-11-15 15:13:07 +01:00
|
|
|
|
OnlyValidGkvOrganisations
|
2016-06-27 01:45:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|