You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enhance Rule 45: Current Posting
* unit tests
* e2e tests
* adressing Comments
* Update unit tests to HJ
* add test case
* update category
* fixed unit test
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/ScreeningValidationService/LookupValidation/Breast_Screening_lookupRules.json
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,25 @@
2
2
{
3
3
"WorkflowName": "Common",
4
4
"GlobalParams": [
5
-
{
6
-
"Name": "ValidCurrentPosting",
7
-
"Expression": "string.IsNullOrEmpty(newParticipant.CurrentPosting) OR dbLookup.CheckIfCurrentPostingExists(newParticipant.CurrentPosting)"
[DataRow(null,null,null,null,null,null,"Existing Address 1","Existing Address 2","Existing Address 3","Existing Address 4","Existing Address 5","RG2 5TX")]// All New Address Fields null, New Postcode null, Existing Address fields full.
300
308
[DataRow("","","","","","","Existing Address 1","Existing Address 2","Existing Address 3","Existing Address 4","Existing Address 5","RG2 5TX")]// All New Address Fields empty, New Postcode empty, Existing Address fields full.
301
309
[DataRow(null,null,null,null,null,"RG2 5TX","Existing Address 1","Existing Address 2","Existing Address 3","Existing Address 4","Existing Address 5","ZZ99 6TF")]// All New Address Fields null, All existing address field full, Postcode does not match.
"RuleDescription": "GP practice code does not exist"
9
+
},
10
+
"meta": {
11
+
"testJiraId": "@DTOSS-11715-01",
12
+
"requirementJiraId": "DTOSS-11715",
13
+
"additionalTags": "@regression @e2e @epic4d-rule8 Verify ADD records with 'HMP' Current Posting is processed a rule 45 Exception for NHS Number 9995272172"
"additionalTags": "@regression @e2e @epic4d-rule8 Verify ADD records is processed without any Exception and participant is stored on Participant_Management table for NHS Number 9995272172"
"additionalTags": "@regression @e2e @epic4d-rule8 Verify ADD records is processed without any Exception and participant is stored on Participant_Demographic table for NHS Number 9995272172"
0 commit comments