OHDSI / Calypso

CALYPSO (Criteria Assessment Logic for Your Population Study in Observational data) is a web user interface to define, instantiate and evaluate a study population and the implications of inclusion criteria
Apache License 2.0
5 stars 2 forks source link

Can't save multiple filters in single criteria entry #10

Closed anthonysena closed 9 years ago

anthonysena commented 9 years ago

I'm attempting to create an inclusion rule in Calypso. I added a "New Criteria" for Observation Period, and then added 2 filters within that criteria rule (duration and start date). When I saved, the user interface only showed the 1 filter criteria (duration). The start date filter disappeared.

chrisknoll commented 9 years ago

Checked on this, seems to be saving to the DB properly, but not deserializing right onto the javascript side. Probably in the client side javascript lib. Will work on a fix.

anthonysena commented 9 years ago

Looks good now with that fix in place. I'll close this out. Thanks!