GET api/ClinicReport/GetEncounterSeenByChartReport?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfClilinicEncounterReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of ClilinicEncounterReportDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "DateToShow": "sample string 1",
      "TotalCount": 1,
      "WalkinsCount": 1,
      "SuccessCount": 1,
      "PendingCount": 1,
      "NoShowCount": 1,
      "ScheduleCount": 1,
      "EncounterDate": "2025-04-04T05:37:20.1666273-07:00",
      "AvgSpendInClinicTime": 1.1,
      "AvgWaitTime": 1.1,
      "AvgEMTResponseTime": 1.1,
      "AvgDoctorResponseTime": 1.1,
      "AvgDischargeResponseTime": 1.1,
      "AvgDocumentationTime": 1.1,
      "EMTCount": 1,
      "DoctorCount": 1,
      "EMTDoctorCount": 1
    },
    {
      "DateToShow": "sample string 1",
      "TotalCount": 1,
      "WalkinsCount": 1,
      "SuccessCount": 1,
      "PendingCount": 1,
      "NoShowCount": 1,
      "ScheduleCount": 1,
      "EncounterDate": "2025-04-04T05:37:20.1666273-07:00",
      "AvgSpendInClinicTime": 1.1,
      "AvgWaitTime": 1.1,
      "AvgEMTResponseTime": 1.1,
      "AvgDoctorResponseTime": 1.1,
      "AvgDischargeResponseTime": 1.1,
      "AvgDocumentationTime": 1.1,
      "EMTCount": 1,
      "DoctorCount": 1,
      "EMTDoctorCount": 1
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfClilinicEncounterReportDTO3NYuOdgi 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:ClilinicEncounterReportDTO>
      <d2p1:AvgDischargeResponseTime>1.1</d2p1:AvgDischargeResponseTime>
      <d2p1:AvgDoctorResponseTime>1.1</d2p1:AvgDoctorResponseTime>
      <d2p1:AvgDocumentationTime>1.1</d2p1:AvgDocumentationTime>
      <d2p1:AvgEMTResponseTime>1.1</d2p1:AvgEMTResponseTime>
      <d2p1:AvgSpendInClinicTime>1.1</d2p1:AvgSpendInClinicTime>
      <d2p1:AvgWaitTime>1.1</d2p1:AvgWaitTime>
      <d2p1:DateToShow>sample string 1</d2p1:DateToShow>
      <d2p1:DoctorCount>1</d2p1:DoctorCount>
      <d2p1:EMTCount>1</d2p1:EMTCount>
      <d2p1:EMTDoctorCount>1</d2p1:EMTDoctorCount>
      <d2p1:EncounterDate>2025-04-04T05:37:20.1666273-07:00</d2p1:EncounterDate>
      <d2p1:NoShowCount>1</d2p1:NoShowCount>
      <d2p1:PendingCount>1</d2p1:PendingCount>
      <d2p1:ScheduleCount>1</d2p1:ScheduleCount>
      <d2p1:SuccessCount>1</d2p1:SuccessCount>
      <d2p1:TotalCount>1</d2p1:TotalCount>
      <d2p1:WalkinsCount>1</d2p1:WalkinsCount>
    </d2p1:ClilinicEncounterReportDTO>
    <d2p1:ClilinicEncounterReportDTO>
      <d2p1:AvgDischargeResponseTime>1.1</d2p1:AvgDischargeResponseTime>
      <d2p1:AvgDoctorResponseTime>1.1</d2p1:AvgDoctorResponseTime>
      <d2p1:AvgDocumentationTime>1.1</d2p1:AvgDocumentationTime>
      <d2p1:AvgEMTResponseTime>1.1</d2p1:AvgEMTResponseTime>
      <d2p1:AvgSpendInClinicTime>1.1</d2p1:AvgSpendInClinicTime>
      <d2p1:AvgWaitTime>1.1</d2p1:AvgWaitTime>
      <d2p1:DateToShow>sample string 1</d2p1:DateToShow>
      <d2p1:DoctorCount>1</d2p1:DoctorCount>
      <d2p1:EMTCount>1</d2p1:EMTCount>
      <d2p1:EMTDoctorCount>1</d2p1:EMTDoctorCount>
      <d2p1:EncounterDate>2025-04-04T05:37:20.1666273-07:00</d2p1:EncounterDate>
      <d2p1:NoShowCount>1</d2p1:NoShowCount>
      <d2p1:PendingCount>1</d2p1:PendingCount>
      <d2p1:ScheduleCount>1</d2p1:ScheduleCount>
      <d2p1:SuccessCount>1</d2p1:SuccessCount>
      <d2p1:TotalCount>1</d2p1:TotalCount>
      <d2p1:WalkinsCount>1</d2p1:WalkinsCount>
    </d2p1:ClilinicEncounterReportDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfClilinicEncounterReportDTO3NYuOdgi>