From d5203bfb3baee062563c1b9d79823406f36f0821 Mon Sep 17 00:00:00 2001 From: Daniil <94884910+Filienko@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:10:59 -0800 Subject: [PATCH] WIP: reinstating abilities --- isacc_messaging/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isacc_messaging/api/views.py b/isacc_messaging/api/views.py index b09b019e..75096869 100644 --- a/isacc_messaging/api/views.py +++ b/isacc_messaging/api/views.py @@ -204,7 +204,7 @@ def update_patient_extensions(dry_run): patient.mark_followup_extension(persist_on_change=not dry_run) -@base_blueprint.cli.command("maintenance-reinstate-patients-with-param") +@base_blueprint.cli.command("maintenance-reinstate-all-patients") def update_patient_params(): """Iterate through all patients, update any the parameter values for all of them""" from isacc_messaging.models.fhir import next_in_bundle