SlicerDicerFilterDefinition
This table contains information about SlicerDicer filters.
| Column Name | Type | Description |
|---|---|---|
| CopyIndexesForwardDailyIndicator | VARCHAR | Whether to copy indexes forward each day, or start anew. |
| RecordStatusValue | INTEGER | Stores the record status (hidden, soft-deleted, etc...) |
| FilterOptionListTableName | VARCHAR | Clarity table storing the list of options for this filter. |
| TableParameterType | VARCHAR | The name of the type of the table parameter. |
| LastOverrideCompilationInstant | DATETIME | Stores the instant when an override record was last compiled. |
| IsDetailTableColumnOnlyIndicator | VARCHAR | This column contains the value "Y" if this filter can only be used as a column in the detail table to present data to the user and cannot be used as a criterion. This column contains the value "N" or is NULL if this filter can be used as both a column in the detail table and as a criterion. |
| FilterIsNoAddIndicator | VARCHAR | Indicates whether this filter is no-add (current data is considered true at all times). |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| StoresLocalTimeIndicator | VARCHAR | This column contains the value "Y" if this filter stores an instant in the local time zone. This column contains the value "N" or is NULL if this filter stores an instant in the UTC time zone. Note that SlicerDicer treats data in date columns as midnight instants. |
| BuildOptimizedTablesIndicator | VARCHAR | Indicates whether optimized tables should be built for the filter. |
| FilterOptionListColumnName | VARCHAR | Column in the Clarity table storing the list of options for this filter. |
| FilterLookupTypeName | VARCHAR | This item stores the type of lookup for this filter. This matches the LookupTypeName column in the SdLookupDim table in the data warehouse. |
| FilterRecordCreationMechanism | INTEGER | A filter's record type broadly categorizes the mechanism by which the record was created. Filter records with a type of Standard are created by an administrator or released by Epic. Filters with a type of Auto-Generated are automatically generated in-workflow. |
| DataWarehouseTableNameIdentifier | INTEGER | The data warehouse ETL that retrieves data for this filter. |
| SlicerDicerFilterIdentifier | NUMERIC | The unique identifier (.1 item) for the filter record. |
| FilterDefinitionCreationDate | DATETIME | Stores the date the record was created. |
| FlowsheetMeasurementIdentification | VARCHAR | The unique ID of the flowsheet row used as a data source for this SlicerDicer filter. |
| IntraConnectOwnerCommunityId | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| FilterDataSourceCategoryIdentifier | INTEGER | The data source category ID for the SlicerDicer filter. |
| MyRecordTypeOrganizationLevelIdentifier | NUMERIC | The type of My Record, Department or User, which the filter supports. |
| BaseRecordIdentifier | NUMERIC | For an override record, this stores the ID of the base record. |
| FilterInformationWhereClause | VARCHAR | An optional short SQL expression which is used as an additional where clause in the selection of filter information. |
| CombineBooleanDetailsWithOrIndicator | VARCHAR | This column contains "Y" if the filter should only contain Boolean details and that they should be combined with OR. This will manifest itself in the UI for this filter by showing checkboxes for the details rather than buttons. |
| EpicLineageTypeCategoryIdentifier | INTEGER | The item type category ID that indicates what item type the Epic lineage is based on. Examples include ID and CSN. |
| FilterNumericLowerBound | NUMERIC | The lower bound for indexes with numeric values (numeric filters, or date filters entered as an age in years). |
| IsFilterListIndicator | VARCHAR | Stores whether this represents an individual filter, or a list of filters. |
| SlicerDicerFilterName | VARCHAR | The name of the SlicerDicer filter. |
| SlicerDicerFilterCategory | INTEGER | Stores which category of data the filter belongs to. |
| MaskLowCountsIndicator | VARCHAR | If set to No or left blank, users without security point 12 (See exact counts) will see "10 or fewer" when no base filters are selected and exact counts when this base filter is selected. If set to Yes, users without security point 12 will see "10 or fewer" even if the base filter is selected. |
| MaskLowCountLikeRootDefaultIndicator | INTEGER | If this item is set to Yes, measures created from this criterion will use the same low count threshold as the data model and mask exact counts if its result is too small. If set to No, measures from this criterion will not perform any special masking. Leaving blank is the same as setting Default - only dynamic data will be masked. If in any case, the number of applicable records is below the threshold, the value will be masked. |
| FilterInformationTableName | VARCHAR | The Caboodle table which contains the filter's information. |
| FilterIdentifierNumber | NUMERIC | The unique ID of the filter. This column does not translate the identifier for Intraconnect environments, so it should not be used for joins to other Clarity tables. Use FILTER_ID instead. |
| FilterDataTypeCategory | INTEGER | Stores the class of data this filter operates on. |
| BaseFilterExtensionIdentifier | NUMERIC | The unique ID of the extension record that determines valid base filter IDs and names. |
| FilterJoinLogicWhereClause | VARCHAR | An optional SQL expression which is used in a where clause to help create more efficient joining logic. |
| SupportedSummaryOrganizationalLevelIdentifier | NUMERIC | The unique ID of the IDO Summary Level the filter will be parameterized for. |
| CriteriaUnitOfMeasure | VARCHAR | This item stores the unit for numeric criteria. |
| FilterNumericUpperBound | NUMERIC | The upper bound for indexes with numeric values (numeric filters, or date filters entered as an age in years). |
| FilterIsInactiveIndicator | VARCHAR | Indicates whether this filter is inactive. |
| FilterConnectionTableName | VARCHAR | An optional table which is used to help connect the filter's information table in the SQL string generation. |
| OverrideContextValue | INTEGER | Stores the override context for the record. |
| RegistryMetricIdentifier | VARCHAR | The unique ID of the registry metric used as a data source for this SlicerDicer filter. |
| FilterConnectionDataExpression | VARCHAR | An optional column or short SQL expression which is used to help create more deterministic joining logic. |
| FilterInformationLookupStoredProcedure | VARCHAR | This item holds a stored procedure that is used to filter out lookup values. |
| FilterSnomedMappingViewName | VARCHAR | The view in Caboodle that is used for this filter's mapping from SNOMED IDs to Epic IDs. |