Folder PATH listing for volume UserProfile Volume serial number is C445-AF15 D:. │ plugin.json │ requirements.json │ state.json │ ├───code-env │ └───python │ │ desc.json │ │ │ └───spec │ environment.spec │ requirements.txt │ ├───custom-recipes │ └───plugin-duplicate │ recipe.json │ recipe.py │ ├───python │ __init__.py │ ├───python-lib │ ├───patientcohort │ │ │ case_statements.pyc │ │ │ __init__.py │ │ │ __init__.pyc │ │ │ │ │ └───__pycache__ │ │ __init__.cpython-36.pyc │ │ │ ├───SQL_Code │ │ │ helper_queries.py │ │ │ helper_queries.pyc │ │ │ indication_rollups.py │ │ │ indication_rollups.pyc │ │ │ sob_group_rollups.py │ │ │ sob_group_rollups.pyc │ │ │ specialty_rollups.py │ │ │ specialty_rollups.pyc │ │ │ __init__.py │ │ │ __init__.pyc │ │ │ │ │ └───__pycache__ │ │ helper_queries.cpython-36.pyc │ │ indication_rollups.cpython-36.pyc │ │ sob_group_rollups.cpython-36.pyc │ │ specialty_rollups.cpython-36.pyc │ │ __init__.cpython-36.pyc │ │ │ └───webapp_files │ │ description.html │ │ static.py │ │ static.pyc │ │ __init__.py │ │ __init__.pyc │ │ │ └───__pycache__ │ static.cpython-36.pyc │ __init__.cpython-36.pyc │ ├───python-runnables │ ├───create-project │ │ runnable.json │ │ runnable.py │ │ │ └───update │ runnable.json │ runnable.py │ ├───resource │ select-columns_input1.py │ └───webapps └───patient-cohort-webapp backend.py webapp.json