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
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/DemographicServices/RetrievePDSDemographic/RetrievePDSDemographic.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,16 +69,17 @@ public async Task<HttpResponseData> Run([HttpTrigger(AuthorizationLevel.Anonymou
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/ParticipantManagementServices/ManageServiceNowParticipant/ManageServiceNowParticipantFunction.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,14 @@ public async Task Run([ServiceBusTrigger(topicName: "%ServiceNowParticipantManag
awaitHandleException(newException("Request to PDS for ServiceNow Participant returned a 404 NotFound response."),serviceNowParticipant,ServiceNowMessageType.UnableToAddParticipant);
awaitHandleException(newException($"Request to PDS for ServiceNow Participant returned an unexpected response. Status code: {pdsResponse.StatusCode}"),serviceNowParticipant,ServiceNowMessageType.AddRequestInProgress);
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/ScreeningValidationService/StaticValidation/Breast_Screening_staticRules.json
"Expression": "participant.RecordType != Actions.New OR (string.IsNullOrEmpty(participant.ReasonForRemoval) AND string.IsNullOrEmpty(participant.ReasonForRemovalEffectiveFromDate) AND string.IsNullOrEmpty(participant.DateOfDeath))",
32
-
"Actions": {
33
-
"OnFailure": {
34
-
"Name": "OutputExpression",
35
-
"Context": {
36
-
"Expression": "\"Removal fields incompatible with record type\""
0 commit comments