GET api/MedicalExamcos/GetEmployeeExamEncounterLog?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfExamEncounterLogDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of ExamEncounterLogDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "EncounterId": 2,
      "Step": 3.1,
      "CloseByUserId": 1,
      "CloseByDate": "2025-04-04T05:48:42.0266814-07:00",
      "ClosedUserName": "sample string 4",
      "MaxEncounterId": 5,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:48:42.0266814-07:00",
      "DateUpdated": "2025-04-04T05:48:42.0266814-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10
    },
    {
      "Id": 1,
      "EncounterId": 2,
      "Step": 3.1,
      "CloseByUserId": 1,
      "CloseByDate": "2025-04-04T05:48:42.0266814-07:00",
      "ClosedUserName": "sample string 4",
      "MaxEncounterId": 5,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:48:42.0266814-07:00",
      "DateUpdated": "2025-04-04T05:48:42.0266814-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfExamEncounterLogDTOzIntITI8 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.DTO.MedicalExam">
    <d2p1:ExamEncounterLogDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:48:42.0266814-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:48:42.0266814-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:CloseByDate>2025-04-04T05:48:42.0266814-07:00</d2p1:CloseByDate>
      <d2p1:CloseByUserId>1</d2p1:CloseByUserId>
      <d2p1:ClosedUserName>sample string 4</d2p1:ClosedUserName>
      <d2p1:EncounterId>2</d2p1:EncounterId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MaxEncounterId>5</d2p1:MaxEncounterId>
      <d2p1:Step>3.1</d2p1:Step>
    </d2p1:ExamEncounterLogDTO>
    <d2p1:ExamEncounterLogDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:48:42.0266814-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:48:42.0266814-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:CloseByDate>2025-04-04T05:48:42.0266814-07:00</d2p1:CloseByDate>
      <d2p1:CloseByUserId>1</d2p1:CloseByUserId>
      <d2p1:ClosedUserName>sample string 4</d2p1:ClosedUserName>
      <d2p1:EncounterId>2</d2p1:EncounterId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MaxEncounterId>5</d2p1:MaxEncounterId>
      <d2p1:Step>3.1</d2p1:Step>
    </d2p1:ExamEncounterLogDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfExamEncounterLogDTOzIntITI8>