GET api/NTMedicalRecodeRequest/GetPatientWithemployeeid?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfPatientnameWithIdDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of PatientnameWithIdDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Firstname": "sample string 1", "Lastname": "sample string 2", "EmployeeId": "sample string 3", "PatientDOB": "2025-04-04T05:21:23.456853-07:00" }, { "Firstname": "sample string 1", "Lastname": "sample string 2", "EmployeeId": "sample string 3", "PatientDOB": "2025-04-04T05:21:23.456853-07:00" } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfPatientnameWithIdDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <d2p1:PatientnameWithIdDTO> <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId> <d2p1:Firstname>sample string 1</d2p1:Firstname> <d2p1:Lastname>sample string 2</d2p1:Lastname> <d2p1:PatientDOB>2025-04-04T05:21:23.456853-07:00</d2p1:PatientDOB> </d2p1:PatientnameWithIdDTO> <d2p1:PatientnameWithIdDTO> <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId> <d2p1:Firstname>sample string 1</d2p1:Firstname> <d2p1:Lastname>sample string 2</d2p1:Lastname> <d2p1:PatientDOB>2025-04-04T05:21:23.456853-07:00</d2p1:PatientDOB> </d2p1:PatientnameWithIdDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfPatientnameWithIdDTO3NYuOdgi>