GET api/MedicalExamcos/GetExamInitialResponse?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfExamInitialResponseDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of ExamInitialResponseDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Id": 1, "EncounterId": 2, "PreferredDate": "2025-04-04T05:41:05.9499199-07:00", "ValidFlag": true, "GroupToken": "b8b3c370-7b1e-4953-a26c-bcd7574f2996", "PreferredTimeMin": "sample string 6", "PreferredTimeMax": "sample string 7", "ComponentName": "sample string 8", "ZipCode": "sample string 9" }, { "Id": 1, "EncounterId": 2, "PreferredDate": "2025-04-04T05:41:05.9499199-07:00", "ValidFlag": true, "GroupToken": "b8b3c370-7b1e-4953-a26c-bcd7574f2996", "PreferredTimeMin": "sample string 6", "PreferredTimeMax": "sample string 7", "ComponentName": "sample string 8", "ZipCode": "sample string 9" } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfExamInitialResponseDTOzIntITI8 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:ExamInitialResponseDTO> <d2p1:ComponentName>sample string 8</d2p1:ComponentName> <d2p1:EncounterId>2</d2p1:EncounterId> <d2p1:GroupToken>b8b3c370-7b1e-4953-a26c-bcd7574f2996</d2p1:GroupToken> <d2p1:Id>1</d2p1:Id> <d2p1:PreferredDate>2025-04-04T05:41:05.9499199-07:00</d2p1:PreferredDate> <d2p1:PreferredTimeMax>sample string 7</d2p1:PreferredTimeMax> <d2p1:PreferredTimeMin>sample string 6</d2p1:PreferredTimeMin> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:ZipCode>sample string 9</d2p1:ZipCode> </d2p1:ExamInitialResponseDTO> <d2p1:ExamInitialResponseDTO> <d2p1:ComponentName>sample string 8</d2p1:ComponentName> <d2p1:EncounterId>2</d2p1:EncounterId> <d2p1:GroupToken>b8b3c370-7b1e-4953-a26c-bcd7574f2996</d2p1:GroupToken> <d2p1:Id>1</d2p1:Id> <d2p1:PreferredDate>2025-04-04T05:41:05.9499199-07:00</d2p1:PreferredDate> <d2p1:PreferredTimeMax>sample string 7</d2p1:PreferredTimeMax> <d2p1:PreferredTimeMin>sample string 6</d2p1:PreferredTimeMin> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:ZipCode>sample string 9</d2p1:ZipCode> </d2p1:ExamInitialResponseDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfExamInitialResponseDTOzIntITI8>