You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few feature requests that would be nice to have in ATLAS would be:
in the text view window the description fields from the inclusion rules could be captured
if before a cohort is generated can there be a check to confirm that the inclusion rule titles are 255 chars or less and if they are not then highlight them so they can be shortened?
can a feature be added to include more than 64 inclusion rules?
Hi, I can work on these. Except for item 3: in order to do the inclusion rule intersection report, we use a bitmap which is limited to a 64-bit integer. The work around is to collapse different inclusion rules in to a single AND .. AND... AND rule to keep the number of rules below 64.
Fixed issue with auto-sizing content editable fields.
Limit title input box to 255 characters.
Show inclusion rule description as a sub heading of the inclusion rule list if description.length > 0.
Fixed issue with auto-sizing content editable fields.
Limit title input box to 255 characters.
Show inclusion rule description as a sub heading of the inclusion rule list if description.length > 0.
Hi,
A few feature requests that would be nice to have in ATLAS would be:
tagging @ericaVoss @fdefalco @anthonysena @chrisknoll
The text was updated successfully, but these errors were encountered: