POST api/PatientManagement/SearchPatients
Searches my patients.
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": "d9968ddb-1a9a-4910-a629-1e61df2227b7",
"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:08"
},
"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.