I have reached the previously mentioned GUI Milestone 1 today. Milestone 1 was letting the user select a filter/cohort, but make it only work with Patients, and for it to select all tokens. This is close to what is now committed. The slight difference is that it selects from all the tokens three hard coded token names that I have in my testing file. As the other part is not quite working yet, I could either do this or remove some tokens from the token test file. In any case, this is a non-issue, as the REST Module does not yet work.
The User Interface consists of a left aligned label, and a “combo” drop-down box that lets the user select from a list of filters retrieved from the server. It displays the names of the filters to the user, and enters the id number as a String into the query string. In other words, all intended behaviors for the filter selection are implemented. Coming next is the intended behavior for the entity selection, which will also involve filling the filter selection box when a new entity is selected.
