GSoD 2020 - OpenMRS REST API Documentation

Did you read it somewhere that the resource supports filtering by gender?

https://rest.openmrs.org/?shell#search-patients here @dkayiwa

@saurabh in order to get any list of patients you have to use the the q=all search parameter , something like this http://qa-refapp.openmrs.org/openmrs/ws/rest/v1/patient?q=all&gender=M

Though i doubt if this is supported for the patient resource

1 Like

thanks @gcliff the q=all works well but the filtering params dont work as expected, does the patient resource supports filtering through gender and other params. mentioned here https://rest.openmrs.org/?shell#search-patients

:upside_down_face:like i said above i doubt if this filtering works as expected , we may need to fix it

1 Like

:sweat_smile: Maybe I should remove it then from documentation then . thanks :slight_smile:

@gcliff is there some issue ticket raised for this issue? can you please point it to me thanks !!

cc @dkayiwa

@herbert24 where should we join for the meeting related to project? cc @ayesh.

Since the documentation call has been shifted to new timing at 8:30 IST

1 Like

sorry my connection was off

1 Like

Its okay @herbert24 we can reschedule it again, I attended the shifted documentation meeting instead :slight_smile:

NO, it does not.

1 Like

updated @dkayiwa thanks !!

Can we make it tommorrw at 5pm EAT, @ayesh will you be available?

this would be good for me @herbert24 just let me I would join thanks !!

1 Like

Sure sounds great :smiley:

2 Likes

@herbert24 just put up the link to uberconference room here that would be easy to pickup on thanks. see you!!

1 Like

@herbert24 I am in the room.

@herbert24 @ayesh thanks for the meetup,

This week work will be focused around Patient Resource and Subresources along with visits resources and subresources. Along with the allergy section as well :slight_smile:

1 Like

@herbert24 @ayesh next week I will be working on rewriting the Getting Started section of the documentation, along with working with providers and Location Resources. almost whole of the section in patients and visits has been done except the attribute section here .