Columns
| Column | Type | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|
| chsp_session_override_id | int8 |
|
|
The unique ID of the CHSP session override. E.g. 123. |
|||
| chsp_service_type_id | int4 |
|
|
The unique ID of the CHSP service type. E.g. 456. |
|||
| company_id | int8 |
|
|
The company ID. E.g. 345. |
|||
| source_id | int8 |
|
|
The unique ID of the Invoice or PurchaseOrder. E.g. 781234569. |
|||
| chsp_outlet_name | varchar |
|
|
The name of the CHSP outlet where the service was provided. E.g. “Community and Home Support”. |
|||
| community_names | text |
|
|
The names of the communities linked with the membership. E.g. “Anita,Clients,Wellbeing Team”. |
|||
| source_type | varchar |
|
|
The type of source. E.g. “PurchaseOrder” or “Invoice”. |
|||
| is_mapped_to_new_service_code | bool |
|
|
Whether the service is mapped to new CHSP service codes. True or False. E.g. True. |
|||
| created_at_in_company_tz | timestamp |
|
|
The date and time the CHSP session override was created (in the company timezone). E.g. 2021-03-02 00:12:59.996101. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fct_chsp_service_transactions_pkey | Primary key | Asc | chsp_session_override_id |
| fct_chsp_service_transactions_chsp_service_type_id_idx | Performance | Asc | chsp_service_type_id |
| fct_chsp_service_transactions_company_id_idx | Performance | Asc | company_id |
| fct_chsp_service_transactions_source_type_idx | Performance | Asc | source_type |