POST api/PatientManagement/SearchPatientsOfClinic
Searches the patients of my clinic.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | The PatientSearchFilter model. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "94150c37-9609-41b8-ae1d-61668a7e82f9",
"Parameter": {
"PatientFilter": {
"PatientCode": "sample string 1",
"EmailAddress": "sample string 2",
"PractitionerId": 1,
"OtherGender": "sample string 3",
"Gender": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"MiddleName": "sample string 7",
"PartialName": "sample string 8",
"BirthDate": "2025-12-15 20:09"
},
"SearchOptions": {
"SortingOption": {
"Asc": 0,
"Prop": "sample string 1"
},
"SecondarySortingOption": {
"Asc": 0,
"Prop": "sample string 1"
},
"PagingOption": null
},
"SearchByNameCodePhoneOrEmail": true,
"LoadPatientsAvatars": true
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.