GET api/CosEccSummary/GetScheduleAppointmentList?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfOrderExamScheduleDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of OrderExamScheduleDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "EncounterId": 1, "OrderId": 1, "CaseNo": 1, "ComponentName": "sample string 2", "FacilityCode": "sample string 3", "OnSiteLocationId": 1, "TelemedicineId": 1, "LocationName": "sample string 4", "User": "sample string 5", "ScheduleDate": "2024-11-21T00:35:40.0290071-08:00", "ScheduleTime": "00:00:00.1234567", "IsScheduled": true, "IsReScheduled": true, "Status": 8, "Type": 9 }, { "EncounterId": 1, "OrderId": 1, "CaseNo": 1, "ComponentName": "sample string 2", "FacilityCode": "sample string 3", "OnSiteLocationId": 1, "TelemedicineId": 1, "LocationName": "sample string 4", "User": "sample string 5", "ScheduleDate": "2024-11-21T00:35:40.0290071-08:00", "ScheduleTime": "00:00:00.1234567", "IsScheduled": true, "IsReScheduled": true, "Status": 8, "Type": 9 } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfOrderExamScheduleDTOzIntITI8 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:OrderExamScheduleDTO> <d2p1:CaseNo>1</d2p1:CaseNo> <d2p1:ComponentName>sample string 2</d2p1:ComponentName> <d2p1:EncounterId>1</d2p1:EncounterId> <d2p1:FacilityCode>sample string 3</d2p1:FacilityCode> <d2p1:IsReScheduled>true</d2p1:IsReScheduled> <d2p1:IsScheduled>true</d2p1:IsScheduled> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId> <d2p1:OrderId>1</d2p1:OrderId> <d2p1:ScheduleDate>2024-11-21T00:35:40.0290071-08:00</d2p1:ScheduleDate> <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime> <d2p1:Status>8</d2p1:Status> <d2p1:TelemedicineId>1</d2p1:TelemedicineId> <d2p1:Type>9</d2p1:Type> <d2p1:User>sample string 5</d2p1:User> </d2p1:OrderExamScheduleDTO> <d2p1:OrderExamScheduleDTO> <d2p1:CaseNo>1</d2p1:CaseNo> <d2p1:ComponentName>sample string 2</d2p1:ComponentName> <d2p1:EncounterId>1</d2p1:EncounterId> <d2p1:FacilityCode>sample string 3</d2p1:FacilityCode> <d2p1:IsReScheduled>true</d2p1:IsReScheduled> <d2p1:IsScheduled>true</d2p1:IsScheduled> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId> <d2p1:OrderId>1</d2p1:OrderId> <d2p1:ScheduleDate>2024-11-21T00:35:40.0290071-08:00</d2p1:ScheduleDate> <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime> <d2p1:Status>8</d2p1:Status> <d2p1:TelemedicineId>1</d2p1:TelemedicineId> <d2p1:Type>9</d2p1:Type> <d2p1:User>sample string 5</d2p1:User> </d2p1:OrderExamScheduleDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfOrderExamScheduleDTOzIntITI8>