ProviderSchedulingDepartmen
The table contains the departments in which each of your providers will be scheduled. A provider can be scheduled in multiple departments; therefore, the primary key for this table is a combination of provider ID and line number of the department in the provider's record.
| Column Name | Type | Description |
|---|---|---|
| UseDepartmentVisitTypeLimitIndicator | VARCHAR | Indicates whether department level visit type limits should be used for this provider and department. Y indicates that the provider in this department uses department visit type limits. N or a null value indicates that the provider in this department does not use department visit type limits. |
| ProviderDefaultAccountClass | INTEGER | The account class indicates the entity responsible for charges for a specific appointment. This item stores the default account class for a provider within a specific department. |
| IsProviderInactiveInDepartmentForScheduling | VARCHAR | Indicates if the provider is inactive for scheduling in this department. Y indicates the provider is inactive. N or null indicate the provider is active. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| PublishClinicianOptionCategory | INTEGER | The category ID of the 'Publish Clinician Option' which is used to determine which provider to send to Choose and Book for this provider's slots. The default is 1 - Send Lead Consultant. |
| SchedulingDepartmentIdentifier | NUMERIC | The unique ID of the department in which the provider can be scheduled, provided that the provider is active for scheduling in the department (i.e. that INACT_CAD_DEPT_YN is null or 'N'). |
| DaysUntilUnavailableRestrictionRemoved | INTEGER | The number of days before a batch job (using template 82) removes the "day unavailable" restriction from a provider's schedule. This numeric value has a default of zero and must be a non-negative integer. |
| PublishSlotsToChooseAndBookIndicator | VARCHAR | Indicates if the provider's slots can be sent to Choose and Book. Y indicates the slots can be sent to Choose and Book. N means they cannot be sent. A null value indicates they cannot be sent. |
| AcceptsNewPatientsInDepartmentIndicator | VARCHAR | If this provider is taking new patients in this department, indicate so here. If a provider is active in this department and this value is not set, then the value from I SER 26000 will be used. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| ProviderTeamSubgroupIdentification | NUMERIC | The unique ID of the team subgroup for this row. This column is frequently used to link to the SUBGROUP table. This subgroup will be added to the search provider list in appointment entry when the user selects the provider and clicks on the "Team" button. Note that if the subgroup entered is not used by the associated department, the "Team" button will not be enabled for the provider. |