Skip to content

Commit c69205e

Browse files
Adding docstring
1 parent 825766f commit c69205e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/oracle/oracle_specific_functions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,10 @@ def build_accredited_screening_colonoscopist_query(query_type: str) -> pd.DataFr
806806

807807

808808
def get_accredited_screening_colonoscopist_in_bcs001() -> pd.DataFrame:
809+
"""
810+
Retrieves a list of accredited screening colonoscopists in the BCS001 organization.
811+
The query filters based on the role ID, accreditation type, and organization code.
812+
"""
809813
query = """
810814
SELECT
811815
prs.prs_id,

0 commit comments

Comments
 (0)