{% extends "rpt_base.html" %}{% load static %} {% block content %}
Create filters using the fields, operators, and values options below. Add one or more conditions to each row; all records that satisfy at least one condition in each row you define will be returned.
You can filter on Lookup Table fields in order to filter on one-to-many relationships. For example, using the 'DX' field in a diagnoses lookup table will search through DX1, DX2, DX3, etc. The available lookup categories are {% for lu in lu_all %} {% with def=lu.via.definition %} {% if forloop.counter == lu_all|length %} and {{ def.category }}. {% else %} {{ def.category }}, {% endif %} {% endwith %} {% endfor %}
OR
Specify the categories/fields you would like in your DataSet below. A default set of categories has been pre-selected for you. Click on a category name to view its included fields.
Check either the pre-visit or post-visit boxes below to bundle corresponding linked visit files with your DataSet. These will be separate CSV files with the same columns as your primary DataSet.
If you wish to do comparisons between and among linked visits, it is strongly recommended that you include both the VisitLink and DaysToEvent fields in your output.
Once your dataset is submitted, it will be placed in the processing queue. You will receive an email once the dataset has been fully generated and is ready for download.