| Confidence | Control | Type | Screen | Reason |
|---|---|---|---|---|
| HIGH | drpFilterByDept | DropDown@0.0.45 | Screen_Home | Explicitly hidden (Visible=false); never referenced in any formula; no event handlers |
| HIGH | chcUserOperation | Classic/DropDown@2.3.1 | Screen_Manage_Users | Explicitly hidden (Visible=false); never referenced in any formula; event handlers contain only pass-through code |
| MEDIUM | con_ListHeaders_AP | GroupContainer@1.5.0 | Screen_Home | never referenced in any formula; no event handlers |
| MEDIUM | BedAvailable_Container_Update_5 | GroupContainer@1.5.0 | Screen_Manage_Beds | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_5 | GroupContainer@1.5.0 | Screen_Manage_Beds | never referenced in any formula; no event handlers |
| MEDIUM | lblTitle | FluentV8/Label@1.8.6 | Screen_Patient_Movement | never referenced in any formula; no event handlers |
| MEDIUM | lblConfirmationMsg | FluentV8/Label@1.8.6 | Screen_Patient_Movement | never referenced in any formula; no event handlers |
| MEDIUM | BedAvailable_Container_Update_3 | GroupContainer@1.5.0 | Screen_Patient_Movement | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_3 | GroupContainer@1.5.0 | Screen_Patient_Movement | never referenced in any formula; no event handlers |
| MEDIUM | DataCardValue1_1 | TextInput@0.0.54 | Screen_Update_Patient | never referenced in any formula; no event handlers |
| MEDIUM | BedAvailable_Container_Update_2 | GroupContainer@1.5.0 | Screen_Update_Patient | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_2 | GroupContainer@1.5.0 | Screen_Update_Patient | never referenced in any formula; no event handlers |
| MEDIUM | BedAvailable_Container_Update_6 | GroupContainer@1.5.0 | Screen_View_Bed | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_6 | GroupContainer@1.5.0 | Screen_View_Bed | never referenced in any formula; no event handlers |
| MEDIUM | dcValue_IntervalClinicalReview_1 | TextInput@0.0.54 | Screen_View_Patient | never referenced in any formula; no event handlers |
| MEDIUM | dcValue_TimeSpentInFacility_1 | TextInput@0.0.54 | Screen_View_Patient | never referenced in any formula; no event handlers |
| MEDIUM | BedAvailable_Container_Update_4 | GroupContainer@1.5.0 | Screen_View_Patient | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_4 | GroupContainer@1.5.0 | Screen_View_Patient | never referenced in any formula; no event handlers |
| Type | Name | Details | Locations |
|---|---|---|---|
| Write-Only Collection | colPatientRequirementsOptions | Collection 'colPatientRequirementsOptions' is populated but never read anywhere in the app | App > OnStart > App.pa.yaml ...ard)); ClearCollect(colPatientRequirementsOptions, Choices('VHW Bed Bookings |
| Unused Formula | TesterName | Named formula 'TesterName' is defined in App.Formulas but never referenced | App > Formulas > App.pa.yaml |
| Unused Formula | menuNoAccessGlobalNav | Named formula 'menuNoAccessGlobalNav' is defined in App.Formulas but never referenced | App > Formulas > App.pa.yaml |
| Name | Type | Confidence | Details | Locations |
|---|---|---|---|---|
| gal_C_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( 'VHW Bed Bookings List', Self.Visible |
| gal_PBR_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, (IsBlank(ddlFilterByD |
| gal_A_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Sort( Filter( colAdmittedRequests, (Is |
| gal_AP_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, (IsBlank(ddlFilterByDepar |
| gal_AWA_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_AWA_BBList > Items > Screen_Home.pa.yaml ...special case: // 1. SMF ward selection for the filter must display both SM |
| gal_ACR_BBList.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_ACR_BBList > Items > Screen_Home.pa.yaml // Optimised Filter( colA_ClinicianRequests, (IsBlank(ddlFilterByDepartm |
| gal_All_Patients.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | gal_All_Patients > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, (IsBlank(ddlFilterByDepa |
| imgbtnSaveItem.Image | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | imgbtnSaveItem > Image > Screen_Manage_Beds.pa.yaml ...g xmlns='http://www.w3.org/2000/svg' viewBox='" & LookUp( solidicons, |
| imgbtnSaveItem.OnSelect | gallery-lookup-filter | HIGH | Gallery item property uses Filter, First Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | imgbtnSaveItem > OnSelect > Screen_Manage_Beds.pa.yaml ... 'VHW Bed Register', First( Filter('VHW Bed Register', |
| imgbtnDeleteItem.Image | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | imgbtnDeleteItem > Image > Screen_Manage_Beds.pa.yaml ...g xmlns='http://www.w3.org/2000/svg' viewBox='" & LookUp( solidicons, |
| nbrBedCapacity.OnChange | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | nbrBedCapacity > OnChange > Screen_Manage_Beds.pa.yaml ... with modern controls. If( IsBlank( LookUp( colBedC |
| nbrBedCapacity.Value | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | nbrBedCapacity > Value > Screen_Manage_Beds.pa.yaml ...lease also see the OnChange event. Coalesce( LookUp(colBedCapacity, ID = |
| imgbtnDeleteUserItem.Image | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | imgbtnDeleteUserItem > Image > Screen_Manage_Users.pa.yaml ...g xmlns='http://www.w3.org/2000/svg' viewBox='" & LookUp( solidicons, |
| imgbtnSaveUserItem.Image | gallery-lookup-filter | HIGH | Gallery item property uses LookUp which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | imgbtnSaveUserItem > Image > Screen_Manage_Users.pa.yaml ...g xmlns='http://www.w3.org/2000/svg' viewBox='" & LookUp( solidicons, |
| galPatientMovement.Items | gallery-lookup-filter | HIGH | Gallery item property uses Filter which executes for every gallery item. This causes severe performance degradation with large datasets. Consider moving the lookup to the gallery's Items property or using delegation-friendly approaches. | galPatientMovement > Items > Screen_Patient_Movement.pa.yaml Sort( AddColumns( Filter( 'VHW Bed Bookings List', |
| Details |
|---|
| Found 14 collections used in the app: colA_AllOpenRequests, colA_ClinicianRequests, colA_PorterRequests, colA_WardRequests, colAdmittedRequests, colBedCapacity, colBedGraphData, colDeptList, colFullWardList, colOpenBookings, colP_BedReleaseRequests, colPatientRequirementsOptions, colSelectedPatients, colUserRegister |
| Name | Issue Type | Issue Type | Locations | Description |
|---|---|---|---|---|
| MEDIUM | d | multiple-updatecontext | Image_Refresg > OnSelect > Screen_Home.pa.yaml UpdateContext({blnRefreshTimerEnabled: Image_Refresg > OnSelect > Screen_Home.pa.yaml UpdateContext({locSearchKeyword: Image_Refresg > OnSelect > Screen_Home.pa.yaml UpdateContext({blnRefreshTimerEnabled: | Variable 'd' is updated multiple times with UpdateContext() in the same property. Consider combining into a single call |
| MEDIUM | d | multiple-updatecontext | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml UpdateContext( { locNewWard: LookUp('VHW Bed Register', btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml UpdateContext({blnUpdatePatientWard: | Variable 'd' is updated multiple times with UpdateContext() in the same property. Consider combining into a single call |
| MEDIUM | d | multiple-updatecontext | btnSaveUpdatePatient > OnSelect > Screen_Update_Patient.pa.yaml UpdateContext({locWardRecord: btnSaveUpdatePatient > OnSelect > Screen_Update_Patient.pa.yaml UpdateContext({locSaveButtonStateDisabled: | Variable 'd' is updated multiple times with UpdateContext() in the same property. Consider combining into a single call |
| MEDIUM | e | multiple-updatecontext | btnSaveBedGalleryItems > OnSelect > Screen_Manage_Beds.pa.yaml UpdateContext({locSaveAllBtnDisplayMode: btnSaveBedGalleryItems > OnSelect > Screen_Manage_Beds.pa.yaml UpdateContext({locSaveAllBtnDisplayMode: | Variable 'e' is updated multiple times with UpdateContext() in the same property. Consider combining into a single call |
| MEDIUM | n | multiple-updatecontext | btnMovePatients > OnSelect > Screen_Patient_Movement.pa.yaml UpdateContext( { txtConfirmBtnText: Self.Text, blnTrans btnMovePatients > OnSelect > Screen_Patient_Movement.pa.yaml UpdateContext({blnShowConfirmation: | Variable 'n' is updated multiple times with UpdateContext() in the same property. Consider combining into a single call |
| Function | Type | Issue | Data Source | Non-Delegable Construct | Full Expression | Locations | Confidence |
|---|---|---|---|---|---|---|---|
| Sort(Sort( Filter( colA_WardRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Sort( Filter( colA_WardRequests, (IsBlank(ddlFilterByDepartment.Selected.Valu… | gal_AWA_BBList > Items > Screen_Home.pa.yaml Sort( Sort( Filter( colA_WardRequests, (IsBl | HIGH |
| Type | Issue | Locations | Confidence | |
|---|---|---|---|---|
| Image_Refresg_2.OnSelect | concurrent-opportunity | 2 consecutive independent network operations could be wrapped in Concurrent() for better performance | Image_Refresg_2 > OnSelect > Screen_Manage_Users.pa.yaml Refresh(VHWUsers); ClearCollect(colUserRegister,VHWUsers) | MEDIUM |
| btnPopupUserForm_Submit_1.OnSelect | concurrent-opportunity | 4 consecutive independent network operations could be wrapped in Concurrent() for better performance | btnPopupUserForm_Submit_1 > OnSelect > Screen_Manage_Users.pa.yaml // Delete the user from the table. Remove(VHWUsers, LookUp(VHWUsers,'BBS User'.E | MEDIUM |
| Control | Type | Issue | Locations | Confidence |
|---|---|---|---|---|
| Original_WCG Header_5 | forall-data-modification | ForAll loop performs individual Patch operations against data source(s): 'VHW Bed Register'. Consider using a single batch Patch with a shaped table of records to reduce network requests and improve performance. | Original_WCG Header_5 > RightIconBehaviour > Screen_Manage_Beds.pa.yaml ForAll( Filter(gallery_Beds.AllItems, Ward = txtWard.Text), Patch( ' | HIGH |
| btnSaveBedGalleryItems | forall-data-modification | ForAll loop performs individual Patch operations against data source(s): 'VHW Bed Register'. Consider using a single batch Patch with a shaped table of records to reduce network requests and improve performance. | btnSaveBedGalleryItems > OnSelect > Screen_Manage_Beds.pa.yaml ForAll( Filter(gallery_Beds.AllItems, ID = Int(lblBedItemID.Text)), | HIGH |
| btnSaveAll | forall-data-modification | ForAll loop performs individual Patch operations against data source(s): VHWUsers. Consider using a single batch Patch with a shaped table of records to reduce network requests and improve performance. | btnSaveAll > OnSelect > Screen_Manage_Users.pa.yaml ForAll( Filter(gallery_Users.AllItems, ID = Int(txtItemID.Value)), | HIGH |
| btnMovePatientOnDialog | forall-data-modification | ForAll loop performs individual Patch operations against data source(s): 'VHW Bed Bookings List'. Consider using a single batch Patch with a shaped table of records to reduce network requests and improve performance. | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml ForAll( colSelectedPatients As recPatientWardToUpdate, Patch( | HIGH |
| Control / Item | Issue Type | Description | Confidence | Locations |
|---|---|---|---|---|
| txtSearch | empty-onselect | Control "txtSearch" has an empty or no-op OnSelect handler. If the control is interactive, this may confuse users or in… | MEDIUM | txtSearch > OnSelect > Screen_Home.pa.yaml |
| Container1_2 | hardcoded-color | Control "Container1_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Container1_2 > Fill > Components/Original_WCG Header_1.pa.yaml RGBA(0, 20, 137, 1) |
| Image1_2 | hardcoded-color | Control "Image1_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constants … | LOW | Image1_2 > BorderColor > Components/Original_WCG Header_1.pa.yaml RGBA(0, 18, 107, 1) |
| Label1_2 | hardcoded-color | Control "Label1_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label1_2 > Color > Components/Original_WCG Header_1.pa.yaml RGBA(255, 255,255, 1) |
| Label1_2 | hardcoded-color | Control "Label1_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constants … | LOW | Label1_2 > BorderColor > Components/Original_WCG Header_1.pa.yaml RGBA(0, 18, 107, 1) |
| imgBack_2 | hardcoded-color | Control "imgBack_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constants… | LOW | imgBack_2 > BorderColor > Components/Original_WCG Header_1.pa.yaml RGBA(0, 18, 107, 1) |
| imgSubmit_2 | hardcoded-color | Control "imgSubmit_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constan… | LOW | imgSubmit_2 > BorderColor > Components/Original_WCG Header_1.pa.yaml RGBA(0,18, 107, 1) |
| WCG Footer_1 | hardcoded-color | Control "WCG Footer_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_1 > Fill > Components/WCG Footer_1.pa.yaml RGBA(74, 74, 74,1) |
| imgWCGLogo_1 | hardcoded-color | Control "imgWCGLogo_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | imgWCGLogo_1 > BorderColor > Components/WCG Footer_1.pa.yaml RGBA(0, 18, 107, 1) |
| lblWCGFooter_1 | hardcoded-color | Control "lblWCGFooter_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lblWCGFooter_1 > Color > Components/WCG Footer_1.pa.yaml RGBA(255, 255, 255, 1) |
| lblWCGFooter_1 | hardcoded-color | Control "lblWCGFooter_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | lblWCGFooter_1 > BorderColor > Components/WCG Footer_1.pa.yaml RGBA(0, 18, 107, 1) |
| imgWCGEmblem_1 | hardcoded-color | Control "imgWCGEmblem_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | imgWCGEmblem_1 > BorderColor > Components/WCG Footer_1.pa.yaml RGBA(0, 18, 107, 1) |
| WCG Footer_6 | hardcoded-color | Control "WCG Footer_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_6 > Fill > Screen_AdminHub.pa.yaml RGBA(74, 74, 74,1) |
| Rectangle2 | hardcoded-color | Control "Rectangle2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for m… | LOW | Rectangle2 > Fill > Screen_AdminHub.pa.yaml RGBA(0, 0, 0, 0) |
| Rectangle2 | hardcoded-color | Control "Rectangle2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constant… | LOW | Rectangle2 > BorderColor > Screen_AdminHub.pa.yaml RGBA(214, 221, 224, 1) |
| Rectangle2_1 | hardcoded-color | Control "Rectangle2_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle2_1 > Fill > Screen_AdminHub.pa.yaml RGBA(0, 0, 0, 0) |
| Rectangle2_1 | hardcoded-color | Control "Rectangle2_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle2_1 > BorderColor > Screen_AdminHub.pa.yaml RGBA(214, 221, 224, 1) |
| btnManageBeds | hardcoded-color | Control "btnManageBeds" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | btnManageBeds > Fill > Screen_AdminHub.pa.yaml RGBA(255, 255, 255, 1) |
| btnManageBeds | hardcoded-color | Control "btnManageBeds" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | btnManageBeds > Color > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 1) |
| btnManageBeds | hardcoded-color | Control "btnManageBeds" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | btnManageBeds > BorderColor > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 0.75) |
| btnManageUsers | hardcoded-color | Control "btnManageUsers" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | btnManageUsers > Fill > Screen_AdminHub.pa.yaml RGBA(255, 255, 255, 1) |
| btnManageUsers | hardcoded-color | Control "btnManageUsers" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | btnManageUsers > Color > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 1) |
| btnManageUsers | hardcoded-color | Control "btnManageUsers" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | btnManageUsers > BorderColor > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 0.75) |
| btnPatientManagement | hardcoded-color | Control "btnPatientManagement" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | btnPatientManagement > Fill > Screen_AdminHub.pa.yaml RGBA(255, 255, 255, 1) |
| btnPatientManagement | hardcoded-color | Control "btnPatientManagement" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | btnPatientManagement > Color > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 1) |
| btnPatientManagement | hardcoded-color | Control "btnPatientManagement" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named colo… | LOW | btnPatientManagement > BorderColor > Screen_AdminHub.pa.yaml RGBA(0, 20, 137, 0.75) |
| rectMenu | hardcoded-color | Control "rectMenu" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for mai… | LOW | rectMenu > Fill > Screen_Home.pa.yaml RGBA(127, 169, 174, 1) |
| Button_A_Clinician | hardcoded-color | Control "Button_A_Clinician" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | Button_A_Clinician > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_A_Clinician | hardcoded-color | Control "Button_A_Clinician" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color … | LOW | Button_A_Clinician > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_A_Clinician | hardcoded-color | Control "Button_A_Clinician" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color c… | LOW | Button_A_Clinician > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_Closed | hardcoded-color | Control "Button_Closed" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | Button_Closed > Color > Screen_Home.pa.yaml RGBA(255,255, 255, 1) |
| Button_Closed | hardcoded-color | Control "Button_Closed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | Button_Closed > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_Closed | hardcoded-color | Control "Button_Closed" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color consta… | LOW | Button_Closed > HoverColor > Screen_Home.pa.yaml RGBA(255,255, 255, 1) |
| Label_Closed | hardcoded-color | Control "Label_Closed" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | Label_Closed > Color > Screen_Home.pa.yaml RGBA(0,0, 0, 1) |
| Label_Closed | hardcoded-color | Control "Label_Closed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Label_Closed > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_Closed | hardcoded-color | Control "Label_Closed" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color constan… | LOW | Label_Closed > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Label_A_Clinician | hardcoded-color | Control "Label_A_Clinician" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | Label_A_Clinician > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_A_Clinician | hardcoded-color | Control "Label_A_Clinician" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color co… | LOW | Label_A_Clinician > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| txtSearch | hardcoded-color | Control "txtSearch" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | txtSearch > Color > Screen_Home.pa.yaml RGBA(0, 0, 0,1) |
| Button_A_Porter | hardcoded-color | Control "Button_A_Porter" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | Button_A_Porter > Color > Screen_Home.pa.yaml RGBA(255,255, 255,1) |
| Button_A_Porter | hardcoded-color | Control "Button_A_Porter" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | Button_A_Porter > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_A_Porter | hardcoded-color | Control "Button_A_Porter" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color cons… | LOW | Button_A_Porter > HoverColor > Screen_Home.pa.yaml RGBA(255, 255,255, 1) |
| Label_A_Porter | hardcoded-color | Control "Label_A_Porter" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | Label_A_Porter > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_A_Porter | hardcoded-color | Control "Label_A_Porter" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color const… | LOW | Label_A_Porter > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_Admitted | hardcoded-color | Control "Button_Admitted" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | Button_Admitted > Color > Screen_Home.pa.yaml RGBA(255,255,255, 1) |
| Button_Admitted | hardcoded-color | Control "Button_Admitted" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | Button_Admitted > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_Admitted | hardcoded-color | Control "Button_Admitted" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color cons… | LOW | Button_Admitted > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Label_Admitted | hardcoded-color | Control "Label_Admitted" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | Label_Admitted > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_Admitted | hardcoded-color | Control "Label_Admitted" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color const… | LOW | Label_Admitted > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_A_WardAcceptance | hardcoded-color | Control "Button_A_WardAcceptance" uses hardcoded RGBA color in "Color". Consider using theme variables or named color c… | LOW | Button_A_WardAcceptance > Color > Screen_Home.pa.yaml RGBA(255,255,255, 1) |
| Button_A_WardAcceptance | hardcoded-color | Control "Button_A_WardAcceptance" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | Button_A_WardAcceptance > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_A_WardAcceptance | hardcoded-color | Control "Button_A_WardAcceptance" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named co… | LOW | Button_A_WardAcceptance > HoverColor > Screen_Home.pa.yaml RGBA(255,255, 255, 1) |
| Label_A_WardAcceptance | hardcoded-color | Control "Label_A_WardAcceptance" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | Label_A_WardAcceptance > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_A_WardAcceptance | hardcoded-color | Control "Label_A_WardAcceptance" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named col… | LOW | Label_A_WardAcceptance > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| drpFilterByDept | hardcoded-color | Control "drpFilterByDept" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | drpFilterByDept > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Icon_ResetFilterDropdown | hardcoded-color | Control "Icon_ResetFilterDropdown" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | Icon_ResetFilterDropdown > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| Icon_ResetFilterDropdown | hardcoded-color | Control "Icon_ResetFilterDropdown" uses hardcoded RGBA color in "Color". Consider using theme variables or named color … | LOW | Icon_ResetFilterDropdown > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_P_BRelease | hardcoded-color | Control "Button_P_BRelease" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | Button_P_BRelease > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_P_BRelease | hardcoded-color | Control "Button_P_BRelease" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | Button_P_BRelease > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_P_BRelease | hardcoded-color | Control "Button_P_BRelease" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color co… | LOW | Button_P_BRelease > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Label_P_BRelease | hardcoded-color | Control "Label_P_BRelease" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | Label_P_BRelease > Color > Screen_Home.pa.yaml RGBA(0,0,0,1) |
| Label_P_BRelease | hardcoded-color | Control "Label_P_BRelease" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | Label_P_BRelease > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_P_BRelease | hardcoded-color | Control "Label_P_BRelease" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color con… | LOW | Label_P_BRelease > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lblRefreshScreen | hardcoded-color | Control "lblRefreshScreen" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | lblRefreshScreen > Color > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| WCG Footer_Home | hardcoded-color | Control "WCG Footer_Home" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | WCG Footer_Home > Fill > Screen_Home.pa.yaml RGBA(74, 74, 74,1) |
| Button_All_Queues | hardcoded-color | Control "Button_All_Queues" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | Button_All_Queues > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Button_All_Queues | hardcoded-color | Control "Button_All_Queues" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | Button_All_Queues > BorderColor > Screen_Home.pa.yaml RGBA(9, 33, 98, 1) |
| Button_All_Queues | hardcoded-color | Control "Button_All_Queues" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color co… | LOW | Button_All_Queues > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_C_BBList | hardcoded-color | Control "gal_C_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | gal_C_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_C_BBList | hardcoded-color | Control "gal_C_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | gal_C_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_7 | hardcoded-color | Control "glbl_Gender_7" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_7 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_DepartmentReferredTo_7 | hardcoded-color | Control "glbl_DepartmentReferredTo_7" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_7 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_7 | hardcoded-color | Control "glbl_PatientName_7" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | glbl_PatientName_7 > Fill > Screen_Home.pa.yaml If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admissi |
| Rectangle3_6 | hardcoded-color | Control "Rectangle3_6" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_6 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| gal_PBR_BBList | hardcoded-color | Control "gal_PBR_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | gal_PBR_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_PBR_BBList | hardcoded-color | Control "gal_PBR_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | gal_PBR_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_pbr | hardcoded-color | Control "glbl_Gender_pbr" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | glbl_Gender_pbr > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_DepartmentReferredTo_pbr | hardcoded-color | Control "glbl_DepartmentReferredTo_pbr" uses hardcoded RGBA color in "Fill". Consider using theme variables or named co… | LOW | glbl_DepartmentReferredTo_pbr > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_pbr | hardcoded-color | Control "glbl_PatientName_pbr" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | glbl_PatientName_pbr > Fill > Screen_Home.pa.yaml If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admissi |
| Rectangle3_5_pbr | hardcoded-color | Control "Rectangle3_5_pbr" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | Rectangle3_5_pbr > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| gal_A_BBList | hardcoded-color | Control "gal_A_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | gal_A_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_A_BBList | hardcoded-color | Control "gal_A_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | gal_A_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_PatientName_5 | hardcoded-color | Control "glbl_PatientName_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | glbl_PatientName_5 > Fill > Screen_Home.pa.yaml If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admissi |
| glbl_Gender_5 | hardcoded-color | Control "glbl_Gender_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_5 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_DepartmentReferredTo_5 | hardcoded-color | Control "glbl_DepartmentReferredTo_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_5 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| Rectangle3_4 | hardcoded-color | Control "Rectangle3_4" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_4 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| gal_AP_BBList | hardcoded-color | Control "gal_AP_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | gal_AP_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_AP_BBList | hardcoded-color | Control "gal_AP_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | gal_AP_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_4 | hardcoded-color | Control "glbl_Gender_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_4 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_Gender_4 | hardcoded-color | Control "glbl_Gender_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | glbl_Gender_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| glbl_Location_4 | hardcoded-color | Control "glbl_Location_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | glbl_Location_4 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_Location_4 | hardcoded-color | Control "glbl_Location_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | glbl_Location_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| glbl_DepartmentReferredTo_4 | hardcoded-color | Control "glbl_DepartmentReferredTo_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_4 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_4 | hardcoded-color | Control "glbl_PatientName_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | glbl_PatientName_4 > Fill > Screen_Home.pa.yaml //If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admis |
| glbl_PatientName_4 | hardcoded-color | Control "glbl_PatientName_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glbl_PatientName_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| glbl_FolderNumber_4 | hardcoded-color | Control "glbl_FolderNumber_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | glbl_FolderNumber_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| glbl_Age_4 | hardcoded-color | Control "glbl_Age_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for … | LOW | glbl_Age_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| Label6_4 | hardcoded-color | Control "Label6_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label6_4 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| Rectangle3_3 | hardcoded-color | Control "Rectangle3_3" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_3 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| Label6_5 | hardcoded-color | Control "Label6_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label6_5 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| Label6_13 | hardcoded-color | Control "Label6_13" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | Label6_13 > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'. |
| glh_Location_3 | hardcoded-color | Control "glh_Location_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | glh_Location_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_AcceptedWard_3 | hardcoded-color | Control "glh_AcceptedWard_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_AcceptedWard_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Requirements_1 | hardcoded-color | Control "glh_Requirements_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_Requirements_1 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Icon_ResetSortByDropdown | hardcoded-color | Control "Icon_ResetSortByDropdown" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | Icon_ResetSortByDropdown > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| Icon_ResetSortByDropdown | hardcoded-color | Control "Icon_ResetSortByDropdown" uses hardcoded RGBA color in "Color". Consider using theme variables or named color … | LOW | Icon_ResetSortByDropdown > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Icon_ResetFilterDropdown_RWard | hardcoded-color | Control "Icon_ResetFilterDropdown_RWard" uses hardcoded RGBA color in "Fill". Consider using theme variables or named c… | LOW | Icon_ResetFilterDropdown_RWard > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| Icon_ResetFilterDropdown_RWard | hardcoded-color | Control "Icon_ResetFilterDropdown_RWard" uses hardcoded RGBA color in "Color". Consider using theme variables or named … | LOW | Icon_ResetFilterDropdown_RWard > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Icon_ResetFilterDropdown_AWard | hardcoded-color | Control "Icon_ResetFilterDropdown_AWard" uses hardcoded RGBA color in "Fill". Consider using theme variables or named c… | LOW | Icon_ResetFilterDropdown_AWard > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| Icon_ResetFilterDropdown_AWard | hardcoded-color | Control "Icon_ResetFilterDropdown_AWard" uses hardcoded RGBA color in "Color". Consider using theme variables or named … | LOW | Icon_ResetFilterDropdown_AWard > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_3 | hardcoded-color | Control "glh_Department_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_AcceptedWard_4 | hardcoded-color | Control "glh_AcceptedWard_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_AcceptedWard_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_AWA_BBList | hardcoded-color | Control "gal_AWA_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | gal_AWA_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_AWA_BBList | hardcoded-color | Control "gal_AWA_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | gal_AWA_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| lbl_Department_AWA_Value | hardcoded-color | Control "lbl_Department_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lbl_Department_AWA_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_TimeSpentInFac_AWA_Value | hardcoded-color | Control "lbl_TimeSpentInFac_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named col… | LOW | lbl_TimeSpentInFac_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_TimeSpentInFac_AWA_Value | hardcoded-color | Control "lbl_TimeSpentInFac_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named co… | LOW | lbl_TimeSpentInFac_AWA_Value > Color > Screen_Home.pa.yaml /*If(DateDiff(ThisItem.'Clinician Reviewed Date', Now(), TimeUnit.Hours) > 8,RGB |
| lbl_RequestedWard_AWA_Value | hardcoded-color | Control "lbl_RequestedWard_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | lbl_RequestedWard_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_RequestedWard_AWA_Value | hardcoded-color | Control "lbl_RequestedWard_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named col… | LOW | lbl_RequestedWard_AWA_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Requirements_AWA_Value | hardcoded-color | Control "lbl_Requirements_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color… | LOW | lbl_Requirements_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_Requirements_AWA_Value | hardcoded-color | Control "lbl_Requirements_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named colo… | LOW | lbl_Requirements_AWA_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Location_AWA_Value | hardcoded-color | Control "lbl_Location_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | lbl_Location_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) //If(ThisItem.'Priority Admission EC Consultant request'.Value = " |
| lbl_Location_AWA_Value | hardcoded-color | Control "lbl_Location_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color co… | LOW | lbl_Location_AWA_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Gender_AWA_Value | hardcoded-color | Control "lbl_Gender_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | lbl_Gender_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) //If(ThisItem.'Priority Admission EC Consultant request'.Value = " |
| lbl_Gender_AWA_Value | hardcoded-color | Control "lbl_Gender_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_Gender_AWA_Value > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| lbl_Age_AWA_Value | hardcoded-color | Control "lbl_Age_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | lbl_Age_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_Age_AWA_Value | hardcoded-color | Control "lbl_Age_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | lbl_Age_AWA_Value > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| lbl_FolderNumber_AWA_Value | hardcoded-color | Control "lbl_FolderNumber_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color… | LOW | lbl_FolderNumber_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_FolderNumber_AWA_Value | hardcoded-color | Control "lbl_FolderNumber_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named colo… | LOW | lbl_FolderNumber_AWA_Value > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| lbl_PatientName_AWA_Value | hardcoded-color | Control "lbl_PatientName_AWA_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color … | LOW | lbl_PatientName_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_PatientName_AWA_Value | hardcoded-color | Control "lbl_PatientName_AWA_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color… | LOW | lbl_PatientName_AWA_Value > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| gal_ACR_BBList | hardcoded-color | Control "gal_ACR_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | gal_ACR_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_ACR_BBList | hardcoded-color | Control "gal_ACR_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | gal_ACR_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| lbl_Department_ACR_Value | hardcoded-color | Control "lbl_Department_ACR_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lbl_Department_ACR_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_Location_ACR_Value | hardcoded-color | Control "lbl_Location_ACR_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | lbl_Location_ACR_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| lbl_Gender_ACR_Value | hardcoded-color | Control "lbl_Gender_ACR_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | lbl_Gender_ACR_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| lbl_PatientName_ACR_Value | hardcoded-color | Control "lbl_PatientName_ACR_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color … | LOW | lbl_PatientName_ACR_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admissi |
| gal_All_Patients | hardcoded-color | Control "gal_All_Patients" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | gal_All_Patients > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_All_Patients | hardcoded-color | Control "gal_All_Patients" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | gal_All_Patients > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| lbl_Department_ALL_Value | hardcoded-color | Control "lbl_Department_ALL_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lbl_Department_ALL_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_Status_ALL_Value | hardcoded-color | Control "lbl_Status_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_Status_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_WardAccepted_ALL_Value | hardcoded-color | Control "lbl_WardAccepted_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named colo… | LOW | lbl_WardAccepted_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_PatientRequirements_ALL_Value | hardcoded-color | Control "lbl_PatientRequirements_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or nam… | LOW | lbl_PatientRequirements_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Location_ALL_Value | hardcoded-color | Control "lbl_Location_ALL_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | lbl_Location_ALL_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| lbl_Location_ALL_Value | hardcoded-color | Control "lbl_Location_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color co… | LOW | lbl_Location_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Gender_ALL_Value | hardcoded-color | Control "lbl_Gender_ALL_Value" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | lbl_Gender_ALL_Value > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| lbl_Gender_ALL_Value | hardcoded-color | Control "lbl_Gender_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_Gender_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_Age_ALL_Value | hardcoded-color | Control "lbl_Age_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | lbl_Age_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_FolderNumber_ALL_Value | hardcoded-color | Control "lbl_FolderNumber_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named colo… | LOW | lbl_FolderNumber_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| lbl_PatientName_ALL_Value | hardcoded-color | Control "lbl_PatientName_ALL_Value" uses hardcoded RGBA color in "Color". Consider using theme variables or named color… | LOW | lbl_PatientName_ALL_Value > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| con_ListHeaders_Common | hardcoded-color | Control "con_ListHeaders_Common" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | con_ListHeaders_Common > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| con_ListHeaders_C | hardcoded-color | Control "con_ListHeaders_C" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | con_ListHeaders_C > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Closed_Department | hardcoded-color | Control "glh_Closed_Department" uses hardcoded RGBA color in "Color". Consider using theme variables or named color con… | LOW | glh_Closed_Department > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Closed_WardAccepted | hardcoded-color | Control "glh_Closed_WardAccepted" uses hardcoded RGBA color in "Color". Consider using theme variables or named color c… | LOW | glh_Closed_WardAccepted > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| con_ListHeaders_PBR | hardcoded-color | Control "con_ListHeaders_PBR" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | con_ListHeaders_PBR > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| lbl_Department_PBR | hardcoded-color | Control "lbl_Department_PBR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | lbl_Department_PBR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Status_PBR | hardcoded-color | Control "lbl_Status_PBR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lbl_Status_PBR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_WardAccepted_PBR | hardcoded-color | Control "lbl_WardAccepted_PBR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_WardAccepted_PBR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| con_ListHeaders_A | hardcoded-color | Control "con_ListHeaders_A" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | con_ListHeaders_A > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| lbl_Diagnosis_A | hardcoded-color | Control "lbl_Diagnosis_A" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | lbl_Diagnosis_A > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| con_ListHeaders_AP | hardcoded-color | Control "con_ListHeaders_AP" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | con_ListHeaders_AP > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| con_ListHeaders_AWA | hardcoded-color | Control "con_ListHeaders_AWA" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | con_ListHeaders_AWA > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| lbl_AWA_Location | hardcoded-color | Control "lbl_AWA_Location" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | lbl_AWA_Location > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Department_AWA | hardcoded-color | Control "lbl_Department_AWA" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | lbl_Department_AWA > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_AWA_RequestedWard | hardcoded-color | Control "lbl_AWA_RequestedWard" uses hardcoded RGBA color in "Color". Consider using theme variables or named color con… | LOW | lbl_AWA_RequestedWard > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_AWA_PatientRequirements | hardcoded-color | Control "lbl_AWA_PatientRequirements" uses hardcoded RGBA color in "Color". Consider using theme variables or named col… | LOW | lbl_AWA_PatientRequirements > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_AWA_TimeSpentInFacility | hardcoded-color | Control "lbl_AWA_TimeSpentInFacility" uses hardcoded RGBA color in "Color". Consider using theme variables or named col… | LOW | lbl_AWA_TimeSpentInFacility > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| con_ListHeaders_ACR | hardcoded-color | Control "con_ListHeaders_ACR" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | con_ListHeaders_ACR > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| lbl_Department_ACR | hardcoded-color | Control "lbl_Department_ACR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | lbl_Department_ACR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Location_ACR | hardcoded-color | Control "lbl_Location_ACR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | lbl_Location_ACR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Diagnosis_ACR | hardcoded-color | Control "lbl_Diagnosis_ACR" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | lbl_Diagnosis_ACR > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| con_ListHeaders_ALL | hardcoded-color | Control "con_ListHeaders_ALL" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | con_ListHeaders_ALL > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| lbl_Department_ALL | hardcoded-color | Control "lbl_Department_ALL" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | lbl_Department_ALL > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Status_ALL | hardcoded-color | Control "lbl_Status_ALL" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lbl_Status_ALL > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_WardAccepted_ALL | hardcoded-color | Control "lbl_WardAccepted_ALL" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_WardAccepted_ALL > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Location_ALL | hardcoded-color | Control "lbl_Location_ALL" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | lbl_Location_ALL > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_Requirements_ALL | hardcoded-color | Control "lbl_Requirements_ALL" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_Requirements_ALL > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_COM_Gender | hardcoded-color | Control "lbl_COM_Gender" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lbl_COM_Gender > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_COM_Age | hardcoded-color | Control "lbl_COM_Age" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for… | LOW | lbl_COM_Age > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_COM_FolderNumber | hardcoded-color | Control "lbl_COM_FolderNumber" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | lbl_COM_FolderNumber > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| lbl_COM_PatientName | hardcoded-color | Control "lbl_COM_PatientName" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | lbl_COM_PatientName > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| txtBedAvailable | hardcoded-color | Control "txtBedAvailable" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | txtBedAvailable > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 1) |
| txtBedAvailable | hardcoded-color | Control "txtBedAvailable" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | txtBedAvailable > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(122, 138, 143, 1) |
| nbrBedCapacity | hardcoded-color | Control "nbrBedCapacity" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | nbrBedCapacity > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(9, 33, 98, 1) |
| txtAllocatedBed | hardcoded-color | Control "txtAllocatedBed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | txtAllocatedBed > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 1) |
| txtAllocatedBed | hardcoded-color | Control "txtAllocatedBed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | txtAllocatedBed > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(122, 138, 143, 1) |
| txtWardName | hardcoded-color | Control "txtWardName" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constan… | LOW | txtWardName > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(9, 33, 98, 1) |
| WCG Footer_7 | hardcoded-color | Control "WCG Footer_7" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_7 > Fill > Screen_Manage_Beds.pa.yaml RGBA(74, 74, 74,1) |
| lblWard | hardcoded-color | Control "lblWard" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for main… | LOW | lblWard > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblWard | hardcoded-color | Control "lblWard" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for mai… | LOW | lblWard > Color > Screen_Manage_Beds.pa.yaml RGBA(0, 18, 107, 1) |
| lblBedCapacity | hardcoded-color | Control "lblBedCapacity" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | lblBedCapacity > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblBedCapacity | hardcoded-color | Control "lblBedCapacity" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lblBedCapacity > Color > Screen_Manage_Beds.pa.yaml RGBA(0, 18, 107, 1) |
| lblAllocatedBed | hardcoded-color | Control "lblAllocatedBed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | lblAllocatedBed > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblAllocatedBed | hardcoded-color | Control "lblAllocatedBed" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | lblAllocatedBed > Color > Screen_Manage_Beds.pa.yaml RGBA(0, 18, 107, 1) |
| lblBedAvailable | hardcoded-color | Control "lblBedAvailable" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | lblBedAvailable > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblBedAvailable | hardcoded-color | Control "lblBedAvailable" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | lblBedAvailable > Color > Screen_Manage_Beds.pa.yaml RGBA(0, 18, 107, 1) |
| lblAction | hardcoded-color | Control "lblAction" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for ma… | LOW | lblAction > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblAction | hardcoded-color | Control "lblAction" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | lblAction > Color > Screen_Manage_Beds.pa.yaml RGBA(0, 18, 107, 1) |
| Rectangle_AddNewBedPopupForm | hardcoded-color | Control "Rectangle_AddNewBedPopupForm" uses hardcoded RGBA color in "Fill". Consider using theme variables or named col… | LOW | Rectangle_AddNewBedPopupForm > Fill > Screen_Manage_Beds.pa.yaml RGBA(214, 221, 224, 1) |
| lblAddBedInfo | hardcoded-color | Control "lblAddBedInfo" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | lblAddBedInfo > Color > Screen_Manage_Beds.pa.yaml RGBA(9, 33, 98, 1) |
| lblRefreshBedInfo | hardcoded-color | Control "lblRefreshBedInfo" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | lblRefreshBedInfo > Color > Screen_Manage_Beds.pa.yaml RGBA(9, 33, 98, 1) |
| galStackedGraph_Update_5 | hardcoded-color | Control "galStackedGraph_Update_5" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_5 > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_5 | hardcoded-color | Control "BedAvailable_Container_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_5 | hardcoded-color | Control "allocatedBed_Container_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_5 | hardcoded-color | Control "WardTiltle_Update_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_5 > Color > Screen_Manage_Beds.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_5 | hardcoded-color | Control "WardTiltle_Update_5" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_5 > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_5 | hardcoded-color | Control "lblCapacity_Bed_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(255, 184, 174, 1) |
| Circle1_Update_5 | hardcoded-color | Control "Circle1_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Circle1_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(212, 96, 104, 1) |
| Circle1_1_Update_5 | hardcoded-color | Control "Circle1_1_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_1_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(49, 130, 93, 1) |
| Circle1_2_Update_5 | hardcoded-color | Control "Circle1_2_Update_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_2_Update_5 > Fill > Screen_Manage_Beds.pa.yaml RGBA(253, 207, 180, 1) |
| lblIsAdminRole | hardcoded-color | Control "lblIsAdminRole" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | lblIsAdminRole > Fill > Screen_Manage_Users.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblIsAdminRole | hardcoded-color | Control "lblIsAdminRole" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lblIsAdminRole > Color > Screen_Manage_Users.pa.yaml RGBA(0, 18, 107, 1) |
| lblIsUserRole | hardcoded-color | Control "lblIsUserRole" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | lblIsUserRole > Fill > Screen_Manage_Users.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblIsUserRole | hardcoded-color | Control "lblIsUserRole" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | lblIsUserRole > Color > Screen_Manage_Users.pa.yaml RGBA(0, 18, 107, 1) |
| Rectangle1_2 | hardcoded-color | Control "Rectangle1_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle1_2 > Fill > Screen_Manage_Users.pa.yaml RGBA(255, 255, 255, 1) |
| lblAction_1 | hardcoded-color | Control "lblAction_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for … | LOW | lblAction_1 > Fill > Screen_Manage_Users.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblAction_1 | hardcoded-color | Control "lblAction_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for… | LOW | lblAction_1 > Color > Screen_Manage_Users.pa.yaml RGBA(0, 18, 107, 1) |
| lblUser | hardcoded-color | Control "lblUser" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for main… | LOW | lblUser > Fill > Screen_Manage_Users.pa.yaml RGBA(214, 221, 224, 0.5) |
| lblUser | hardcoded-color | Control "lblUser" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for mai… | LOW | lblUser > Color > Screen_Manage_Users.pa.yaml RGBA(0, 18, 107, 1) |
| lblBBUser | hardcoded-color | Control "lblBBUser" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | lblBBUser > Color > Screen_Manage_Users.pa.yaml RGBA(9, 33, 98, 1) |
| txtItemID | hardcoded-color | Control "txtItemID" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constants… | LOW | txtItemID > BorderColor > Screen_Manage_Users.pa.yaml RGBA(9, 33, 98, 1) |
| WCG Footer_8 | hardcoded-color | Control "WCG Footer_8" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_8 > Fill > Screen_Manage_Users.pa.yaml RGBA(74, 74, 74,1) |
| lblAddUserInfo | hardcoded-color | Control "lblAddUserInfo" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | lblAddUserInfo > Color > Screen_Manage_Users.pa.yaml RGBA(9, 33, 98, 1) |
| lblRefreshUserList | hardcoded-color | Control "lblRefreshUserList" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | lblRefreshUserList > Color > Screen_Manage_Users.pa.yaml RGBA(9, 33, 98, 1) |
| conPopupUserFormBack | hardcoded-color | Control "conPopupUserFormBack" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | conPopupUserFormBack > Fill > Screen_Manage_Users.pa.yaml RGBA(0, 0, 0, 0.25) |
| lblPopupUserForm_FormTitle | hardcoded-color | Control "lblPopupUserForm_FormTitle" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color… | LOW | lblPopupUserForm_FormTitle > Fill > Screen_Manage_Users.pa.yaml RGBA(15, 108, 189, 1) |
| lblPopupUserForm_FormTitle | hardcoded-color | Control "lblPopupUserForm_FormTitle" uses hardcoded RGBA color in "Color". Consider using theme variables or named colo… | LOW | lblPopupUserForm_FormTitle > Color > Screen_Manage_Users.pa.yaml RGBA(255, 255, 255, 1) |
| conPopupConfirmDeleteUser | hardcoded-color | Control "conPopupConfirmDeleteUser" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color … | LOW | conPopupConfirmDeleteUser > Fill > Screen_Manage_Users.pa.yaml RGBA(0, 0, 0, 0.25) |
| lblPopupUserForm_FormTitle_1 | hardcoded-color | Control "lblPopupUserForm_FormTitle_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named col… | LOW | lblPopupUserForm_FormTitle_1 > Fill > Screen_Manage_Users.pa.yaml RGBA(15, 108, 189, 1) |
| lblPopupUserForm_FormTitle_1 | hardcoded-color | Control "lblPopupUserForm_FormTitle_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named co… | LOW | lblPopupUserForm_FormTitle_1 > Color > Screen_Manage_Users.pa.yaml RGBA(255, 255, 255, 1) |
| WCG Footer_9 | hardcoded-color | Control "WCG Footer_9" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_9 > Fill > Screen_NoAccess.pa.yaml RGBA(74, 74, 74,1) |
| galPatientMovement | hardcoded-color | Control "galPatientMovement" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | galPatientMovement > Fill > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| galPatientMovement | hardcoded-color | Control "galPatientMovement" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color … | LOW | galPatientMovement > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_6 | hardcoded-color | Control "glbl_Gender_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_6 > Fill > Screen_Patient_Movement.pa.yaml RGBA(0,0,0,0) |
| glbl_DepartmentReferredTo_6 | hardcoded-color | Control "glbl_DepartmentReferredTo_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_6 > Fill > Screen_Patient_Movement.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| Rectangle3_5 | hardcoded-color | Control "Rectangle3_5" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_5 > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(214, 221, 224, 1) |
| Rectangle7_8 | hardcoded-color | Control "Rectangle7_8" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_8 > Fill > Screen_Patient_Movement.pa.yaml RGBA(15, 108, 189, 1) |
| WCG Footer_11 | hardcoded-color | Control "WCG Footer_11" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | WCG Footer_11 > Fill > Screen_Patient_Movement.pa.yaml RGBA(74, 74, 74,1) |
| glh_Gender_7 | hardcoded-color | Control "glh_Gender_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_7 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| glh_WardAccepted_2 | hardcoded-color | Control "glh_WardAccepted_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_WardAccepted_2 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_7 | hardcoded-color | Control "glh_Department_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_7 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_7 | hardcoded-color | Control "glh_PatientName_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_7 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_7 | hardcoded-color | Control "glh_FolderNumber_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_7 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_7 | hardcoded-color | Control "glh_Age_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_7 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| lblSelected | hardcoded-color | Control "lblSelected" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for… | LOW | lblSelected > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| lblMove | hardcoded-color | Control "lblMove" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for mai… | LOW | lblMove > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| conDialgueConfirm | hardcoded-color | Control "conDialgueConfirm" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | conDialgueConfirm > Fill > Screen_Patient_Movement.pa.yaml RGBA(0, 0, 0, 0.1) |
| recMessageBoxMain | hardcoded-color | Control "recMessageBoxMain" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | recMessageBoxMain > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(128, 128, 128, 1) |
| recMessageBoxMain | hardcoded-color | Control "recMessageBoxMain" uses hardcoded RGBA color in "HoverFill". Consider using theme variables or named color con… | LOW | recMessageBoxMain > HoverFill > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| recMessageBoxMain | hardcoded-color | Control "recMessageBoxMain" uses hardcoded RGBA color in "PressedFill". Consider using theme variables or named color c… | LOW | recMessageBoxMain > PressedFill > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| recMessageBoxMain | hardcoded-color | Control "recMessageBoxMain" uses hardcoded RGBA color in "FocusedBorderColor". Consider using theme variables or named … | LOW | recMessageBoxMain > FocusedBorderColor > Screen_Patient_Movement.pa.yaml RGBA(0, 120, 212, 1) |
| recMessageBoxTitleBar | hardcoded-color | Control "recMessageBoxTitleBar" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color cons… | LOW | recMessageBoxTitleBar > Fill > Screen_Patient_Movement.pa.yaml RGBA(0, 120, 212, 1) |
| recMessageBoxTitleBar | hardcoded-color | Control "recMessageBoxTitleBar" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named col… | LOW | recMessageBoxTitleBar > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(166, 166, 166, 1) |
| recMessageBoxTitleBar | hardcoded-color | Control "recMessageBoxTitleBar" uses hardcoded RGBA color in "HoverFill". Consider using theme variables or named color… | LOW | recMessageBoxTitleBar > HoverFill > Screen_Patient_Movement.pa.yaml RGBA(0, 120, 212, 1) |
| recMessageBoxTitleBar | hardcoded-color | Control "recMessageBoxTitleBar" uses hardcoded RGBA color in "PressedFill". Consider using theme variables or named col… | LOW | recMessageBoxTitleBar > PressedFill > Screen_Patient_Movement.pa.yaml RGBA(0, 120, 212, 1) |
| recMessageBoxTitleBar | hardcoded-color | Control "recMessageBoxTitleBar" uses hardcoded RGBA color in "FocusedBorderColor". Consider using theme variables or na… | LOW | recMessageBoxTitleBar > FocusedBorderColor > Screen_Patient_Movement.pa.yaml RGBA(0, 120, 212, 1) |
| lblTitle | hardcoded-color | Control "lblTitle" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | lblTitle > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| btnAnswerCancel | hardcoded-color | Control "btnAnswerCancel" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | btnAnswerCancel > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(153, 201, 238, 1) |
| btnMovePatientOnDialog | hardcoded-color | Control "btnMovePatientOnDialog" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | btnMovePatientOnDialog > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(153, 201, 238, 1) |
| galStackedGraph_Update_3 | hardcoded-color | Control "galStackedGraph_Update_3" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_3 > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_3 | hardcoded-color | Control "BedAvailable_Container_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_3 | hardcoded-color | Control "allocatedBed_Container_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_3 | hardcoded-color | Control "WardTiltle_Update_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_3 > Color > Screen_Patient_Movement.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_3 | hardcoded-color | Control "WardTiltle_Update_3" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_3 > BorderColor > Screen_Patient_Movement.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_3 | hardcoded-color | Control "lblCapacity_Bed_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(255, 184, 174, 1) |
| Circle1_Update_3 | hardcoded-color | Control "Circle1_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Circle1_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(212, 96, 104, 1) |
| Circle1_1_Update_3 | hardcoded-color | Control "Circle1_1_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_1_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(49, 130, 93, 1) |
| Circle1_2_Update_3 | hardcoded-color | Control "Circle1_2_Update_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_2_Update_3 > Fill > Screen_Patient_Movement.pa.yaml RGBA(253, 207, 180, 1) |
| Label7_2 | hardcoded-color | Control "Label7_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for mai… | LOW | Label7_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| WCG Footer_10 | hardcoded-color | Control "WCG Footer_10" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | WCG Footer_10 > Fill > Screen_Update_Patient.pa.yaml RGBA(74, 74, 74,1) |
| Form_Update | hardcoded-color | Control "Form_Update" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for … | LOW | Form_Update > Fill > Screen_Update_Patient.pa.yaml RGBA(255, 255, 255, 1) |
| dcValue_Status_2 | hardcoded-color | Control "dcValue_Status_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | dcValue_Status_2 > Color > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_DepartmentReferredTo_2 | hardcoded-color | Control "dcValue_DepartmentReferredTo_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_DepartmentReferredTo_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_PatientName | hardcoded-color | Control "dcValue_PatientName" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_PatientName > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_PatientSurname_2 | hardcoded-color | Control "dcValue_PatientSurname_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_PatientSurname_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Gender_2 | hardcoded-color | Control "dcValue_Gender_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | dcValue_Gender_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Age_2 | hardcoded-color | Control "dcValue_Age_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | dcValue_Age_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_FolderNumber | hardcoded-color | Control "dcValue_FolderNumber" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named colo… | LOW | dcValue_FolderNumber > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_WhereIsPatientCurrently | hardcoded-color | Control "dcValue_WhereIsPatientCurrently" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or… | LOW | dcValue_WhereIsPatientCurrently > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ReferringFacility_2 | hardcoded-color | Control "dcValue_ReferringFacility_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or nam… | LOW | dcValue_ReferringFacility_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ReferDoctorContacts_2 | hardcoded-color | Control "dcValue_ReferDoctorContacts_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ReferDoctorContacts_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Diagnosis_2 | hardcoded-color | Control "dcValue_Diagnosis_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_Diagnosis_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ECCubicle_2 | hardcoded-color | Control "dcValue_ECCubicle_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_ECCubicle_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_VHWDoctor_2 | hardcoded-color | Control "dcValue_VHWDoctor_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_VHWDoctor_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ClinicianAcceptance | hardcoded-color | Control "dcValue_ClinicianAcceptance" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or nam… | LOW | dcValue_ClinicianAcceptance > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_PatientRequirements_2 | hardcoded-color | Control "dcValue_PatientRequirements_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_PatientRequirements_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmPorterCollected_2 | hardcoded-color | Control "dcValue_ConfirmPorterCollected_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_ConfirmPorterCollected_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_CancelAllocatedBed | hardcoded-color | Control "dcValue_CancelAllocatedBed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or name… | LOW | dcValue_CancelAllocatedBed > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Ward_Requested_1 | hardcoded-color | Control "dcValue_Ward_Requested_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_Ward_Requested_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dc_Priority | hardcoded-color | Control "dc_Priority" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for … | LOW | dc_Priority > Fill > Screen_Update_Patient.pa.yaml RGBA(255, 255, 255, 1) |
| DataCardKey69_2 | hardcoded-color | Control "DataCardKey69_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | DataCardKey69_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(245, 207, 95, 1) |
| dcValue_Priority_2 | hardcoded-color | Control "dcValue_Priority_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color … | LOW | dcValue_Priority_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Ward_Accepted_1 | hardcoded-color | Control "dcValue_Ward_Accepted_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | dcValue_Ward_Accepted_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_CancelReason_2 | hardcoded-color | Control "dcValue_CancelReason_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | dcValue_CancelReason_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_TimeBedAvailable_2 | hardcoded-color | Control "dcValue_TimeBedAvailable_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or name… | LOW | dcValue_TimeBedAvailable_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue8_2 | hardcoded-color | Control "HourValue8_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | HourValue8_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue8_2 | hardcoded-color | Control "MinuteValue8_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | MinuteValue8_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmTransferredPatient_2 | hardcoded-color | Control "dcValue_ConfirmTransferredPatient_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variable… | LOW | dcValue_ConfirmTransferredPatient_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_TRansferredDate_1 | hardcoded-color | Control "dcValue_TRansferredDate_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named… | LOW | dcValue_TRansferredDate_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue14_1 | hardcoded-color | Control "HourValue14_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue14_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue14_1 | hardcoded-color | Control "MinuteValue14_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue14_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmDischargedPatient_2 | hardcoded-color | Control "dcValue_ConfirmDischargedPatient_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables… | LOW | dcValue_ConfirmDischargedPatient_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_WardReadyTime_2 | hardcoded-color | Control "dcValue_WardReadyTime_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | dcValue_WardReadyTime_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue2_2 | hardcoded-color | Control "HourValue2_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | HourValue2_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue2_2 | hardcoded-color | Control "MinuteValue2_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | MinuteValue2_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| galStackedGraph_Update_2 | hardcoded-color | Control "galStackedGraph_Update_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_2 | hardcoded-color | Control "BedAvailable_Container_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_2 | hardcoded-color | Control "allocatedBed_Container_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_2 | hardcoded-color | Control "WardTiltle_Update_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_2 > Color > Screen_Update_Patient.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_2 | hardcoded-color | Control "WardTiltle_Update_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_2 | hardcoded-color | Control "lblCapacity_Bed_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(255, 184, 174, 1) |
| Circle1_Update_2 | hardcoded-color | Control "Circle1_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Circle1_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(212, 96, 104, 1) |
| Circle1_1_Update_2 | hardcoded-color | Control "Circle1_1_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_1_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(49, 130, 93, 1) |
| Circle1_2_Update_2 | hardcoded-color | Control "Circle1_2_Update_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_2_Update_2 > Fill > Screen_Update_Patient.pa.yaml RGBA(253, 207, 180, 1) |
| conSavePatientBackdrop | hardcoded-color | Control "conSavePatientBackdrop" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | conSavePatientBackdrop > Fill > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 0.70) |
| WCG Footer_5 | hardcoded-color | Control "WCG Footer_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_5 > Fill > Screen_View_Bed.pa.yaml RGBA(74, 74, 74,1) |
| galStackedGraph_Update_6 | hardcoded-color | Control "galStackedGraph_Update_6" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_6 > BorderColor > Screen_View_Bed.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_6 | hardcoded-color | Control "BedAvailable_Container_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_6 | hardcoded-color | Control "allocatedBed_Container_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_6 | hardcoded-color | Control "WardTiltle_Update_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_6 > Color > Screen_View_Bed.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_6 | hardcoded-color | Control "WardTiltle_Update_6" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_6 > BorderColor > Screen_View_Bed.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_6 | hardcoded-color | Control "lblCapacity_Bed_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(255, 184, 174, 1) |
| Circle1_Update_6 | hardcoded-color | Control "Circle1_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Circle1_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(212, 96, 104, 1) |
| Circle1_1_Update_6 | hardcoded-color | Control "Circle1_1_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_1_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(49, 130, 93, 1) |
| Circle1_2_Update_6 | hardcoded-color | Control "Circle1_2_Update_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_2_Update_6 > Fill > Screen_View_Bed.pa.yaml RGBA(253, 207, 180, 1) |
| Label7_1 | hardcoded-color | Control "Label7_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for mai… | LOW | Label7_1 > Fill > Screen_View_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| Form_View | hardcoded-color | Control "Form_View" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for ma… | LOW | Form_View > Fill > Screen_View_Patient.pa.yaml RGBA(255, 255, 255, 1) |
| dcValue_PatientDetails_1 | hardcoded-color | Control "dcValue_PatientDetails_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_PatientDetails_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Gender_1 | hardcoded-color | Control "dcValue_Gender_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | dcValue_Gender_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_WhereIsPatientCurrently_1 | hardcoded-color | Control "dcValue_WhereIsPatientCurrently_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables … | LOW | dcValue_WhereIsPatientCurrently_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ReferringFacility_1 | hardcoded-color | Control "dcValue_ReferringFacility_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or nam… | LOW | dcValue_ReferringFacility_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_DepartmentReferredTo_1 | hardcoded-color | Control "dcValue_DepartmentReferredTo_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_DepartmentReferredTo_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ECCubicle_1 | hardcoded-color | Control "dcValue_ECCubicle_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_ECCubicle_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ReferringDoctorName_1 | hardcoded-color | Control "dcValue_ReferringDoctorName_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ReferringDoctorName_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ReferDoctorContacts_1 | hardcoded-color | Control "dcValue_ReferDoctorContacts_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ReferDoctorContacts_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_VHWDoctor_1 | hardcoded-color | Control "dcValue_VHWDoctor_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_VHWDoctor_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Diagnosis_1 | hardcoded-color | Control "dcValue_Diagnosis_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | dcValue_Diagnosis_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Priority_1 | hardcoded-color | Control "dcValue_Priority_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color … | LOW | dcValue_Priority_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_PatientRequirements_1 | hardcoded-color | Control "dcValue_PatientRequirements_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_PatientRequirements_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| Label3 | hardcoded-color | Control "Label3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for maint… | LOW | Label3 > Fill > Screen_View_Patient.pa.yaml RGBA(245, 245, 245, 1) |
| dcValue_ClinicianAcceptance_1 | hardcoded-color | Control "dcValue_ClinicianAcceptance_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ClinicianAcceptance_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ClinicianNotes_1 | hardcoded-color | Control "dcValue_ClinicianNotes_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_ClinicianNotes_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| SEPARATOR_DataCard1 | hardcoded-color | Control "SEPARATOR_DataCard1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | SEPARATOR_DataCard1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| lblDate_ClinicianReviewDate | hardcoded-color | Control "lblDate_ClinicianReviewDate" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | lblDate_ClinicianReviewDate > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| lblDate_WardAcceptance | hardcoded-color | Control "lblDate_WardAcceptance" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | lblDate_WardAcceptance > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| lblDate_PorterCollected | hardcoded-color | Control "lblDate_PorterCollected" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color co… | LOW | lblDate_PorterCollected > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| lblDate_PatientAdmitted | hardcoded-color | Control "lblDate_PatientAdmitted" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color co… | LOW | lblDate_PatientAdmitted > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| dcValue_WardReadyTime_1 | hardcoded-color | Control "dcValue_WardReadyTime_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | dcValue_WardReadyTime_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue2_1 | hardcoded-color | Control "HourValue2_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | HourValue2_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue2_1 | hardcoded-color | Control "MinuteValue2_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | MinuteValue2_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblDate_WardReady | hardcoded-color | Control "lblDate_WardReady" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | lblDate_WardReady > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| dcValue_TimeBedAvailable_1 | hardcoded-color | Control "dcValue_TimeBedAvailable_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or name… | LOW | dcValue_TimeBedAvailable_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue8_1 | hardcoded-color | Control "HourValue8_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | HourValue8_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue8_1 | hardcoded-color | Control "MinuteValue8_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | MinuteValue8_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblDate_BedAvailable | hardcoded-color | Control "lblDate_BedAvailable" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | lblDate_BedAvailable > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| dcValue_ConfirmDischargedPatient_1 | hardcoded-color | Control "dcValue_ConfirmDischargedPatient_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables… | LOW | dcValue_ConfirmDischargedPatient_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_DischargedDate_1 | hardcoded-color | Control "dcValue_DischargedDate_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_DischargedDate_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue13_1 | hardcoded-color | Control "HourValue13_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue13_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue13_1 | hardcoded-color | Control "MinuteValue13_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue13_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblDate_DischargedDate | hardcoded-color | Control "lblDate_DischargedDate" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | lblDate_DischargedDate > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| dcValue_ConfirmTransferredPatient_1 | hardcoded-color | Control "dcValue_ConfirmTransferredPatient_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variable… | LOW | dcValue_ConfirmTransferredPatient_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblDate_TransferredDate | hardcoded-color | Control "lblDate_TransferredDate" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color co… | LOW | lblDate_TransferredDate > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| dcValue_DeclaredDeceaseDate1_1 | hardcoded-color | Control "dcValue_DeclaredDeceaseDate1_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_DeclaredDeceaseDate1_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue15_1 | hardcoded-color | Control "HourValue15_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue15_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue15_1 | hardcoded-color | Control "MinuteValue15_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue15_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblDate_DeclaredDeceased | hardcoded-color | Control "lblDate_DeclaredDeceased" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblDate_DeclaredDeceased > Fill > Screen_View_Patient.pa.yaml RGBA(244, 244, 244, 1) |
| SEPARATOR_DataCard3 | hardcoded-color | Control "SEPARATOR_DataCard3" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | SEPARATOR_DataCard3 > BorderColor > Screen_View_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| dcValue_IntervalClinicalReview_1 | hardcoded-color | Control "dcValue_IntervalClinicalReview_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_IntervalClinicalReview_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_CancelReason_1 | hardcoded-color | Control "dcValue_CancelReason_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | dcValue_CancelReason_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| WCG Footer_4 | hardcoded-color | Control "WCG Footer_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_4 > Fill > Screen_View_Patient.pa.yaml RGBA(74, 74, 74,1) |
| galStackedGraph_Update_4 | hardcoded-color | Control "galStackedGraph_Update_4" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_4 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_4 | hardcoded-color | Control "BedAvailable_Container_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_4 | hardcoded-color | Control "allocatedBed_Container_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_4 | hardcoded-color | Control "WardTiltle_Update_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_4 > Color > Screen_View_Patient.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_4 | hardcoded-color | Control "WardTiltle_Update_4" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_4 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_4 | hardcoded-color | Control "lblCapacity_Bed_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(255, 184, 174, 1) |
| Circle1_Update_4 | hardcoded-color | Control "Circle1_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Circle1_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(212, 96, 104, 1) |
| Circle1_1_Update_4 | hardcoded-color | Control "Circle1_1_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_1_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(49, 130, 93, 1) |
| Circle1_2_Update_4 | hardcoded-color | Control "Circle1_2_Update_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | Circle1_2_Update_4 > Fill > Screen_View_Patient.pa.yaml RGBA(253, 207, 180, 1) |
| glbl_DepartmentReferredTo_7 | complex-formula | Formula in "glbl_DepartmentReferredTo_7.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_7 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_DepartmentReferredTo_pbr | complex-formula | Formula in "glbl_DepartmentReferredTo_pbr.Fill" contains 9 If/Switch branches, indicating high complexity. Consider ref… | HIGH | glbl_DepartmentReferredTo_pbr > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_DepartmentReferredTo_5 | complex-formula | Formula in "glbl_DepartmentReferredTo_5.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_5 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_DepartmentReferredTo_4 | complex-formula | Formula in "glbl_DepartmentReferredTo_4.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_4 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_Department_AWA_Value | complex-formula | Formula in "lbl_Department_AWA_Value.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refactor… | HIGH | lbl_Department_AWA_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_TimeSpentInFac_AWA_Value | complex-formula | Formula in "lbl_TimeSpentInFac_AWA_Value.Fill" contains 10 If/Switch branches, indicating high complexity. Consider ref… | HIGH | lbl_TimeSpentInFac_AWA_Value > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| lbl_Department_ACR_Value | complex-formula | Formula in "lbl_Department_ACR_Value.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refactor… | HIGH | lbl_Department_ACR_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| lbl_Department_ALL_Value | complex-formula | Formula in "lbl_Department_ALL_Value.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refactor… | HIGH | lbl_Department_ALL_Value > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| imgbtnSaveUserItem | complex-formula | Formula in "imgbtnSaveUserItem.OnSelect" contains 5 If/Switch branches, indicating high complexity. Consider refactorin… | MEDIUM | imgbtnSaveUserItem > OnSelect > Screen_Manage_Users.pa.yaml If( IsBlankOrError( // Save updated record. Patch( |
| glbl_DepartmentReferredTo_6 | complex-formula | Formula in "glbl_DepartmentReferredTo_6.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_6 > Fill > Screen_Patient_Movement.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| btnSaveUpdatePatient | complex-formula | Formula in "btnSaveUpdatePatient.OnSelect" contains 41 If/Switch branches, indicating high complexity. Consider refacto… | HIGH | btnSaveUpdatePatient > OnSelect > Screen_Update_Patient.pa.yaml // Lock the screen until all work has been saved. UpdateContext({locWardRecord: |
| colPatientRequirementsOptions | write-only-collection | Collection "colPatientRequirementsOptions" is populated but never read. It may be unused or referenced under a differen… | HIGH | App > OnStart > App.pa.yaml ...ard)); ClearCollect(colPatientRequirementsOptions, Choices('VHW Bed Bookings |
| Screen_AdminHub | unreachable-screen | Screen "Screen_AdminHub" has no Navigate() calls pointing to it and is not the start screen. It may be unreachable dead… | MEDIUM | Screen_AdminHub > Screen_AdminHub.pa.yaml |
| Screen_NoAccess | unreachable-screen | Screen "Screen_NoAccess" has no Navigate() calls pointing to it and is not the start screen. It may be unreachable dead… | MEDIUM | Screen_NoAccess > Screen_NoAccess.pa.yaml |
| Screen_View_Bed | unreachable-screen | Screen "Screen_View_Bed" has no Navigate() calls pointing to it and is not the start screen. It may be unreachable dead… | MEDIUM | Screen_View_Bed > Screen_View_Bed.pa.yaml |
| TesterName | unused-named-formula | Named formula "TesterName" is defined but never referenced. Remove it or verify the name matches its usage. | HIGH | App > Formulas > App.pa.yaml |
| menuNoAccessGlobalNav | unused-named-formula | Named formula "menuNoAccessGlobalNav" is defined but never referenced. Remove it or verify the name matches its usage. | HIGH | App > Formulas > App.pa.yaml |
| gal_AWA_BBList | reset-no-default | Control "gal_AWA_BBList" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The reset ta… | LOW | Label_A_WardAcceptance > OnSelect > Screen_Home.pa.yaml ...halfway down. Reset(gal_AWA_BBList); UpdateContext({locFilterStatus: "Awa... Image_Refresg > OnSelect > Screen_Home.pa.yaml ...the top. Reset(gal_AWA_BBList), ClearCollect( colA_Porter... |
| txtPopupForm_Ward | reset-no-default | Control "txtPopupForm_Ward" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The reset… | LOW | btnPopupForm_Submit > OnSelect > Screen_Manage_Beds.pa.yaml ...Ward: txtPopupForm_Ward.Value, 'Bed Capacity':. |
| nbrPopupForm_AllocatedBed | reset-no-default | Control "nbrPopupForm_AllocatedBed" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. T… | LOW | btnPopupForm_Submit > OnSelect > Screen_Manage_Beds.pa.yaml ...'Allocated Bed': nbrPopupForm_AllocatedBed.Value } ) |
| nbrPopupForm_BedCapacity | reset-no-default | Control "nbrPopupForm_BedCapacity" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. Th… | LOW | btnPopupForm_Submit > OnSelect > Screen_Manage_Beds.pa.yaml ...'Bed Capacity': nbrPopupForm_BedCapacity.Value, 'Allocate |
| cbxPopupUserForm_Username | reset-no-default | Control "cbxPopupUserForm_Username" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. T… | LOW | btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml ...rEmailDomainIsValid(cbxPopupUserForm_Username.Selected.UserPrincipalName), btnPopupUserForm_Cancel > OnSelect > Screen_Manage_Users.pa.yaml Reset(cbxPopupUserForm_Username); Reset(chkIsUserPopupUserForm); Reset(... |
| chkIsUserPopupUserForm | reset-no-default | Control "chkIsUserPopupUserForm" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The … | LOW | btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml ...UserRole: chkIsUserPopupUserForm.Value, AdminRole: chkIs... btnPopupUserForm_Cancel > OnSelect > Screen_Manage_Users.pa.yaml ...rm_Username); Reset(chkIsUserPopupUserForm); Reset(chkIsAdminInPopupUserForm) |
| chkIsAdminInPopupUserForm | reset-no-default | Control "chkIsAdminInPopupUserForm" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. T… | LOW | btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml ...AdminRole: chkIsAdminInPopupUserForm.Value } ),... btnPopupUserForm_Cancel > OnSelect > Screen_Manage_Users.pa.yaml ...pupUserForm); Reset(chkIsAdminInPopupUserForm); UpdateContext({locShowUserPop |
| drpWardList | reset-no-default | Control "drpWardList" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The reset targe… | LOW | btnAnswerCancel > OnSelect > Screen_Patient_Movement.pa.yaml // Cleanup Reset(drpWardList); UpdateContext({blnShowConfirmation:... btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml ...Register', Title = drpWardList.Selected.Ward), blnUpdatePatien... |
| galPatientMovement | reset-no-default | Control "galPatientMovement" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The rese… | LOW | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml ...ard: false}); Reset(galPatientMovement); Clear(colSelectedPatients) |
| dcValue_Diagnosis_2 | reset-no-default | Control "dcValue_Diagnosis_2" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The res… | LOW | dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml /*false*/ Reset(dcValue_Diagnosis_2); Reset(dcValue_ECCubicle_2); Reset(dcV... dcValue_WhereIsPatientCurrently > OnChange > Screen_Update_Patient.pa.yaml ...1);//20250117 Reset(dcValue_Diagnosis_2);//20250117 //Clear(dcValue_Referring |
| dcValue_VHWDoctor_2 | reset-no-default | Control "dcValue_VHWDoctor_2" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The res… | LOW | dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml ...ECCubicle_2); Reset(dcValue_VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); dcValue_WhereIsPatientCurrently > OnChange > Screen_Update_Patient.pa.yaml ...gFacility_2); Reset(dcValue_VHWDoctor_2);//20250117 Reset(dcValue_ConfirmDeta dcValue_ECCubicle_2 > OnChange > Screen_Update_Patient.pa.yaml /*false*/ Reset(dcValue_VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); |
| dcValue_ConfirmDetails_1 | reset-no-default | Control "dcValue_ConfirmDetails_1" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. Th… | LOW | dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml ...VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); dcValue_WhereIsPatientCurrently > OnChange > Screen_Update_Patient.pa.yaml ...2);//20250117 Reset(dcValue_ConfirmDetails_1);//20250117 Reset(dcValue_Diagno dcValue_ECCubicle_2 > OnChange > Screen_Update_Patient.pa.yaml ...VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); |
| galStackedGraph_Update_6 | reset-no-default | Control "galStackedGraph_Update_6" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. Th… | LOW | Icon1_1 > OnSelect > Screen_View_Bed.pa.yaml Reset(galStackedGraph_Update_6);Notify("Updated") |
| Screen Name | Issue Type | Control Count | Threshold Exceeded | Severity | Details | Locations |
|---|---|---|---|---|---|---|
| Screen_Update_Patient | excessive-controls-medium | 222 | >= 200 controls | MEDIUM | Screen "Screen_Update_Patient" contains 222 controls, which exceeds the recommended limit of 200. Consider breaking thi… | Screen_Update_Patient > Screen_Update_Patient.pa.yaml |
| Screen_View_Patient | excessive-controls-medium | 216 | >= 200 controls | MEDIUM | Screen "Screen_View_Patient" contains 216 controls, which exceeds the recommended limit of 200. Consider breaking this … | Screen_View_Patient > Screen_View_Patient.pa.yaml |
| Control | Property | Issue Type | Confidence | Description | Formula Snippet | Locations |
|---|---|---|---|---|---|---|
| btnSaveBedGalleryItems | OnSelect | forall-nested-filter | HIGH | ForAll loop contains 1 nested Filter call (Filter() at char ~237). This may cause repeated data-source queries for ever… | …rror( ForAll( Filter(gallery_Beds.AllItems, ID = Int(lblBedItemID.Text)), Patch( 'VHW Bed Register', ThisR… | btnSaveBedGalleryItems > OnSelect > Screen_Manage_Beds.pa.yaml …rror( ForAll( Filter(gallery_Beds.AllItems, ID = Int(lblBedItemID.Text)), Patch |
| btnSaveAll | OnSelect | forall-nested-filter | HIGH | ForAll loop contains 1 nested Filter call (Filter() at char ~45). This may cause repeated data-source queries for every… | …( ForAll( Filter(gallery_Users.AllItems, ID = Int(txtItemID.Value)), Patch( VHWUsers,… | btnSaveAll > OnSelect > Screen_Manage_Users.pa.yaml …( ForAll( Filter(gallery_Users.AllItems, ID = Int(txtItemID.Value)), Patch( VHW |
| btnMovePatientOnDialog | OnSelect | forall-nested-filter | HIGH | ForAll loop contains 1 nested Filter call (Filter() at char ~2849). This may cause repeated data-source queries for eve… | …register ForAll( colBedGraphData As BR, UpdateIf( 'VHW Bed Register', Ward = BR.Ward, { 'Allocated Bed':… | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml …register ForAll( colBedGraphData As BR, UpdateIf( 'VHW Bed Register', Ward = BR |