Skip to contents

This function sets the study ID for an audit log. It retrieves the audit log from the request's internal data, and then calls the audit log's set_study_id method with the provided study ID.

Usage

audit_log_set_study_id(study_id, req)

Arguments

study_id

The study ID to be set for the audit log.

req

The request object, which should contain an audit log in its internal data.

Value

Returns nothing as it modifies the audit log in-place.