GET api/CosEccSummary/GetExamComponentandorderList?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfExamcomponentandorderDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of ExamcomponentandorderDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Id": 1, "ComponentId": 2, "ComponentName": "sample string 3", "ValidFlag": true, "CaseNo": 5, "Selected": true, "Type": 7, "IsDischarged": true, "DischargeDateTime": "2025-04-04T05:41:06.9527931-07:00", "DischargeId": 9, "OrderDescription": "sample string 10", "ScheduleDate": "2025-04-04T05:41:06.9527931-07:00", "CompanyCode": "sample string 11", "OrderCategoryId": 1 }, { "Id": 1, "ComponentId": 2, "ComponentName": "sample string 3", "ValidFlag": true, "CaseNo": 5, "Selected": true, "Type": 7, "IsDischarged": true, "DischargeDateTime": "2025-04-04T05:41:06.9527931-07:00", "DischargeId": 9, "OrderDescription": "sample string 10", "ScheduleDate": "2025-04-04T05:41:06.9527931-07:00", "CompanyCode": "sample string 11", "OrderCategoryId": 1 } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfExamcomponentandorderDTOzIntITI8 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:ExamcomponentandorderDTO> <d2p1:CaseNo>5</d2p1:CaseNo> <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode> <d2p1:ComponentId>2</d2p1:ComponentId> <d2p1:ComponentName>sample string 3</d2p1:ComponentName> <d2p1:DischargeDateTime>2025-04-04T05:41:06.9527931-07:00</d2p1:DischargeDateTime> <d2p1:DischargeId>9</d2p1:DischargeId> <d2p1:Id>1</d2p1:Id> <d2p1:IsDischarged>true</d2p1:IsDischarged> <d2p1:OrderCategoryId>1</d2p1:OrderCategoryId> <d2p1:OrderDescription>sample string 10</d2p1:OrderDescription> <d2p1:ScheduleDate>2025-04-04T05:41:06.9527931-07:00</d2p1:ScheduleDate> <d2p1:Selected>true</d2p1:Selected> <d2p1:Type>7</d2p1:Type> <d2p1:ValidFlag>true</d2p1:ValidFlag> </d2p1:ExamcomponentandorderDTO> <d2p1:ExamcomponentandorderDTO> <d2p1:CaseNo>5</d2p1:CaseNo> <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode> <d2p1:ComponentId>2</d2p1:ComponentId> <d2p1:ComponentName>sample string 3</d2p1:ComponentName> <d2p1:DischargeDateTime>2025-04-04T05:41:06.9527931-07:00</d2p1:DischargeDateTime> <d2p1:DischargeId>9</d2p1:DischargeId> <d2p1:Id>1</d2p1:Id> <d2p1:IsDischarged>true</d2p1:IsDischarged> <d2p1:OrderCategoryId>1</d2p1:OrderCategoryId> <d2p1:OrderDescription>sample string 10</d2p1:OrderDescription> <d2p1:ScheduleDate>2025-04-04T05:41:06.9527931-07:00</d2p1:ScheduleDate> <d2p1:Selected>true</d2p1:Selected> <d2p1:Type>7</d2p1:Type> <d2p1:ValidFlag>true</d2p1:ValidFlag> </d2p1:ExamcomponentandorderDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfExamcomponentandorderDTOzIntITI8>