GET api/MedicalExamcos/GetExamDischargeList?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMEExamDischargeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of MEExamDischargeDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"CompanyCode": "sample string 2",
"EmployeeId": "sample string 3",
"CaseNo": 4,
"DischargeDateTime": "2025-10-30T10:30:55.285095-07:00",
"DischargeTimeZone": 6,
"DischargeDate": "2025-10-30T10:30:55.285095-07:00",
"DischargeTime": "sample string 7",
"ComponentList": [
{
"Id": 1,
"Type": 2,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7
},
{
"Id": 1,
"Type": 2,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7
}
],
"ComponentOrderName": [
"sample string 1",
"sample string 2"
],
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12
},
{
"Id": 1,
"CompanyCode": "sample string 2",
"EmployeeId": "sample string 3",
"CaseNo": 4,
"DischargeDateTime": "2025-10-30T10:30:55.285095-07:00",
"DischargeTimeZone": 6,
"DischargeDate": "2025-10-30T10:30:55.285095-07:00",
"DischargeTime": "sample string 7",
"ComponentList": [
{
"Id": 1,
"Type": 2,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7
},
{
"Id": 1,
"Type": 2,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7
}
],
"ComponentOrderName": [
"sample string 1",
"sample string 2"
],
"ValidFlag": true,
"DateCreated": "2025-10-30T10:30:55.285095-07:00",
"DateUpdated": "2025-10-30T10:30:55.285095-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMEExamDischargeDTOzIntITI8 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:MEExamDischargeDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>4</d2p1:CaseNo>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:ComponentList>
<d2p1:ComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Type>2</d2p1:Type>
</d2p1:ComponentListDTO>
<d2p1:ComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Type>2</d2p1:Type>
</d2p1:ComponentListDTO>
</d2p1:ComponentList>
<d2p1:ComponentOrderName xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:ComponentOrderName>
<d2p1:DischargeDate>2025-10-30T10:30:55.285095-07:00</d2p1:DischargeDate>
<d2p1:DischargeDateTime>2025-10-30T10:30:55.285095-07:00</d2p1:DischargeDateTime>
<d2p1:DischargeTime>sample string 7</d2p1:DischargeTime>
<d2p1:DischargeTimeZone>6</d2p1:DischargeTimeZone>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:Id>1</d2p1:Id>
</d2p1:MEExamDischargeDTO>
<d2p1:MEExamDischargeDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>4</d2p1:CaseNo>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:ComponentList>
<d2p1:ComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Type>2</d2p1:Type>
</d2p1:ComponentListDTO>
<d2p1:ComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:30:55.285095-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">7</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Type>2</d2p1:Type>
</d2p1:ComponentListDTO>
</d2p1:ComponentList>
<d2p1:ComponentOrderName xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:ComponentOrderName>
<d2p1:DischargeDate>2025-10-30T10:30:55.285095-07:00</d2p1:DischargeDate>
<d2p1:DischargeDateTime>2025-10-30T10:30:55.285095-07:00</d2p1:DischargeDateTime>
<d2p1:DischargeTime>sample string 7</d2p1:DischargeTime>
<d2p1:DischargeTimeZone>6</d2p1:DischargeTimeZone>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:Id>1</d2p1:Id>
</d2p1:MEExamDischargeDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfMEExamDischargeDTOzIntITI8>