We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ce43f commit 3c14a3dCopy full SHA for 3c14a3d
lambdas/recordforwarder/src/models/utils/validation_utils.py
@@ -57,7 +57,7 @@ def convert_disease_codes_to_vaccine_type(
57
vaccine_type = redis_client.hget(Constants.DISEASES_TO_VACCINE_TYPE_HASH_KEY, key)
58
59
if not vaccine_type:
60
- raise ValueError(
+ raise ValueError( # NOSONAR(S5332)
61
"Validation errors: protocolApplied[0].targetDisease[*].coding[?(@.system=='"
62
"http://snomed.info/sct"
63
f"')].code - {disease_codes_input} is not a valid combination of disease codes for this service"
0 commit comments