GET api/MedicalExamcos/GetMssCompoentResult?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMSSComponentResultDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of MSSComponentResultDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Id": 1, "COSQuestionId": 2, "COSOptionId": 3, "Name": "sample string 4", "Code": "sample string 5", "Ischecked": true, "Detail": "sample string 7", "CaseNo": "sample string 8", "Form": "sample string 9" }, { "Id": 1, "COSQuestionId": 2, "COSOptionId": 3, "Name": "sample string 4", "Code": "sample string 5", "Ischecked": true, "Detail": "sample string 7", "CaseNo": "sample string 8", "Form": "sample string 9" } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMSSComponentResultDTOzIntITI8 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:MSSComponentResultDTO> <d2p1:COSOptionId>3</d2p1:COSOptionId> <d2p1:COSQuestionId>2</d2p1:COSQuestionId> <d2p1:CaseNo>sample string 8</d2p1:CaseNo> <d2p1:Code>sample string 5</d2p1:Code> <d2p1:Detail>sample string 7</d2p1:Detail> <d2p1:Form>sample string 9</d2p1:Form> <d2p1:Id>1</d2p1:Id> <d2p1:Ischecked>true</d2p1:Ischecked> <d2p1:Name>sample string 4</d2p1:Name> </d2p1:MSSComponentResultDTO> <d2p1:MSSComponentResultDTO> <d2p1:COSOptionId>3</d2p1:COSOptionId> <d2p1:COSQuestionId>2</d2p1:COSQuestionId> <d2p1:CaseNo>sample string 8</d2p1:CaseNo> <d2p1:Code>sample string 5</d2p1:Code> <d2p1:Detail>sample string 7</d2p1:Detail> <d2p1:Form>sample string 9</d2p1:Form> <d2p1:Id>1</d2p1:Id> <d2p1:Ischecked>true</d2p1:Ischecked> <d2p1:Name>sample string 4</d2p1:Name> </d2p1:MSSComponentResultDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfMSSComponentResultDTOzIntITI8>