ProfileConfiguration

constructor(appId: String, configType: String = ConfigType.Profile.name, id: String, fhirResource: FhirResourceConfig, secondaryResources: List<FhirResourceConfig>? = null, profileParams: List<String> = emptyList(), rules: List<RuleConfig> = emptyList(), topAppBar: TopBarConfig? = null, views: List<ViewProperties> = emptyList(), fabActions: List<NavigationMenuConfig> = emptyList(), overFlowMenuItems: List<OverflowMenuItemConfig> = emptyList(), filterActiveResources: List<ActiveResourceFilterConfig> = listOf( ActiveResourceFilterConfig(resourceType = ResourceType.Patient, active = true), ActiveResourceFilterConfig(resourceType = ResourceType.Group, active = true), ), configRules: List<RuleConfig>? = null, contentBackgroundColor: String? = "#F2F4F7")