Follow¶
-
class
operations.nh_clinical_patient_follow(pool, cr)[source]¶ Represents the action to invite another user to follow a group of
patientsadding visibility for those patients even when the invited user does not have a responsibility towards them.-
complete(*args, **kwargs)[source]¶ Calls
completeand then updates thefollowing_idslist for the assigneduser.It will also call
update activityfor all notcompletedorcancelledactivities related to the list of patients.Returns: TrueReturn type: bool
-