Run configuration
AppPatient Flow Application Source All enabled analyzers Analyzers 15 ran Completed 24 Jul 2026 at 21:27
Analyzers
10
Screens
2
Components
1,029
Controls
7,986
Formulas
Unused Controls16 found
ConfidenceControlTypeScreenReason
MEDIUMBedAvailable_Container_Update_1GroupContainer@1.5.0Screen_Manage_Bedsnever referenced in any formula; no event handlers
MEDIUMallocatedBed_Container_Update_1GroupContainer@1.5.0Screen_Manage_Bedsnever referenced in any formula; no event handlers
MEDIUMlblTitleFluentV8/Label@1.8.6Screen_Patient_Movementnever referenced in any formula; no event handlers
MEDIUMlblConfirmationMsgFluentV8/Label@1.8.6Screen_Patient_Movementnever referenced in any formula; no event handlers
MEDIUMBedAvailable_Container_Update_3GroupContainer@1.5.0Screen_Patient_Movementnever referenced in any formula; no event handlers
MEDIUMallocatedBed_Container_Update_3GroupContainer@1.5.0Screen_Patient_Movementnever referenced in any formula; no event handlers
MEDIUMDataCardValue1_1TextInput@0.0.54Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMdcValue_TimeWaited4Bed_1TextInput@0.0.54Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMdcValue_Name_1TextInput@0.0.54Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMdcValue_IntervalClinicalReview_2TextInput@0.0.54Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMBedAvailable_Container_Update_2GroupContainer@1.5.0Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMallocatedBed_Container_Update_2GroupContainer@1.5.0Screen_Update_Patientnever referenced in any formula; no event handlers
MEDIUMBedAvailable_Container_View_BedGroupContainer@1.5.0Screen_View_Bednever referenced in any formula; no event handlers
MEDIUMallocatedBed_Container_View_BedGroupContainer@1.5.0Screen_View_Bednever referenced in any formula; no event handlers
MEDIUMdcValue_IntervalClinicalReview_1TextInput@0.0.54Screen_View_Patientnever referenced in any formula; no event handlers
MEDIUMdcValue_TimeSpentInFacility_1TextInput@0.0.54Screen_View_Patientnever referenced in any formula; no event handlers
Unused Components0 found
No issues found.
Dead Code8 found
TypeNameDetailsLocations
Write-Only CollectioncolBBSListItemsCollection '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 CollectioncolPatientRequirementsOptionsCollection 'colPatientRequirementsOptions' is populated but never read anywhere in the app
App > OnStart > App.pa.yaml
...ing)); ClearCollect(colPatientRequirementsOptions, Choices('VHW Bed Bookings
Write-Only CollectioncolA_BedReleaseRequestsCollection '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 CollectioncolDischargedRequestsCollection 'colDischargedRequests' is populated but never read anywhere in the app
btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml
...; ClearCollect( colDischargedRequests, Sort( Filter(...
Write-Only CollectioncolDeceasedRequestsCollection 'colDeceasedRequests' is populated but never read anywhere in the app
btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml
...; ClearCollect( colDeceasedRequests, Sort( Filter(...
Write-Only CollectioncolTransferredRequestsCollection 'colTransferredRequests' is populated but never read anywhere in the app
btnSave_1 > OnSelect > Screen_Update_Patient.pa.yaml
...; ClearCollect( colTransferredRequests, Sort( Filter(...
Unused FormulaSubmitIcon1Named formula 'SubmitIcon1' is defined in App.Formulas but never referenced
App > Formulas > App.pa.yaml
Unreachable ScreenScreen_TestingScreen 'Screen_Testing' is never targeted by Navigate() and is not the start screen
Screen_Testing.pa.yaml
OnStart Variables That Could Be Named Formulas3 found
NameTypeConfidenceDetailsLocations
varCurrentUseronstart-variable-to-formulaMEDIUMVariable '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,...
isAdminRoleonstart-variable-to-formulaMEDIUMVariable '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...
isUserRoleonstart-variable-to-formulaMEDIUMVariable '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...
Retired Components0 found
No issues found.
Gallery Lookup/Filter Performance Issues20 found
NameTypeConfidenceDetailsLocations
gal_C_BBList.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Imagegallery-lookup-filterHIGHGallery 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.OnSelectgallery-lookup-filterHIGHGallery 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.Imagegallery-lookup-filterHIGHGallery 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.OnChangegallery-lookup-filterHIGHGallery 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.Valuegallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Imagegallery-lookup-filterHIGHGallery 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.Imagegallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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.Itemsgallery-lookup-filterHIGHGallery 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" ),
Collection Usage Count1 found
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
Global Variables Where Context Variables Would Suffice41 found
NameIssue TypeIssue TypeLocationsDescription
HIGHvarSearchKeywordappropriate-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
HIGHvarFilterStatusappropriate-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
HIGHvarDrpFilterByDeptDefaultValueappropriate-set
App > OnStart > App.pa.yaml
Set(varDrpFilterByDeptDefaultValue,
Set() usage is appropriate for 'varDrpFilterByDeptDefaultValue': Variable is initialized in OnStart
HIGHvarCurrentUserappropriate-set
App > OnStart > App.pa.yaml
Set(varCurrentUser,
Set() usage is appropriate for 'varCurrentUser': Variable is initialized in OnStart
HIGHisAdminRoleappropriate-set
App > OnStart > App.pa.yaml
Set(isAdminRole,
Set() usage is appropriate for 'isAdminRole': Variable is initialized in OnStart
HIGHisUserRoleappropriate-set
App > OnStart > App.pa.yaml
Set(isUserRole,
Set() usage is appropriate for 'isUserRole': Variable is initialized in OnStart
HIGHvarFilterSelectedDeptunnecessary-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)
HIGHvarSelectedRecordEditModeappropriate-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
HIGHvarSelectedRecordappropriate-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
HIGHvarFilterSelectedRWardunnecessary-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)
HIGHvarFilterSelectedAWardunnecessary-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)
HIGHvarBeforeDeletingItemCounterappropriate-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
MEDIUMvarShowBedPopFormunnecessary-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)
HIGHvarItemToSaveappropriate-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
HIGHvarSavedBedInformationunnecessary-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)
HIGHvarItemToRemoveappropriate-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
HIGHvarItemToBeAddedunnecessary-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)
MEDIUMvarUserOperationValueunnecessary-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)
MEDIUMvarShowUserPopupFormunnecessary-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)
HIGHvarSavedUserRoleunnecessary-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)
MEDIUMvarUserToRemoveEmailunnecessary-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)
MEDIUMvarShowConfirmDeleteUserunnecessary-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)
HIGHvarPatientRecordunnecessary-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)
MEDIUMvarItemToAddunnecessary-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
MEDIUMvarSaveButtonStateDisabledunnecessary-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)
HIGHvarRequested_Wardunnecessary-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)
HIGHvarAccepted_Wardunnecessary-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
MEDIUMvarCurrentAllocatedStockForAddunnecessary-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)
MEDIUMvarUpdatedAllocatedStockForAddunnecessary-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
MEDIUMvarCurrentAllocatedStockForDeductingunnecessary-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
MEDIUMvarUpdatedAllocatedStockForDeductingunnecessary-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
MEDIUMvarCurrentApplicationStatusunnecessary-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)
MEDIUMvarWardNameunnecessary-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)
MEDIUMvarCurrentAllocatedBedunnecessary-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)
MEDIUMvarCurrentBedCapacityunnecessary-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)
MEDIUMvarCurrentAvailableBedunnecessary-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)
MEDIUMdmultiple-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
MEDIUMdmultiple-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
MEDIUMdmultiple-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
MEDIUMemultiple-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
MEDIUMnmultiple-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
Non-Delegable Operations76 found
FunctionTypeIssueData SourceNon-Delegable ConstructFull ExpressionLocationsConfidence
Sort(Filter( 'VHW Bed Bookings List')non-delegable-operationNon-delegable operation detected: in operator with arraySharePointin operator with arraySort( 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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword) && IsBla…
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varSearchKeyword), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colClosedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colClosedRequests, If( IsBlank(varFilterSelectedDept), …
gal_C_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colClosedRequests, If(
HIGH
Sort(Filter( colP_BedReleaseRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedAWard),…
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword) && IsB…
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword) && IsB…
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept) &…
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varSearchKeyword), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colAdmittedRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( Filter( colAdmittedRequests, If( IsBlank(varFilterSelectedDept), …
gal_A_BBList > Items > Screen_Home.pa.yaml
Sort( Filter( colAdmittedRequests, If(
HIGH
Sort(Filter( colA_PorterRequests)non-delegable-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: IfSharePointIfSort( 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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arraySort( 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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter('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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayCountRows( Filter( 'VHW Bed Bookings List', …
btnMovePatientOnDialog > OnSelect > Screen_Patient_Movement.pa.yaml
CountRows( Filter(
MEDIUM
Filter('VHW Bed Bookings List')non-delegable-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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-operationNon-delegable operation detected: in operator with arraySharePointin operator with arrayFilter( '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
OnStart Overload0 found
No issues found.
Consecutive I/O Operations8 found
TypeIssueLocationsConfidence
App.OnStartconcurrent-opportunity2 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.OnSelectconcurrent-opportunity2 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.OnSelectconcurrent-opportunity2 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.OnSelectconcurrent-opportunity2 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.OnSelectconcurrent-opportunity4 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.OnSelectconcurrent-opportunity5 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.OnVisibleconcurrent-opportunity4 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.OnSelectconcurrent-opportunity2 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
ForAll Data Source Modifications4 found
ControlTypeIssueLocationsConfidence
Original_WCG Header_5forall-data-modificationForAll 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
btnSaveBedGalleryItemsforall-data-modificationForAll 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
btnSaveAllforall-data-modificationForAll 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
btnMovePatientOnDialogforall-data-modificationForAll 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
General Code Quality Analyzer494 found
Control / ItemIssue TypeDescriptionConfidenceLocations
txtSearchempty-onselectControl "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
txtSearchUserempty-onselectControl "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_3empty-onselectControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_6hardcoded-colorControl "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)
Rectangle2hardcoded-colorControl "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)
Rectangle2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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)
btnManageBedshardcoded-colorControl "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)
btnManageBedshardcoded-colorControl "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)
btnManageBedshardcoded-colorControl "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)
btnManageUsershardcoded-colorControl "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)
btnManageUsershardcoded-colorControl "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)
btnManageUsershardcoded-colorControl "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)
btnPatientManagementhardcoded-colorControl "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)
btnPatientManagementhardcoded-colorControl "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)
btnPatientManagementhardcoded-colorControl "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)
Rectangle1hardcoded-colorControl "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_Clinicianhardcoded-colorControl "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_Clinicianhardcoded-colorControl "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_Clinicianhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Closedhardcoded-colorControl "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_Clinicianhardcoded-colorControl "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_Clinicianhardcoded-colorControl "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)
txtSearchhardcoded-colorControl "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_Porterhardcoded-colorControl "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_Porterhardcoded-colorControl "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_Porterhardcoded-colorControl "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_Porterhardcoded-colorControl "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_Porterhardcoded-colorControl "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_Admittedhardcoded-colorControl "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_Admittedhardcoded-colorControl "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_Admittedhardcoded-colorControl "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_Admittedhardcoded-colorControl "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_Admittedhardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_2hardcoded-colorControl "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)
drpFilterByDepthardcoded-colorControl "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_ResetFilterDropdownhardcoded-colorControl "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_ResetFilterDropdownhardcoded-colorControl "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_BReleasehardcoded-colorControl "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_BReleasehardcoded-colorControl "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_BReleasehardcoded-colorControl "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_BReleasehardcoded-colorControl "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_BReleasehardcoded-colorControl "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_BReleasehardcoded-colorControl "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)
lblRefreshScreenhardcoded-colorControl "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)
Rectangle5hardcoded-colorControl "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)
Rectangle5hardcoded-colorControl "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)
lblAddPatienthardcoded-colorControl "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_Queueshardcoded-colorControl "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_Queueshardcoded-colorControl "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_Queueshardcoded-colorControl "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_Queueshardcoded-colorControl "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_Queueshardcoded-colorControl "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_2hardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_7hardcoded-colorControl "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_7hardcoded-colorControl "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_7hardcoded-colorControl "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_6hardcoded-colorControl "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_7hardcoded-colorControl "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_6hardcoded-colorControl "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_6hardcoded-colorControl "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_6hardcoded-colorControl "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_6hardcoded-colorControl "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_6hardcoded-colorControl "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_4hardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_pbrhardcoded-colorControl "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_pbrhardcoded-colorControl "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_pbrhardcoded-colorControl "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_pbrhardcoded-colorControl "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_6hardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_pbrhardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_5hardcoded-colorControl "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_4hardcoded-colorControl "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_5hardcoded-colorControl "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_4hardcoded-colorControl "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_1hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_4hardcoded-colorControl "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_3hardcoded-colorControl "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_5hardcoded-colorControl "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_13hardcoded-colorControl "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_4hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_4hardcoded-colorControl "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_1hardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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
Rectangle3hardcoded-colorControl "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_7hardcoded-colorControl "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_8hardcoded-colorControl "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_2hardcoded-colorControl "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_3hardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_Genderhardcoded-colorControl "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_Locationhardcoded-colorControl "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_Requirementshardcoded-colorControl "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_Departmenthardcoded-colorControl "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_PatientNamehardcoded-colorControl "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_FolderNumberhardcoded-colorControl "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_BBListhardcoded-colorControl "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_BBListhardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_awahardcoded-colorControl "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_Agehardcoded-colorControl "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_WardAcceptedhardcoded-colorControl "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_pbrhardcoded-colorControl "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_1hardcoded-colorControl "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_ResetSortByDropdownhardcoded-colorControl "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_ResetSortByDropdownhardcoded-colorControl "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_RWardhardcoded-colorControl "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_RWardhardcoded-colorControl "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_AWardhardcoded-colorControl "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_AWardhardcoded-colorControl "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)
txtBedAvailablehardcoded-colorControl "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)
txtBedAvailablehardcoded-colorControl "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)
nbrBedCapacityhardcoded-colorControl "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)
txtWardNamehardcoded-colorControl "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)
txtAllocatedBedhardcoded-colorControl "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)
txtAllocatedBedhardcoded-colorControl "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_7hardcoded-colorControl "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)
lblWardhardcoded-colorControl "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)
lblWardhardcoded-colorControl "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)
lblBedCapacityhardcoded-colorControl "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)
lblBedCapacityhardcoded-colorControl "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)
lblAllocatedBedhardcoded-colorControl "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)
lblAllocatedBedhardcoded-colorControl "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)
lblBedAvailablehardcoded-colorControl "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)
lblBedAvailablehardcoded-colorControl "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)
lblActionhardcoded-colorControl "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)
lblActionhardcoded-colorControl "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_AddNewBedPopupFormhardcoded-colorControl "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)
lblAddBedInfohardcoded-colorControl "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)
lblRefreshBedInfohardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_Allocatedhardcoded-colorControl "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_Availablehardcoded-colorControl "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_Capacityhardcoded-colorControl "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)
lblIsAdminRolehardcoded-colorControl "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)
lblIsAdminRolehardcoded-colorControl "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)
lblIsUserRolehardcoded-colorControl "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)
lblIsUserRolehardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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)
lblUserhardcoded-colorControl "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)
lblUserhardcoded-colorControl "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)
txtTitlehardcoded-colorControl "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)
txtItemIDhardcoded-colorControl "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)
lblBBUserhardcoded-colorControl "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_8hardcoded-colorControl "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)
lblAddUserInfohardcoded-colorControl "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)
lblRefreshUserListhardcoded-colorControl "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)
conPopupUserFormBackhardcoded-colorControl "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_FormTitlehardcoded-colorControl "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_FormTitlehardcoded-colorControl "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)
conPopupConfirmDeleteUserhardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_9hardcoded-colorControl "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)
galPatientMovementhardcoded-colorControl "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)
galPatientMovementhardcoded-colorControl "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_6hardcoded-colorControl "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_6hardcoded-colorControl "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_5hardcoded-colorControl "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_8hardcoded-colorControl "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_11hardcoded-colorControl "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_7hardcoded-colorControl "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_2hardcoded-colorControl "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_7hardcoded-colorControl "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_7hardcoded-colorControl "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_7hardcoded-colorControl "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_7hardcoded-colorControl "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)
lblSelectedhardcoded-colorControl "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)
lblMovehardcoded-colorControl "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)
conDialgueConfirmhardcoded-colorControl "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)
recMessageBoxMainhardcoded-colorControl "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)
recMessageBoxMainhardcoded-colorControl "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)
recMessageBoxMainhardcoded-colorControl "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)
recMessageBoxMainhardcoded-colorControl "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)
recMessageBoxTitleBarhardcoded-colorControl "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)
recMessageBoxTitleBarhardcoded-colorControl "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)
recMessageBoxTitleBarhardcoded-colorControl "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)
recMessageBoxTitleBarhardcoded-colorControl "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)
recMessageBoxTitleBarhardcoded-colorControl "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)
lblTitlehardcoded-colorControl "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)
btnAnswerCancelhardcoded-colorControl "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)
btnMovePatientOnDialoghardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_3hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_8hardcoded-colorControl "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_7hardcoded-colorControl "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_3hardcoded-colorControl "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_Updatehardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_10hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_2hardcoded-colorControl "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_5hardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_Bedhardcoded-colorControl "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_1hardcoded-colorControl "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_Viewhardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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)
Label3hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_DataCard1hardcoded-colorControl "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_ClinicianReviewDatehardcoded-colorControl "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_WardAcceptancehardcoded-colorControl "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_PorterCollectedhardcoded-colorControl "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_PatientAdmittedhardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_WardReadyhardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_BedAvailablehardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_DischargedDatehardcoded-colorControl "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_1hardcoded-colorControl "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_TransferredDatehardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_DeclaredDeceasedhardcoded-colorControl "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_DataCard3hardcoded-colorControl "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_1hardcoded-colorControl "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_DataCard4hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_DataCard2hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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_1hardcoded-colorControl "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)
Label2hardcoded-colorControl "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_1hardcoded-colorControl "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_4hardcoded-colorControl "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)
Appcomplex-formulaFormula 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
ddlFilterByDepartmentcomplex-formulaFormula 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_BBListcomplex-formulaFormula 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_7complex-formulaFormula 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_BBListcomplex-formulaFormula 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_pbrcomplex-formulaFormula 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_BBListcomplex-formulaFormula 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_5complex-formulaFormula 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_BBListcomplex-formulaFormula 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_4complex-formulaFormula 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_BBListcomplex-formulaFormula 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_1complex-formulaFormula 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_BBListcomplex-formulaFormula 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_3complex-formulaFormula 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_BBListcomplex-formulaFormula 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_awacomplex-formulaFormula 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_awacomplex-formulaFormula 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_6complex-formulaFormula 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_2complex-formulaFormula 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_2complex-formulaFormula 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_1complex-formulaFormula 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_1complex-formulaFormula 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_1complex-formulaFormula 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
colBBSListItemswrite-only-collectionCollection "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
colPatientRequirementsOptionswrite-only-collectionCollection "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_BedReleaseRequestswrite-only-collectionCollection "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
colDischargedRequestswrite-only-collectionCollection "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(...
colDeceasedRequestswrite-only-collectionCollection "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(...
colTransferredRequestswrite-only-collectionCollection "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_AdminHubunreachable-screenScreen "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_NoAccessunreachable-screenScreen "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_Testingunreachable-screenScreen "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_Bedunreachable-screenScreen "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
SubmitIcon1unused-named-formulaNamed formula "SubmitIcon1" is defined but never referenced. Remove it or verify the name matches its usage.HIGH
App > Formulas > App.pa.yaml
dc_ConfirmDetails_1long-formula-lineFormula 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_1long-formula-lineFormula 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_Wardreset-no-defaultControl "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_AllocatedBedreset-no-defaultControl "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_BedCapacityreset-no-defaultControl "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_Usernamereset-no-defaultControl "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(...
chkIsUserPopupUserFormreset-no-defaultControl "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);
chkIsAdminPopupUserFormreset-no-defaultControl "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
drpWardListreset-no-defaultControl "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...
galPatientMovementreset-no-defaultControl "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_2reset-no-defaultControl "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_1reset-no-defaultControl "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_2reset-no-defaultControl "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_1reset-no-defaultControl "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 Control Counter2 found
Screen NameIssue TypeControl CountThreshold ExceededSeverityDetailsLocations
Screen_Update_Patientexcessive-controls-high338>= 300 controlsHIGHScreen "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_Patientexcessive-controls-medium293>= 200 controlsMEDIUMScreen "Screen_View_Patient" contains 293 controls, which exceeds the recommended limit of 200. Consider breaking this …
Screen_View_Patient > Screen_View_Patient.pa.yaml
ForAll Loops with Nested Filter3 found
ControlPropertyIssue TypeConfidenceDescriptionFormula SnippetLocations
btnSaveBedGalleryItemsOnSelectforall-nested-filterHIGHForAll 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
btnSaveAllOnSelectforall-nested-filterHIGHForAll 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
btnMovePatientOnDialogOnSelectforall-nested-filterHIGHForAll 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
14 files processed