| Confidence | Control | Type | Screen | Reason |
|---|---|---|---|---|
| MEDIUM | BedAvailable_Container_Update_1 | GroupContainer@1.5.0 | Screen_Manage_Beds | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_Update_1 | 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 | dcValue_TimeWaited4Bed_1 | TextInput@0.0.54 | Screen_Update_Patient | never referenced in any formula; no event handlers |
| MEDIUM | dcValue_Name_1 | TextInput@0.0.54 | Screen_Update_Patient | never referenced in any formula; no event handlers |
| MEDIUM | dcValue_IntervalClinicalReview_2 | 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_View_Bed | GroupContainer@1.5.0 | Screen_View_Bed | never referenced in any formula; no event handlers |
| MEDIUM | allocatedBed_Container_View_Bed | 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 |
| Type | Name | Details | Locations |
|---|---|---|---|
| Write-Only Collection | colBBSListItems | Collection 'colBBSListItems' is populated but never read anywhere in the app | App > OnStart > App.pa.yaml ...ect"); ClearCollect(colBBSListItems, Sort('VHW Bed Bookings List', 'Departm.. Label_Closed > OnSelect > Screen_Home.pa.yaml ClearCollect(colBBSListItems, colClosedRequests); Set(varFilterStatu... Label_A_Clinician > OnSelect > Screen_Home.pa.yaml ClearCollect(colBBSListItems, colA_ClinicianRequests); Reset(ddlFilt... ...and 8 more |
| Write-Only Collection | colPatientRequirementsOptions | Collection 'colPatientRequirementsOptions' is populated but never read anywhere in the app | App > OnStart > App.pa.yaml ...ing)); ClearCollect(colPatientRequirementsOptions, Choices('VHW Bed Bookings |
| Write-Only Collection | colA_BedReleaseRequests | Collection 'colA_BedReleaseRequests' is populated but never read anywhere in the app | Image_Refresg > OnSelect > Screen_Home.pa.yaml ...earCollect( colA_BedReleaseRequests, Sort( Filter |
| Write-Only Collection | colDischargedRequests | Collection 'colDischargedRequests' is populated but never read anywhere in the app | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colDischargedRequests, Sort( Filter(... |
| Write-Only Collection | colDeceasedRequests | Collection 'colDeceasedRequests' is populated but never read anywhere in the app | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colDeceasedRequests, Sort( Filter(... |
| Write-Only Collection | colTransferredRequests | Collection 'colTransferredRequests' is populated but never read anywhere in the app | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colTransferredRequests, Sort( Filter(... |
| Unused Formula | SubmitIcon1 | Named formula 'SubmitIcon1' is defined in App.Formulas but never referenced | App > Formulas > App.pa.yaml |
| Unreachable Screen | Screen_Testing | Screen 'Screen_Testing' is never targeted by Navigate() and is not the start screen | Screen_Testing.pa.yaml |
| Name | Type | Confidence | Details | Locations |
|---|---|---|---|---|
| varCurrentUser | onstart-variable-to-formula | MEDIUM | Variable 'varCurrentUser' is only set in OnStart and never reassigned. Consider converting to a named formula for better performance. | App > OnStart > App.pa.yaml ...equirements')); Set(varCurrentUser, Lower(User().Email)); Set(isAdminRole,... |
| isAdminRole | onstart-variable-to-formula | MEDIUM | Variable 'isAdminRole' is only set in OnStart and never reassigned. Consider converting to a named formula for better performance. | App > OnStart > App.pa.yaml ...User().Email)); Set(isAdminRole, !IsBlank(LookUp(VHWUsers, Lower('BBS U... |
| isUserRole | onstart-variable-to-formula | MEDIUM | Variable 'isUserRole' is only set in OnStart and never reassigned. Consider converting to a named formula for better performance. | App > OnStart > App.pa.yaml ...alue = true))); Set(isUserRole, !IsBlank(LookUp(VHWUsers, Lower('BBS U... |
| 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 If(//No options selected IsBlank(ddlFilterByDepartment.Selected.Value) && va |
| 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 ... 20250805 If(//No options selected IsBlank(ddlFilterByDepartment.Selected |
| 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 If(//No options selected IsBlank(ddlFilterByDepartment.Selected.Value) && 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 If( // No options selected IsBlank(ddlFilterByDepartment.Selected.Value) |
| gal_All_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_All_BBList > Items > Screen_Home.pa.yaml If( // No filtering options selected IsBlank(ddlFilterByDepartment.Selec |
| 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 If( (IsBlank(drpFilterByDept.Selected.Value) && varSearchKeyword = ""), |
| 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 If( varFilterStatus = "All" && (IsBlank(ddlFilterByDepartment.Selected. |
| gallery_Beds.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. | gallery_Beds > Items > Screen_Manage_Beds.pa.yaml SortByColumns( Filter( 'VHW Bed Register', Not(Ward = "Contr |
| 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 ...Patch( '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 = |
| galStackedGraph_Update_1.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. | galStackedGraph_Update_1 > Items > Screen_Manage_Beds.pa.yaml //'VHW Bed Register' SortByColumns( Filter( 'VHW Bed Register', |
| 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, |
| 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, |
| 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', Status |
| galPatientMovement_1.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_1 > Items > Screen_Testing.pa.yaml Sort( Filter( 'VHW Bed Bookings List', Not(TrimEnds(Ward_Acc |
| galStackedGraph_Update_2.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. | galStackedGraph_Update_2 > Items > Screen_Update_Patient.pa.yaml //'VHW Bed Register' SortByColumns( Filter( 'VHW Bed Register', |
| galStackedGraph_View_Bed.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. | galStackedGraph_View_Bed > Items > Screen_View_Bed.pa.yaml SortByColumns( Filter( 'VHW Bed Register', Ward <> "Control" ), |
| Details |
|---|
| Found 17 collections used in the app: colA_AllOpenRequests, colA_BedReleaseRequests, colA_ClinicianRequests, colA_PorterRequests, colA_WardRequests, colAdmittedRequests, colBBSListItems, colBedCapacity, colBedGraphData, colClosedRequests, colDeceasedRequests, colDischargedRequests, colP_BedReleaseRequests, colPatientRequirementsOptions, colSelectedPatients, colTransferredRequests, colUserRegister |
| Name | Issue Type | Issue Type | Locations | Description |
|---|---|---|---|---|
| HIGH | varSearchKeyword | appropriate-set | App > OnStart > App.pa.yaml Set(varSearchKeyword, txtSearch > OnChange > Screen_Home.pa.yaml Set(varSearchKeyword, Image_Refresg > OnSelect > Screen_Home.pa.yaml Set(varSearchKeyword, ...and 4 more | Set() usage is appropriate for 'varSearchKeyword': Variable is initialized in OnStart |
| HIGH | varFilterStatus | appropriate-set | App > OnStart > App.pa.yaml Set(varFilterStatus, Label_Closed > OnSelect > Screen_Home.pa.yaml Set(varFilterStatus, Label_A_Clinician > OnSelect > Screen_Home.pa.yaml Set(varFilterStatus, ...and 6 more | Set() usage is appropriate for 'varFilterStatus': Variable is initialized in OnStart |
| HIGH | varDrpFilterByDeptDefaultValue | appropriate-set | App > OnStart > App.pa.yaml Set(varDrpFilterByDeptDefaultValue, | Set() usage is appropriate for 'varDrpFilterByDeptDefaultValue': Variable is initialized in OnStart |
| HIGH | varCurrentUser | appropriate-set | App > OnStart > App.pa.yaml Set(varCurrentUser, | Set() usage is appropriate for 'varCurrentUser': Variable is initialized in OnStart |
| HIGH | isAdminRole | appropriate-set | App > OnStart > App.pa.yaml Set(isAdminRole, | Set() usage is appropriate for 'isAdminRole': Variable is initialized in OnStart |
| HIGH | isUserRole | appropriate-set | App > OnStart > App.pa.yaml Set(isUserRole, | Set() usage is appropriate for 'isUserRole': Variable is initialized in OnStart |
| HIGH | varFilterSelectedDept | unnecessary-set | ddlFilterByDepartment > OnChange > Screen_Home.pa.yaml Set(varFilterSelectedDept, drpFilterByDept > OnChange > Screen_Home.pa.yaml Set(varFilterSelectedDept, | Variable 'varFilterSelectedDept' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Home) |
| HIGH | varSelectedRecordEditMode | appropriate-set | Image_Add > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecordEditMode, lblAddPatient > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecordEditMode, glbl_PatientName_7 > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecordEditMode, ...and 7 more | Set() usage is appropriate for 'varSelectedRecordEditMode': Variable is used across multiple screens |
| HIGH | varSelectedRecord | appropriate-set | Image_Add > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecord, lblAddPatient > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecord, glbl_PatientName_7 > OnSelect > Screen_Home.pa.yaml Set( varSelectedRecord, ...and 7 more | Set() usage is appropriate for 'varSelectedRecord': Variable is used across multiple screens |
| HIGH | varFilterSelectedRWard | unnecessary-set | ddlFilterByRWard > OnChange > Screen_Home.pa.yaml Set(varFilterSelectedRWard, | Variable 'varFilterSelectedRWard' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Home) |
| HIGH | varFilterSelectedAWard | unnecessary-set | ddlFilterByAWard > OnChange > Screen_Home.pa.yaml Set(varFilterSelectedAWard, | Variable 'varFilterSelectedAWard' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Home) |
| HIGH | varBeforeDeletingItemCounter | appropriate-set | Screen_Manage_Beds > OnVisible > Screen_Manage_Beds.pa.yaml Set(varBeforeDeletingItemCounter, Screen_Manage_Users > OnVisible > Screen_Manage_Users.pa.yaml Set(varBeforeDeletingItemCounter, | Set() usage is appropriate for 'varBeforeDeletingItemCounter': Variable is used across multiple screens |
| MEDIUM | varShowBedPopForm | unnecessary-set | Screen_Manage_Beds > OnVisible > Screen_Manage_Beds.pa.yaml Set(varShowBedPopForm, Image_Add_1 > OnSelect > Screen_Manage_Beds.pa.yaml Set(varShowBedPopForm, btnPopupForm_Submit > OnSelect > Screen_Manage_Beds.pa.yaml Set(varShowBedPopForm, ...and 1 more | Variable 'varShowBedPopForm' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Beds) |
| HIGH | varItemToSave | appropriate-set | imgbtnSaveItem > OnSelect > Screen_Manage_Beds.pa.yaml Set(varItemToSave, imgbtnSaveUserItem > OnSelect > Screen_Manage_Users.pa.yaml Set(varItemToSave, | Set() usage is appropriate for 'varItemToSave': Variable is used across multiple screens |
| HIGH | varSavedBedInformation | unnecessary-set | imgbtnSaveItem > OnSelect > Screen_Manage_Beds.pa.yaml Set( varSavedBedInformation, | Variable 'varSavedBedInformation' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Beds) |
| HIGH | varItemToRemove | appropriate-set | imgbtnDeleteItem > OnSelect > Screen_Manage_Beds.pa.yaml Set(varItemToRemove, imgbtnDeleteUserItem > OnSelect > Screen_Manage_Users.pa.yaml Set(varItemToRemove, | Set() usage is appropriate for 'varItemToRemove': Variable is used across multiple screens |
| HIGH | varItemToBeAdded | unnecessary-set | btnPopupForm_Submit > OnSelect > Screen_Manage_Beds.pa.yaml Set(varItemToBeAdded, | Variable 'varItemToBeAdded' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Beds) |
| MEDIUM | varUserOperationValue | unnecessary-set | Screen_Manage_Users > OnVisible > Screen_Manage_Users.pa.yaml Set(varUserOperationValue, | Variable 'varUserOperationValue' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| MEDIUM | varShowUserPopupForm | unnecessary-set | Screen_Manage_Users > OnVisible > Screen_Manage_Users.pa.yaml Set(varShowUserPopupForm, Image_Add_2 > OnSelect > Screen_Manage_Users.pa.yaml Set(varShowUserPopupForm, btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml Set(varShowUserPopupForm, ...and 1 more | Variable 'varShowUserPopupForm' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| HIGH | varSavedUserRole | unnecessary-set | imgbtnSaveUserItem > OnSelect > Screen_Manage_Users.pa.yaml Set( varSavedUserRole, | Variable 'varSavedUserRole' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| MEDIUM | varUserToRemoveEmail | unnecessary-set | imgbtnDeleteUserItem > OnSelect > Screen_Manage_Users.pa.yaml Set(varUserToRemoveEmail, | Variable 'varUserToRemoveEmail' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| MEDIUM | varShowConfirmDeleteUser | unnecessary-set | imgbtnDeleteUserItem > OnSelect > Screen_Manage_Users.pa.yaml Set(varShowConfirmDeleteUser, btnPopupUserForm_Submit_1 > OnSelect > Screen_Manage_Users.pa.yaml Set(varShowConfirmDeleteUser, btnPopupUserForm_Cancel_1 > OnSelect > Screen_Manage_Users.pa.yaml Set(varShowConfirmDeleteUser, | Variable 'varShowConfirmDeleteUser' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| HIGH | varPatientRecord | unnecessary-set | btnSaveAll > OnSelect > Screen_Manage_Users.pa.yaml Set(varPatientRecord, | Variable 'varPatientRecord' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users) |
| MEDIUM | varItemToAdd | unnecessary-set | btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml Set(varItemToAdd, btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml Set(varItemToAdd, | Variable 'varItemToAdd' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Manage_Users). Consider combining multiple Set() calls into a single UpdateContext() call |
| MEDIUM | varSaveButtonStateDisabled | unnecessary-set | Screen_Update_Patient > OnVisible > Screen_Update_Patient.pa.yaml Set(varSaveButtonStateDisabled, | Variable 'varSaveButtonStateDisabled' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| HIGH | varRequested_Ward | unnecessary-set | dcValue_Ward_Requested_1 > OnChange > Screen_Update_Patient.pa.yaml Set( varRequested_Ward, | Variable 'varRequested_Ward' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| HIGH | varAccepted_Ward | unnecessary-set | dcValue_Ward_Accepted_1 > OnChange > Screen_Update_Patient.pa.yaml Set( varAccepted_Ward, dcValue_Ward_Accepted_1 > OnChange > Screen_Update_Patient.pa.yaml Set( varAccepted_Ward, dcValue_Ward_Accepted_1 > OnChange > Screen_Update_Patient.pa.yaml Set( varAccepted_Ward, | Variable 'varAccepted_Ward' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient). Consider combining multiple Set() calls into a single UpdateContext() call |
| MEDIUM | varCurrentAllocatedStockForAdd | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentAllocatedStockForAdd, | Variable 'varCurrentAllocatedStockForAdd' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | varUpdatedAllocatedStockForAdd | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varUpdatedAllocatedStockForAdd, btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varUpdatedAllocatedStockForAdd, | Variable 'varUpdatedAllocatedStockForAdd' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient). Consider combining multiple Set() calls into a single UpdateContext() call |
| MEDIUM | varCurrentAllocatedStockForDeducting | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentAllocatedStockForDeducting, btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentAllocatedStockForDeducting, | Variable 'varCurrentAllocatedStockForDeducting' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient). Consider combining multiple Set() calls into a single UpdateContext() call |
| MEDIUM | varUpdatedAllocatedStockForDeducting | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varUpdatedAllocatedStockForDeducting, btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varUpdatedAllocatedStockForDeducting, | Variable 'varUpdatedAllocatedStockForDeducting' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient). Consider combining multiple Set() calls into a single UpdateContext() call |
| MEDIUM | varCurrentApplicationStatus | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentApplicationStatus, | Variable 'varCurrentApplicationStatus' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | varWardName | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varWardName, | Variable 'varWardName' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | varCurrentAllocatedBed | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentAllocatedBed, | Variable 'varCurrentAllocatedBed' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | varCurrentBedCapacity | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentBedCapacity, | Variable 'varCurrentBedCapacity' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | varCurrentAvailableBed | unnecessary-set | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml Set(varCurrentAvailableBed, | Variable 'varCurrentAvailableBed' is set using Set() but could use UpdateContext() instead for better performance and local scoping (only used within Screen_Update_Patient) |
| MEDIUM | d | multiple-updatecontext | Image_Refresg > OnSelect > Screen_Home.pa.yaml UpdateContext({blnRefreshTimerEnabled: 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( { varNewWard: 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 | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml UpdateContext({varSaveButtonStateDisabled: btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml UpdateContext({varSaveButtonStateDisabled: | 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, blnSwop: 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(Filter( 'VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Sort( Filter( 'VHW Bed Bookings List', Status.Value in ["Awaiting Clinician… | Image_Refresg > OnSelect > Screen_Home.pa.yaml Sort( Filter( 'VHW Bed Bookings List', | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in ["Awaiting Clinician Review", "Awaitin… | Image_Refresg > OnSelect > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Discharged", … | ddlFilterByDepartment > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in [ | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Pending Dischar… | ddlFilterByDepartment > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Discharged", … | ddlFilterByDepartment > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in [ | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Pending Discharge", … | ddlFilterByDepartment > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in [ | MEDIUM |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword) && IsBla… | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colClosedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), … | gal_C_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colClosedRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedAWa… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varSearchKeyword), … | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varSearchKeyword) &&… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varSearchKeyword) &&… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varSearchKeyword), … | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varSearchKeyword), … | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colP_BedReleaseRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colP_BedReleaseRequests, If( IsBlank(varFilterSelectedDep… | gal_PBR_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colP_BedReleaseRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedAWard),… | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword) && IsB… | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword) && IsB… | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept) &… | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colAdmittedRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), … | gal_A_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colAdmittedRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedAWard),… | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword) && IsB… | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword) && IsB… | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilte… | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, I | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varSearchKeyword), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_PorterRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_PorterRequests, If( IsBlank(varFilterSelectedDept), … | gal_AP_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_PorterRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedDept),… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedAWard)… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varSearchKeyword), … | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varSearchKeyword) && Is… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varSearchKeyword) && Is… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varSearchKeyword), … | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedDept),… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedDept),… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varSearchKeyword), … | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedDept),… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_AllOpenRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_AllOpenRequests, If( IsBlank(varFilterSelectedDept),… | gal_All_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_AllOpenRequests, If( | HIGH |
| Sort(Filter( colA_WardRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_WardRequests, If( IsBlank(varFilterSelectedDept), … | gal_AWA_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_WardRequests, If( | HIGH |
| Sort(Filter( colA_WardRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_WardRequests, If( IsBlank(varFilterSelectedRWard), … | gal_AWA_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_WardRequests, If( | HIGH |
| Sort(Filter( colA_WardRequests) | non-delegable-operation | Non-delegable operation detected: If | SharePoint | If | Sort( Filter( colA_WardRequests, If( IsBlank(varSearchKeyword), … | gal_AWA_BBList > Items > Screen_Home.pa.yaml Sort( Filter( colA_WardRequests, If( | HIGH |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Discharged", … | ddlFilterByRWard > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in [ | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in [ "Pending Discharge", … | ddlFilterByRWard > Items > Screen_Home.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in [ | MEDIUM |
| Sort(AddColumns( Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Sort( AddColumns( Filter('VHW Bed Bookings List', Status.Value in [ "Admitted",… | galPatientMovement > Items > Screen_Patient_Movement.pa.yaml Sort( AddColumns( Filter('VHW Bed Bookings List', Status | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter('VHW Bed Bookings List', Status.Value in [ "Admitted", "Awaiting Po… | galPatientMovement > Items > Screen_Patient_Movement.pa.yaml Filter('VHW Bed Bookings List', Status.Value in [ "A | MEDIUM |
| CountRows(Filter( 'VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | CountRows( Filter( 'VHW Bed Bookings List', … | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml CountRows( Filter( | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value i… | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml Filter( 'VHW Bed Bookings List', | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in ["Awaiting Porter","Admitted",… | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml Filter( 'VHW Bed Bookings List', Status. | MEDIUM |
| Filter('VHW Bed Bookings List') | non-delegable-operation | Non-delegable operation detected: in operator with array | SharePoint | in operator with array | Filter( 'VHW Bed Bookings List', Status.Value in ["Awaiting Porter","Admitted","Pending… | ButtonCanvas3 > OnSelect > Screen_Testing.pa.yaml Filter( 'VHW Bed Bookings List', Status.Value in | MEDIUM |
| Type | Issue | Locations | Confidence | |
|---|---|---|---|---|
| App.OnStart | concurrent-opportunity | 2 consecutive independent network operations could be wrapped in Concurrent() for better performance | App > OnStart > App.pa.yaml ClearCollect(colBBSListItems, Sort('VHW Bed Bookings List', 'Department referred | MEDIUM |
| 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 |
| imgbtnDeleteUserItem.OnSelect | concurrent-opportunity | 2 consecutive independent network operations could be wrapped in Concurrent() for better performance | imgbtnDeleteUserItem > OnSelect > Screen_Manage_Users.pa.yaml IfError( Remove(VHWUsers, ThisItem), With( {e: FirstError}, | MEDIUM |
| btnSaveAll.OnSelect | concurrent-opportunity | 2 consecutive independent network operations could be wrapped in Concurrent() for better performance | btnSaveAll > OnSelect > Screen_Manage_Users.pa.yaml Set(varPatientRecord, ForAll( Filter(gallery_Users.AllItems, ID = In | 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 Remove(VHWUsers, LookUp(VHWUsers,'BBS User'.Email = varUserToRemoveEmail.Email)) | MEDIUM |
| btnMovePatientOnDialog.OnSelect | concurrent-opportunity | 5 consecutive independent network operations could be wrapped in Concurrent() for better performance | btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml If( // Swop the two patients' wards. blnSwop, With( { | MEDIUM |
| Screen_Update_Patient.OnVisible | concurrent-opportunity | 4 consecutive independent network operations could be wrapped in Concurrent() for better performance | Screen_Update_Patient > OnVisible > Screen_Update_Patient.pa.yaml Refresh(VHWUsers); Refresh('VHW Bed Register'); Refresh('VHW Bed Bookings List') | MEDIUM |
| btnSave_1.OnSelect | concurrent-opportunity | 2 consecutive independent network operations could be wrapped in Concurrent() for better performance | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml If( ( ( dcValue_ConfirmDeceasedPatient_2.Selected.Value | 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 |
| txtSearchUser | empty-onselect | Control "txtSearchUser" has an empty or no-op OnSelect handler. If the control is interactive, this may confuse users o… | MEDIUM | txtSearchUser > OnSelect > Screen_Manage_Users.pa.yaml |
| Icon1_3 | empty-onselect | Control "Icon1_3" has an empty or no-op OnSelect handler. If the control is interactive, this may confuse users or indi… | MEDIUM | Icon1_3 > OnSelect > Screen_NoAccess.pa.yaml //Refresh('VHW Bed Register') |
| 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) |
| Rectangle1 | hardcoded-color | Control "Rectangle1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for m… | LOW | Rectangle1 > 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) |
| WCG Footer_2 | hardcoded-color | Control "WCG Footer_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | WCG Footer_2 > Fill > Screen_Home.pa.yaml RGBA(74, 74, 74,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) |
| Rectangle5 | hardcoded-color | Control "Rectangle5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for m… | LOW | Rectangle5 > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| Rectangle5 | hardcoded-color | Control "Rectangle5" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constant… | LOW | Rectangle5 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| lblAddPatient | hardcoded-color | Control "lblAddPatient" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | lblAddPatient > Color > Screen_Home.pa.yaml RGBA(9, 33, 98, 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) |
| Label_All_Queues | hardcoded-color | Control "Label_All_Queues" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | Label_All_Queues > BorderColor > Screen_Home.pa.yaml RGBA(0, 0, 0, 1) |
| Label_All_Queues | hardcoded-color | Control "Label_All_Queues" uses hardcoded RGBA color in "HoverColor". Consider using theme variables or named color con… | LOW | Label_All_Queues > HoverColor > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_RequestedWard_2 | hardcoded-color | Control "glh_RequestedWard_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | glh_RequestedWard_2 > Color > 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) |
| Rectangle7_7 | hardcoded-color | Control "Rectangle7_7" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_7 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Gender_6 | hardcoded-color | Control "glh_Gender_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_6 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_6 | hardcoded-color | Control "glh_Department_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_6 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_6 | hardcoded-color | Control "glh_PatientName_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_6 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_6 | hardcoded-color | Control "glh_FolderNumber_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_6 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_6 | hardcoded-color | Control "glh_Age_6" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_6 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_WardAccepted_4 | hardcoded-color | Control "glh_WardAccepted_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_WardAccepted_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 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) |
| Rectangle7_6 | hardcoded-color | Control "Rectangle7_6" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_6 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Gender_5 | hardcoded-color | Control "glh_Gender_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_5 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_5 | hardcoded-color | Control "glh_Department_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_5 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_5 | hardcoded-color | Control "glh_PatientName_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_5 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_5 | hardcoded-color | Control "glh_FolderNumber_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_5 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_5 | hardcoded-color | Control "glh_Age_5" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_5 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Status_3_pbr | hardcoded-color | Control "glh_Status_3_pbr" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Status_3_pbr > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 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_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 |
| 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 |
| 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) |
| Rectangle7_5 | hardcoded-color | Control "Rectangle7_5" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_5 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Gender_4 | hardcoded-color | Control "glh_Gender_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_WardAccepted_1 | hardcoded-color | Control "glh_WardAccepted_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_WardAccepted_1 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_4 | hardcoded-color | Control "glh_Department_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_4 | hardcoded-color | Control "glh_PatientName_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_4 | hardcoded-color | Control "glh_FolderNumber_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_4 | hardcoded-color | Control "glh_Age_4" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_4 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 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'. |
| Rectangle7_4 | hardcoded-color | Control "Rectangle7_4" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_4 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Gender_3 | hardcoded-color | Control "glh_Gender_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| 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_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_PatientName_3 | hardcoded-color | Control "glh_PatientName_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_3 | hardcoded-color | Control "glh_FolderNumber_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_3 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_3 | hardcoded-color | Control "glh_Age_3" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_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) |
| 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) |
| gal_All_BBList | hardcoded-color | Control "gal_All_BBList" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | gal_All_BBList > Fill > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| gal_All_BBList | hardcoded-color | Control "gal_All_BBList" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color cons… | LOW | gal_All_BBList > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_1 | hardcoded-color | Control "glbl_Gender_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_1 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_Gender_1 | hardcoded-color | Control "glbl_Gender_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants f… | LOW | glbl_Gender_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| glbl_Location_1 | hardcoded-color | Control "glbl_Location_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | glbl_Location_1 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_Location_1 | hardcoded-color | Control "glbl_Location_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | glbl_Location_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| glbl_DepartmentReferredTo_1 | hardcoded-color | Control "glbl_DepartmentReferredTo_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_1 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_1 | hardcoded-color | Control "glbl_PatientName_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glbl_PatientName_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| glbl_FolderNumber_1 | hardcoded-color | Control "glbl_FolderNumber_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | glbl_FolderNumber_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| glbl_Age_1 | hardcoded-color | Control "glbl_Age_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for … | LOW | glbl_Age_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| Label6_1 | hardcoded-color | Control "Label6_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label6_1 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| Rectangle3 | hardcoded-color | Control "Rectangle3" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constant… | LOW | Rectangle3 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| Label6_7 | hardcoded-color | Control "Label6_7" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label6_7 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| Label6_8 | hardcoded-color | Control "Label6_8" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for ma… | LOW | Label6_8 > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| Rectangle7_2 | hardcoded-color | Control "Rectangle7_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_2 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| Rectangle7_3 | hardcoded-color | Control "Rectangle7_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for… | LOW | Rectangle7_3 > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| 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) |
| glbl_Gender_3 | hardcoded-color | Control "glbl_Gender_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_3 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_Location_3 | hardcoded-color | Control "glbl_Location_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | glbl_Location_3 > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) |
| glbl_DepartmentReferredTo_3 | hardcoded-color | Control "glbl_DepartmentReferredTo_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named colo… | LOW | glbl_DepartmentReferredTo_3 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_3 | hardcoded-color | Control "glbl_PatientName_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constan… | LOW | glbl_PatientName_3 > Fill > Screen_Home.pa.yaml If(ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Admissi |
| Rectangle3_2 | hardcoded-color | Control "Rectangle3_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_2 > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glh_Gender_2 | hardcoded-color | Control "glh_Gender_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Gender_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Location_2 | hardcoded-color | Control "glh_Location_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | glh_Location_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Diagnosis_1 | hardcoded-color | Control "glh_Diagnosis_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | glh_Diagnosis_1 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_2 | hardcoded-color | Control "glh_Department_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Department_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_2 | hardcoded-color | Control "glh_PatientName_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glh_PatientName_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_2 | hardcoded-color | Control "glh_FolderNumber_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_FolderNumber_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_2 | hardcoded-color | Control "glh_Age_2" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for m… | LOW | glh_Age_2 > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Gender | hardcoded-color | Control "glh_Gender" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for … | LOW | glh_Gender > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Location | hardcoded-color | Control "glh_Location" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants fo… | LOW | glh_Location > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Requirements | hardcoded-color | Control "glh_Requirements" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Requirements > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department | hardcoded-color | Control "glh_Department" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | glh_Department > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName | hardcoded-color | Control "glh_PatientName" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants… | LOW | glh_PatientName > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber | hardcoded-color | Control "glh_FolderNumber" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_FolderNumber > 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) |
| glbl_Gender_2_awa | hardcoded-color | Control "glbl_Gender_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | glbl_Gender_2_awa > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) //If(ThisItem.'Priority Admission EC Consultant request'.Value = " |
| glbl_Gender_2_awa | hardcoded-color | Control "glbl_Gender_2_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glbl_Gender_2_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_Location_2_awa | hardcoded-color | Control "glbl_Location_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | glbl_Location_2_awa > Fill > Screen_Home.pa.yaml RGBA(0,0,0,0) //If(ThisItem.'Priority Admission EC Consultant request'.Value = " |
| glbl_Location_2_awa | hardcoded-color | Control "glbl_Location_2_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | glbl_Location_2_awa > Color > Screen_Home.pa.yaml If( ThisItem.'Priority Admission EC Consultant request'.Value = "Priority Ad |
| glbl_DepartmentReferredTo_2_awa | hardcoded-color | Control "glbl_DepartmentReferredTo_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | glbl_DepartmentReferredTo_2_awa > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_PatientName_2_awa | hardcoded-color | Control "glbl_PatientName_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | glbl_PatientName_2_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_PatientName_2_awa | hardcoded-color | Control "glbl_PatientName_2_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color co… | LOW | glbl_PatientName_2_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_FolderNumber_2_awa | hardcoded-color | Control "glbl_FolderNumber_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color co… | LOW | glbl_FolderNumber_2_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_FolderNumber_2_awa | hardcoded-color | Control "glbl_FolderNumber_2_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color c… | LOW | glbl_FolderNumber_2_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_Age_2_awa | hardcoded-color | Control "glbl_Age_2_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants f… | LOW | glbl_Age_2_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_Age_2_awa | hardcoded-color | Control "glbl_Age_2_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants … | LOW | glbl_Age_2_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_Priority_awa | hardcoded-color | Control "glbl_Priority_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constant… | LOW | glbl_Priority_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_Priority_awa | hardcoded-color | Control "glbl_Priority_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constan… | LOW | glbl_Priority_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| Rectangle3_1_awa | hardcoded-color | Control "Rectangle3_1_awa" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color co… | LOW | Rectangle3_1_awa > BorderColor > Screen_Home.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_RequestedWard_awa | hardcoded-color | Control "glbl_RequestedWard_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color con… | LOW | glbl_RequestedWard_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_RequestedWard_awa | hardcoded-color | Control "glbl_RequestedWard_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color co… | LOW | glbl_RequestedWard_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_Requirements_awa | hardcoded-color | Control "glbl_Requirements_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color cons… | LOW | glbl_Requirements_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_Requirements_awa | hardcoded-color | Control "glbl_Requirements_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color con… | LOW | glbl_Requirements_awa > Color > Screen_Home.pa.yaml //RGBA(0, 0, 0, 1) If( ThisItem.'Priority Admission EC Consultant request'.V |
| glbl_TimeSpentInFac_awa | hardcoded-color | Control "glbl_TimeSpentInFac_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color co… | LOW | glbl_TimeSpentInFac_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| glbl_TimeSpentInFac_awa | hardcoded-color | Control "glbl_TimeSpentInFac_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color c… | LOW | glbl_TimeSpentInFac_awa > Color > Screen_Home.pa.yaml /*If(DateDiff(ThisItem.'Clinician Reviewed Date', Now(), TimeUnit.Hours) > 8,RGB |
| Rectangle7_1_awa | hardcoded-color | Control "Rectangle7_1_awa" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | Rectangle7_1_awa > Fill > Screen_Home.pa.yaml RGBA(15, 108, 189, 1) |
| glh_Gender_1_awa | hardcoded-color | Control "glh_Gender_1_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_Gender_1_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Location_1_awa | hardcoded-color | Control "glh_Location_1_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_Location_1_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Department_1_awa | hardcoded-color | Control "glh_Department_1_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | glh_Department_1_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_RequestedWard_1_awa | hardcoded-color | Control "glh_RequestedWard_1_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color c… | LOW | glh_RequestedWard_1_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientName_awa | hardcoded-color | Control "glh_PatientName_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | glh_PatientName_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_FolderNumber_awa | hardcoded-color | Control "glh_FolderNumber_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | glh_FolderNumber_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age_awa | hardcoded-color | Control "glh_Age_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for… | LOW | glh_Age_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_RequestedWard_awa | hardcoded-color | Control "glh_RequestedWard_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named color con… | LOW | glh_RequestedWard_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_PatientRequirements_awa | hardcoded-color | Control "glh_PatientRequirements_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named col… | LOW | glh_PatientRequirements_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_TimeSpentInFacility_awa | hardcoded-color | Control "glh_TimeSpentInFacility_awa" uses hardcoded RGBA color in "Color". Consider using theme variables or named col… | LOW | glh_TimeSpentInFacility_awa > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Age | hardcoded-color | Control "glh_Age" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constants for mai… | LOW | glh_Age > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_WardAccepted | hardcoded-color | Control "glh_WardAccepted" uses hardcoded RGBA color in "Color". Consider using theme variables or named color constant… | LOW | glh_WardAccepted > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_WardAccepted_pbr | hardcoded-color | Control "glh_WardAccepted_pbr" uses hardcoded RGBA color in "Color". Consider using theme variables or named color cons… | LOW | glh_WardAccepted_pbr > Color > Screen_Home.pa.yaml RGBA(255, 255, 255, 1) |
| glh_Status_3_pbr_1 | hardcoded-color | Control "glh_Status_3_pbr_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color consta… | LOW | glh_Status_3_pbr_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) |
| 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) |
| 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) |
| 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) |
| 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_1 | hardcoded-color | Control "galStackedGraph_Update_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_Update_1 > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_Update_1 | hardcoded-color | Control "BedAvailable_Container_Update_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_Update_1 > Fill > Screen_Manage_Beds.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_Update_1 | hardcoded-color | Control "allocatedBed_Container_Update_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_Update_1 > Fill > Screen_Manage_Beds.pa.yaml RGBA(212, 96, 104, 1) |
| WardTiltle_Update_1 | hardcoded-color | Control "WardTiltle_Update_1" uses hardcoded RGBA color in "Color". Consider using theme variables or named color const… | LOW | WardTiltle_Update_1 > Color > Screen_Manage_Beds.pa.yaml RGBA(255, 255, 255, 1) |
| WardTiltle_Update_1 | hardcoded-color | Control "WardTiltle_Update_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_Update_1 > BorderColor > Screen_Manage_Beds.pa.yaml RGBA(0, 0, 0, 1) |
| lblCapacity_Bed_Update_1 | hardcoded-color | Control "lblCapacity_Bed_Update_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_Update_1 > Fill > Screen_Manage_Beds.pa.yaml RGBA(255, 184, 174, 1) |
| circle_Allocated | hardcoded-color | Control "circle_Allocated" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | circle_Allocated > Fill > Screen_Manage_Beds.pa.yaml RGBA(212, 96, 104, 1) |
| circle_Available | hardcoded-color | Control "circle_Available" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | circle_Available > Fill > Screen_Manage_Beds.pa.yaml RGBA(49, 130, 93, 1) |
| circle_Capacity | hardcoded-color | Control "circle_Capacity" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants … | LOW | circle_Capacity > 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) |
| txtTitle | hardcoded-color | Control "txtTitle" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color constants … | LOW | txtTitle > BorderColor > 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) |
| 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) |
| 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) |
| galPatientMovement_1 | hardcoded-color | Control "galPatientMovement_1" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color const… | LOW | galPatientMovement_1 > Fill > Screen_Testing.pa.yaml RGBA(255, 255, 255, 1) |
| galPatientMovement_1 | hardcoded-color | Control "galPatientMovement_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named colo… | LOW | galPatientMovement_1 > BorderColor > Screen_Testing.pa.yaml RGBA(214, 221, 224, 1) |
| glbl_Gender_8 | hardcoded-color | Control "glbl_Gender_8" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | glbl_Gender_8 > Fill > Screen_Testing.pa.yaml RGBA(0,0,0,0) |
| Rectangle3_7 | hardcoded-color | Control "Rectangle3_7" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color consta… | LOW | Rectangle3_7 > BorderColor > Screen_Testing.pa.yaml RGBA(214, 221, 224, 1) |
| lblAppetedWard_3 | hardcoded-color | Control "lblAppetedWard_3" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants… | LOW | lblAppetedWard_3 > Fill > Screen_Testing.pa.yaml If(ThisItem.Status.Value in ["Awaiting Porter","Admitted","Pending Discharge", " |
| 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_PatientName_2 | hardcoded-color | Control "dcValue_PatientName_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named col… | LOW | dcValue_PatientName_2 > 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_2 | hardcoded-color | Control "dcValue_FolderNumber_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | dcValue_FolderNumber_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_WhereIsPatientCurrently_2 | hardcoded-color | Control "dcValue_WhereIsPatientCurrently_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables … | LOW | dcValue_WhereIsPatientCurrently_2 > 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_ReferringDoctorName_2 | hardcoded-color | Control "dcValue_ReferringDoctorName_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ReferringDoctorName_2 > BorderColor > 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_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_ConfirmClinicianReview_2 | hardcoded-color | Control "dcValue_ConfirmClinicianReview_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_ConfirmClinicianReview_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ClinicianNotes_2 | hardcoded-color | Control "dcValue_ClinicianNotes_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_ClinicianNotes_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_2 | hardcoded-color | Control "dcValue_ClinicianAcceptance_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_ClinicianAcceptance_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_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_ConfirmWardAcceptance_2 | hardcoded-color | Control "dcValue_ConfirmWardAcceptance_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or… | LOW | dcValue_ConfirmWardAcceptance_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_2 | hardcoded-color | Control "dcValue_CancelAllocatedBed_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or na… | LOW | dcValue_CancelAllocatedBed_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_WardRequested_1 | hardcoded-color | Control "dcValue_WardRequested_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | dcValue_WardRequested_1 > 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_2 | hardcoded-color | Control "dc_Priority_2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants fo… | LOW | dc_Priority_2 > 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_AcceptingWard_1 | hardcoded-color | Control "dcValue_AcceptingWard_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named c… | LOW | dcValue_AcceptingWard_1 > 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_DischargedDate_2 | hardcoded-color | Control "dcValue_DischargedDate_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_DischargedDate_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue13_2 | hardcoded-color | Control "HourValue13_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue13_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue13_2 | hardcoded-color | Control "MinuteValue13_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue13_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_BedInfo_2 | hardcoded-color | Control "dcValue_BedInfo_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | dcValue_BedInfo_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_TimePorterCollected_1 | hardcoded-color | Control "dcValue_TimePorterCollected_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or n… | LOW | dcValue_TimePorterCollected_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue10_1 | hardcoded-color | Control "HourValue10_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue10_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue10_1 | hardcoded-color | Control "MinuteValue10_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue10_1 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmWardAdmission_2 | hardcoded-color | Control "dcValue_ConfirmWardAdmission_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_ConfirmWardAdmission_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_DeclaredDeceaseDate1_2 | hardcoded-color | Control "dcValue_DeclaredDeceaseDate1_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_DeclaredDeceaseDate1_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| HourValue15_2 | hardcoded-color | Control "HourValue15_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | HourValue15_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| MinuteValue15_2 | hardcoded-color | Control "MinuteValue15_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color con… | LOW | MinuteValue15_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_IntervalClinicalReview_2 | hardcoded-color | Control "dcValue_IntervalClinicalReview_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_IntervalClinicalReview_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) |
| dcValue_PatientDetails_2 | hardcoded-color | Control "dcValue_PatientDetails_2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_PatientDetails_2 > BorderColor > Screen_Update_Patient.pa.yaml RGBA(0, 0, 0, 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) |
| 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) |
| 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_View_Bed | hardcoded-color | Control "galStackedGraph_View_Bed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | galStackedGraph_View_Bed > BorderColor > Screen_View_Bed.pa.yaml RGBA(0,0,0,0.2) |
| BedAvailable_Container_View_Bed | hardcoded-color | Control "BedAvailable_Container_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | BedAvailable_Container_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(49, 130, 93, 1) |
| allocatedBed_Container_View_Bed | hardcoded-color | Control "allocatedBed_Container_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named … | LOW | allocatedBed_Container_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(212, 96, 104, 1) |
| lblCapacity_Bed_View_Bed | hardcoded-color | Control "lblCapacity_Bed_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | lblCapacity_Bed_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(253, 207, 180, 1) |
| WardTiltle_View_Bed | hardcoded-color | Control "WardTiltle_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color consta… | LOW | WardTiltle_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(255, 184, 174, 1) |
| WardTiltle_View_Bed | hardcoded-color | Control "WardTiltle_View_Bed" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | WardTiltle_View_Bed > BorderColor > Screen_View_Bed.pa.yaml RGBA(0, 0, 0, 1) |
| Circle_Allocated_View_Bed | hardcoded-color | Control "Circle_Allocated_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color … | LOW | Circle_Allocated_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(215, 58, 61, 1) |
| Circle_Available_View_Bed | hardcoded-color | Control "Circle_Available_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color … | LOW | Circle_Available_View_Bed > Fill > Screen_View_Bed.pa.yaml RGBA(49, 130, 93, 1) |
| Circle_Capacity_View_Bed | hardcoded-color | Control "Circle_Capacity_View_Bed" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color c… | LOW | Circle_Capacity_View_Bed > 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) |
| SEPARATOR_DataCard4 | hardcoded-color | Control "SEPARATOR_DataCard4" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | SEPARATOR_DataCard4 > BorderColor > Screen_View_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| dcValue_PatientName_1 | hardcoded-color | Control "dcValue_PatientName_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named col… | LOW | dcValue_PatientName_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_PatientSurname_1 | hardcoded-color | Control "dcValue_PatientSurname_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named … | LOW | dcValue_PatientSurname_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Location_1 | hardcoded-color | Control "dcValue_Location_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color … | LOW | dcValue_Location_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_CancelAllocatedBed_1 | hardcoded-color | Control "dcValue_CancelAllocatedBed_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or na… | LOW | dcValue_CancelAllocatedBed_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) |
| dcValue_BedInfo_1 | hardcoded-color | Control "dcValue_BedInfo_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color c… | LOW | dcValue_BedInfo_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_Age_1 | hardcoded-color | Control "dcValue_Age_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color const… | LOW | dcValue_Age_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_FolderNumber_1 | hardcoded-color | Control "dcValue_FolderNumber_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named co… | LOW | dcValue_FolderNumber_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| SEPARATOR_DataCard2 | hardcoded-color | Control "SEPARATOR_DataCard2" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or named color… | LOW | SEPARATOR_DataCard2 > BorderColor > Screen_View_Patient.pa.yaml RGBA(204, 204, 204, 1) |
| dcValue_ConfirmClinicianReview_1 | hardcoded-color | Control "dcValue_ConfirmClinicianReview_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_ConfirmClinicianReview_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmWardAcceptance_1 | hardcoded-color | Control "dcValue_ConfirmWardAcceptance_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or… | LOW | dcValue_ConfirmWardAcceptance_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| dcValue_ConfirmPorterCollected_1 | hardcoded-color | Control "dcValue_ConfirmPorterCollected_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables o… | LOW | dcValue_ConfirmPorterCollected_1 > BorderColor > Screen_View_Patient.pa.yaml RGBA(0, 0, 0, 1) |
| Label2 | hardcoded-color | Control "Label2" uses hardcoded RGBA color in "Fill". Consider using theme variables or named color constants for maint… | LOW | Label2 > Fill > Screen_View_Patient.pa.yaml RGBA(245, 245, 245, 1) |
| dcValue_ConfirmWardAdmission_1 | hardcoded-color | Control "dcValue_ConfirmWardAdmission_1" uses hardcoded RGBA color in "BorderColor". Consider using theme variables or … | LOW | dcValue_ConfirmWardAdmission_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) |
| App | complex-formula | Formula in "App.Formulas" contains 4 If/Switch branches, indicating high complexity. Consider refactoring with named fo… | MEDIUM | App > Formulas > App.pa.yaml /* Global Settings */ HeaderName = "Patient Flow App"; // Establish the Environ |
| ddlFilterByDepartment | complex-formula | Formula in "ddlFilterByDepartment.Items" contains 4 If/Switch branches, indicating high complexity. Consider refactorin… | MEDIUM | ddlFilterByDepartment > Items > Screen_Home.pa.yaml /*If( varFilterStatus = "Closed", Distinct( Filter( |
| gal_C_BBList | complex-formula | Formula in "gal_C_BBList.Items" contains 10 If/Switch branches, indicating high complexity. Consider refactoring with n… | HIGH | gal_C_BBList > Items > Screen_Home.pa.yaml If(//No options selected IsBlank(ddlFilterByDepartment.Selected.Value) && va |
| 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 |
| gal_PBR_BBList | complex-formula | Formula in "gal_PBR_BBList.Items" contains 13 If/Switch branches, indicating high complexity. Consider refactoring with… | HIGH | gal_PBR_BBList > Items > Screen_Home.pa.yaml // ## Added 20250805 If(//No options selected IsBlank(ddlFilterByDepartment. |
| 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 |
| gal_A_BBList | complex-formula | Formula in "gal_A_BBList.Items" contains 13 If/Switch branches, indicating high complexity. Consider refactoring with n… | HIGH | gal_A_BBList > Items > Screen_Home.pa.yaml If(//No options selected IsBlank(ddlFilterByDepartment.Selected.Value) && Is |
| 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 |
| gal_AP_BBList | complex-formula | Formula in "gal_AP_BBList.Items" contains 16 If/Switch branches, indicating high complexity. Consider refactoring with … | HIGH | gal_AP_BBList > Items > Screen_Home.pa.yaml If( // No options selected IsBlank(ddlFilterByDepartment.Selected.Value) |
| 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 |
| gal_All_BBList | complex-formula | Formula in "gal_All_BBList.Items" contains 12 If/Switch branches, indicating high complexity. Consider refactoring with… | HIGH | gal_All_BBList > Items > Screen_Home.pa.yaml If( // No filtering options selected IsBlank(ddlFilterByDepartment.Selec |
| glbl_DepartmentReferredTo_1 | complex-formula | Formula in "glbl_DepartmentReferredTo_1.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_1 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| gal_ACR_BBList | complex-formula | Formula in "gal_ACR_BBList.Items" contains 4 If/Switch branches, indicating high complexity. Consider refactoring with … | MEDIUM | gal_ACR_BBList > Items > Screen_Home.pa.yaml If( (IsBlank(drpFilterByDept.Selected.Value) && varSearchKeyword = ""), |
| glbl_DepartmentReferredTo_3 | complex-formula | Formula in "glbl_DepartmentReferredTo_3.Fill" contains 9 If/Switch branches, indicating high complexity. Consider refac… | HIGH | glbl_DepartmentReferredTo_3 > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| gal_AWA_BBList | complex-formula | Formula in "gal_AWA_BBList.Items" contains 25 If/Switch branches, indicating high complexity. Consider refactoring with… | HIGH | gal_AWA_BBList > Items > Screen_Home.pa.yaml If( varFilterStatus = "All" && (IsBlank(ddlFilterByDepartment.Selected. |
| glbl_DepartmentReferredTo_2_awa | complex-formula | Formula in "glbl_DepartmentReferredTo_2_awa.Fill" contains 9 If/Switch branches, indicating high complexity. Consider r… | HIGH | glbl_DepartmentReferredTo_2_awa > Fill > Screen_Home.pa.yaml If(ThisItem.'Department referred to'.Value = "ENT", RGBA(169,232,170,100), If(T |
| glbl_TimeSpentInFac_awa | complex-formula | Formula in "glbl_TimeSpentInFac_awa.Fill" contains 10 If/Switch branches, indicating high complexity. Consider refactor… | HIGH | glbl_TimeSpentInFac_awa > Fill > Screen_Home.pa.yaml RGBA(0, 0, 0, 0) //If(ThisItem.'Priority Admission EC Consultant request'.Value |
| 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 |
| dc_VHWDoctor_2 | complex-formula | Formula in "dc_VHWDoctor_2.Visible" contains 4 If/Switch branches, indicating high complexity. Consider refactoring wit… | MEDIUM | dc_VHWDoctor_2 > Visible > Screen_Update_Patient.pa.yaml //If(!(dcValue_WhereIsPatientCurrently.Selected.Value in ["Interfacility Transfe |
| dc_CancelAllocatedBed_2 | complex-formula | Formula in "dc_CancelAllocatedBed_2.Visible" contains 4 If/Switch branches, indicating high complexity. Consider refact… | MEDIUM | dc_CancelAllocatedBed_2 > Visible > Screen_Update_Patient.pa.yaml /*If( (varSelectedRecordEditMode = FormMode.Edit)&&(dcValue_Status.Selected. |
| dc_WardRequested_1 | complex-formula | Formula in "dc_WardRequested_1.Visible" contains 4 If/Switch branches, indicating high complexity. Consider refactoring… | MEDIUM | dc_WardRequested_1 > Visible > Screen_Update_Patient.pa.yaml //If(dcValue_Status.Selected.Value = "Awaiting Ward Acceptance";true;false) //If |
| btnSave_1 | complex-formula | Formula in "btnSave_1.OnSelect" contains 46 If/Switch branches, indicating high complexity. Consider refactoring with n… | HIGH | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml // Set and reset shit. Concurrent( Set(varCurrentAllocatedStockForAdd, Coal |
| btnSave_1 | complex-formula | Formula in "btnSave_1.Visible" contains 6 If/Switch branches, indicating high complexity. Consider refactoring with nam… | HIGH | btnSave_1 > Visible > Screen_Update_Patient.pa.yaml true /*If(//new ((varSelectedRecordEditMode = FormMode.New && Len(dcValue_Pa |
| colBBSListItems | write-only-collection | Collection "colBBSListItems" is populated but never read. It may be unused or referenced under a different name. | HIGH | App > OnStart > App.pa.yaml ...ect"); ClearCollect(colBBSListItems, Sort('VHW Bed Bookings List', 'Departm.. Label_Closed > OnSelect > Screen_Home.pa.yaml ClearCollect(colBBSListItems, colClosedRequests); Set(varFilterStatu... Label_A_Clinician > OnSelect > Screen_Home.pa.yaml ClearCollect(colBBSListItems, colA_ClinicianRequests); Reset(ddlFilt... ...and 8 more |
| 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 ...ing)); ClearCollect(colPatientRequirementsOptions, Choices('VHW Bed Bookings |
| colA_BedReleaseRequests | write-only-collection | Collection "colA_BedReleaseRequests" is populated but never read. It may be unused or referenced under a different name. | HIGH | Image_Refresg > OnSelect > Screen_Home.pa.yaml ...earCollect( colA_BedReleaseRequests, Sort( Filter |
| colDischargedRequests | write-only-collection | Collection "colDischargedRequests" is populated but never read. It may be unused or referenced under a different name. | HIGH | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colDischargedRequests, Sort( Filter(... |
| colDeceasedRequests | write-only-collection | Collection "colDeceasedRequests" is populated but never read. It may be unused or referenced under a different name. | HIGH | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colDeceasedRequests, Sort( Filter(... |
| colTransferredRequests | write-only-collection | Collection "colTransferredRequests" is populated but never read. It may be unused or referenced under a different name. | HIGH | btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml ...; ClearCollect( colTransferredRequests, Sort( Filter(... |
| 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_Testing | unreachable-screen | Screen "Screen_Testing" has no Navigate() calls pointing to it and is not the start screen. It may be unreachable dead … | MEDIUM | Screen_Testing > Screen_Testing.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 |
| SubmitIcon1 | unused-named-formula | Named formula "SubmitIcon1" is defined but never referenced. Remove it or verify the name matches its usage. | HIGH | App > Formulas > App.pa.yaml |
| dc_ConfirmDetails_1 | long-formula-line | Formula in "dc_ConfirmDetails_1.Visible" has a line exceeding 500 characters. Consider breaking it up for readability. | LOW | dc_ConfirmDetails_1 > Visible > Screen_Update_Patient.pa.yaml ((varSelectedRecordEditMode = FormMode.New && Len(dcValue_PatientName.Value) > 0 |
| btnSave_1 | long-formula-line | Formula in "btnSave_1.Visible" has a line exceeding 500 characters. Consider breaking it up for readability. | LOW | btnSave_1 > Visible > Screen_Update_Patient.pa.yaml ((varSelectedRecordEditMode = FormMode.New && Len(dcValue_PatientName.Value) > 0 |
| 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':nbrPo. |
| 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 } ) ); Reset(txtP |
| 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, 'Allocated Bed':nb |
| 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 ...terncape.gov.za" in 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(chkIsAdminPopupUserForm); |
| chkIsAdminPopupUserForm | reset-no-default | Control "chkIsAdminPopupUserForm" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The… | LOW | btnPopupUserForm_Submit > OnSelect > Screen_Manage_Users.pa.yaml ...AdminRole: chkIsAdminPopupUserForm.Value } ) );... btnPopupUserForm_Cancel > OnSelect > Screen_Manage_Users.pa.yaml ...pupUserForm); Reset(chkIsAdminPopupUserForm); Set(varShowUserPopupForm, false |
| 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_VHWDoctor_2 | reset-no-default | Control "dcValue_VHWDoctor_2" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula. The res… | LOW | dcValue_WhereIsPatientCurrently_2 > OnChange > Screen_Update_Patient.pa.yaml ...gFacility_2); Reset(dcValue_VHWDoctor_2);//20250117 Reset(dcValue_ConfirmDeta dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml ...ECCubicle_2); Reset(dcValue_VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); 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_WhereIsPatientCurrently_2 > OnChange > Screen_Update_Patient.pa.yaml ...2);//20250117 Reset(dcValue_ConfirmDetails_1);//20250117 Reset(dcValue_Diagno dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml ...VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); dcValue_ECCubicle_2 > OnChange > Screen_Update_Patient.pa.yaml ...VHWDoctor_2); Reset(dcValue_ConfirmDetails_1); |
| 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_WhereIsPatientCurrently_2 > OnChange > Screen_Update_Patient.pa.yaml ...1);//20250117 Reset(dcValue_Diagnosis_2);//20250117 //Clear(dcValue_Referring dcValue_DepartmentReferredTo_2 > OnChange > Screen_Update_Patient.pa.yaml /*false*/ Reset(dcValue_Diagnosis_2); Reset(dcValue_ECCubicle_2); Reset(dcV... |
| chk_ConfirmPorterCollected_1 | reset-no-default | Control "chk_ConfirmPorterCollected_1" is reset via Reset() but has no Default/DefaultDate/DefaultSelectedItems formula… | LOW | dcValue_CancelAllocatedBed_1 > OnChange > Screen_View_Patient.pa.yaml ...alue = "Yes", Reset(chk_ConfirmPorterCollected_1)) |
| Screen Name | Issue Type | Control Count | Threshold Exceeded | Severity | Details | Locations |
|---|---|---|---|---|---|---|
| Screen_Update_Patient | excessive-controls-high | 338 | >= 300 controls | HIGH | Screen "Screen_Update_Patient" contains 338 controls, which far exceeds the recommended limit of 300. This is likely to… | Screen_Update_Patient > Screen_Update_Patient.pa.yaml |
| Screen_View_Patient | excessive-controls-medium | 293 | >= 200 controls | MEDIUM | Screen "Screen_View_Patient" contains 293 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 ~42). This may cause repeated data-source queries for every… | …cord, ForAll( Filter(gallery_Users.AllItems, ID = Int(txtItemID.Value) ), Patch( VHWUsers, ThisRe… | btnSaveAll > OnSelect > Screen_Manage_Users.pa.yaml …cord, ForAll( Filter(gallery_Users.AllItems, ID = Int(txtItemID.Value) ), Patch |
| btnMovePatientOnDialog | OnSelect | forall-nested-filter | HIGH | ForAll loop contains 1 nested Filter call (Filter() at char ~2411). 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 = B |