GET api/EncounterForm/CheckForRecentVisit/{healthCenterId}/{clientNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| healthCenterId | integer |
Required |
|
| clientNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PreviousEncounter| Name | Description | Type | Additional information |
|---|---|---|---|
| DOB | date |
None. |
|
| Gender | string |
None. |
|
| Race | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DOB": "2026-07-25T22:45:40.3938542+00:00",
"Gender": "sample string 2",
"Race": "sample string 3"
}
application/xml, text/xml
Sample:
<PreviousEncounter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IFHC.Models"> <DOB>2026-07-25T22:45:40.3938542+00:00</DOB> <Gender>sample string 2</Gender> <Race>sample string 3</Race> </PreviousEncounter>