Story
As a midwife or admin I'd like to be able to make a double booking for a new woman who has entered the program. I need to be able to select from a list one option of 'returning' or 'new'.
API docs are updated here: https://github.com/TheProductWorks/smart_client/blob/master/doc/api.md#post-appointments
Tasks
- Add a dropdown to select either option in the Android client
- The return_type is the key to add to the POST request and the server will take care of the rest.
Example from the admin interface:

Story
As a midwife or admin I'd like to be able to make a double booking for a new woman who has entered the program. I need to be able to select from a list one option of 'returning' or 'new'.
API docs are updated here: https://github.com/TheProductWorks/smart_client/blob/master/doc/api.md#post-appointments
Tasks
Example from the admin interface: