POST api/PatientManagement/SearchPatientsOfClinic

Searches the patients of my clinic.

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": "9299b101-806d-4b1d-8eb9-9ad528844c7c",
  "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 21:11"
    },
    "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.