POST api/PatientManagement/SearchPatients

Searches my patients.

Request Information

Parameters

NameDescriptionAdditional information
request
The PatientSearchFilter model.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "aec188ec-0dae-408a-977c-bd715a35c9f8",
  "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-05-30 17:54"
    },
    "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.