Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion application/CohortManager/src/Web/app/lib/ruleMapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To resolve this, please:
check the GP practice details for errors
if correct, assign the GP practice to the appropriate BSO in the organisational table (BSO-GP mapping table) `,
reportingId: "CMR45",
portalFormTitle: "Raise with Breast Screening Select (BSS)",
portalFormTitle: "Raise with Breast Screening Select second line",
},
49: {
ruleDescription: "Interpreter required information is not valid",
Expand Down Expand Up @@ -111,6 +111,7 @@ TRA (temporary resident not returned)

Please contact the Breast Screening Office (BSO) that submitted the referral and explain why we are unable to add the participant to BS Select. `,
reportingId: "CMR98",
portalFormTitle: "Raise with Breast Screening Select second line",
},
97: {
ruleDescription: "Missing GP details.",
Expand All @@ -122,6 +123,7 @@ A request to manually add a participant could not be sent to BS Select as it doe

Please check the record. A valid GP code or a dummy GP code must be entered to send the participant to BS Select. `,
reportingId: "CMR97",
portalFormTitle: "Raise with Breast Screening Select second line",
},
3601:{
ruleDescription: "GP practice not mapped to a breast screening office (BSO).",
Expand All @@ -133,6 +135,7 @@ If the GP practice code is correct, it may not be mapped to a BSO because it is

Check the GP practice code and add it to the organisational table (BSO-GP mapping table) if needed.`,
reportingId: "CMR40",
portalFormTitle: "Raise with Breast Screening Select second line",
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Feature: Not raised exceptions page
Scenario: Check for the portal form used for a BSS exception
When I go to the page "/participant-information/2034"
Given I see the text "Exception information"
Then I see the text "Portal form: Raise with Breast Screening Select (BSS)"
Then I see the text "Portal form: Raise with Breast Screening Select second line"

Scenario: Check for breadcrumb navigation back to Not raised breast screening exceptions page
When I go to the page "/participant-information/2032"
Expand Down
Loading